Change name file Client and Server

This commit is contained in:
2019-12-25 10:44:02 +01:00
parent a036846185
commit 8c5a2bd7ac
38 changed files with 8 additions and 10 deletions

14
Client/client.cpp Normal file
View File

@@ -0,0 +1,14 @@
//Client
#include <SocketLibrary/SocketLibrary.h>
int main()
{
int value = SocketLibrary::ReturnFive();
return 0;
}
//(VC++ Directories) Add Include Dir -> Solution Dir
//(VC++ Directories) Add Library Dir -> Output Dir
//(Linket/Input) Add Additional Dep -> SocketLibrary.lib
//(Solution/Project Build Order/Dependecies) Correct Oreder Build