hey I'm attempting to set this up to run on a server with adifferent port/auth/ect but i'm getting errors now when i attemmpt to buil i'm getting these errors, i'm not great at coding so im very much so lost.
1>------ Build started: Project: ProxyParadise, Configuration: Release x86 ------
1>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Mi crosoft.Common.targets(1578,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ClientSocket". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
1>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Mi crosoft.Common.targets(1578,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "ManagedOpenSsl". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
1>C:\Windows\Microsoft.NET\Framework\v4.0.30319\Mi crosoft.Common.targets(1578,5): warning MSB3245: Could not resolve this reference. Could not locate the assembly "TinyMap". Check to make sure the assembly exists on disk. If this reference is required by your code, you may get compilation errors.
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\Cryptography\Blowfish.cs(6,7,6,14): error CS0246: The type or namespace name 'OpenSSL' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\Cryptography\DhKey.cs(7,7,7,14): error CS0246: The type or namespace name 'OpenSSL' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\GUI.cs(6,7,6,14): error CS0246: The type or namespace name 'OpenSSL' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\GUI.cs(9,7,9,14): error CS0246: The type or namespace name 'TinyMap' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\Objects\GameUser.cs(5,7,5,19): error CS0246: The type or namespace name 'ClientSocket' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\Objects\GameUser.cs(8,7,8,14): error CS0246: The type or namespace name 'OpenSSL' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\Objects\LoginUser.cs(5,7,5,19): error CS0246: The type or namespace name 'ClientSocket' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\Cryptography\Blowfish.cs(13,16,13,18): error CS0246: The type or namespace name 'DH' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\GUI.cs(26,23,26,36): error CS0246: The type or namespace name 'TinyMapServer' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\Objects\GameUser.cs(20,9,20,22): error CS0246: The type or namespace name 'WinsockClient' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\Objects\GameUser.cs(123,41,123,54): error CS0246: The type or namespace name 'WinsockClient' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\Objects\GameUser.cs(143,44,143,57): error CS0246: The type or namespace name 'WinsockClient' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\Objects\GameUser.cs(149,41,149,54): error CS0246: The type or namespace name 'WinsockClient' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\Objects\LoginUser.cs(17,9,17,22): error CS0246: The type or namespace name 'WinsockClient' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\Objects\LoginUser.cs(101,41,101,54): error CS0246: The type or namespace name 'WinsockClient' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\Objects\LoginUser.cs(124,44,124,57): error CS0246: The type or namespace name 'WinsockClient' could not be found (are you missing a using directive or an assembly reference?)
1>C:\Users\Wolfmaster\Desktop\ProxyParadise\ProxyP aradise\Objects\LoginUser.cs(129,41,129,54): error CS0246: The type or namespace name 'WinsockClient' could not be found (are you missing a using directive or an assembly reference?)
========== Build: 0 succeeded, 1 failed, 0 up-to-date, 0 skipped ==========