commit 3d4671159c3339eb858807795c71e1b58a50c45c Author: bartool Date: Wed Dec 25 10:25:31 2019 +0100 Setup Visual Studio diff --git a/Client/Client.vcxproj b/Client/Client.vcxproj new file mode 100644 index 0000000..42d5516 --- /dev/null +++ b/Client/Client.vcxproj @@ -0,0 +1,162 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {FFA90A09-675A-4211-B4A2-D8C19037DD86} + Client + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + $(SolutionDir);$(IncludePath) + $(OutDir);$(LibraryPath) + + + true + $(SolutionDir);$(IncludePath) + $(OutDir);$(LibraryPath) + + + false + $(SolutionDir);$(IncludePath) + $(OutDir);$(LibraryPath) + + + false + $(SolutionDir);$(IncludePath) + $(OutDir);$(LibraryPath) + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + + + Console + true + SocketLibrary.lib;%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + + + Console + true + SocketLibrary.lib;%(AdditionalDependencies) + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + + + Console + true + true + true + SocketLibrary.lib;%(AdditionalDependencies) + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + + + Console + true + true + true + SocketLibrary.lib;%(AdditionalDependencies) + + + + + + + + + \ No newline at end of file diff --git a/Client/Client.vcxproj.filters b/Client/Client.vcxproj.filters new file mode 100644 index 0000000..41d453a --- /dev/null +++ b/Client/Client.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + \ No newline at end of file diff --git a/Client/Client.vcxproj.user b/Client/Client.vcxproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/Client/Client.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Client/Debug/Client.log b/Client/Debug/Client.log new file mode 100644 index 0000000..ace289e --- /dev/null +++ b/Client/Debug/Client.log @@ -0,0 +1,2 @@ + Source.cpp + Client.vcxproj -> C:\Users\bartool\MyData\MyCode\Cpp\VisualStudio_lap\LanChat\Debug\Client.exe diff --git a/Client/Debug/Client.tlog/CL.command.1.tlog b/Client/Debug/Client.tlog/CL.command.1.tlog new file mode 100644 index 0000000..b1926e0 Binary files /dev/null and b/Client/Debug/Client.tlog/CL.command.1.tlog differ diff --git a/Client/Debug/Client.tlog/CL.read.1.tlog b/Client/Debug/Client.tlog/CL.read.1.tlog new file mode 100644 index 0000000..0231590 Binary files /dev/null and b/Client/Debug/Client.tlog/CL.read.1.tlog differ diff --git a/Client/Debug/Client.tlog/CL.write.1.tlog b/Client/Debug/Client.tlog/CL.write.1.tlog new file mode 100644 index 0000000..a050747 Binary files /dev/null and b/Client/Debug/Client.tlog/CL.write.1.tlog differ diff --git a/Client/Debug/Client.tlog/Client.lastbuildstate b/Client/Debug/Client.tlog/Client.lastbuildstate new file mode 100644 index 0000000..cde0163 --- /dev/null +++ b/Client/Debug/Client.tlog/Client.lastbuildstate @@ -0,0 +1,2 @@ +#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0 +Debug|Win32|C:\Users\bartool\MyData\MyCode\Cpp\VisualStudio_lap\LanChat\| diff --git a/Client/Debug/Client.tlog/link.command.1.tlog b/Client/Debug/Client.tlog/link.command.1.tlog new file mode 100644 index 0000000..9deb286 Binary files /dev/null and b/Client/Debug/Client.tlog/link.command.1.tlog differ diff --git a/Client/Debug/Client.tlog/link.read.1.tlog b/Client/Debug/Client.tlog/link.read.1.tlog new file mode 100644 index 0000000..9e70532 Binary files /dev/null and b/Client/Debug/Client.tlog/link.read.1.tlog differ diff --git a/Client/Debug/Client.tlog/link.write.1.tlog b/Client/Debug/Client.tlog/link.write.1.tlog new file mode 100644 index 0000000..d8a2f37 Binary files /dev/null and b/Client/Debug/Client.tlog/link.write.1.tlog differ diff --git a/Client/Debug/Source.obj b/Client/Debug/Source.obj new file mode 100644 index 0000000..372f20f Binary files /dev/null and b/Client/Debug/Source.obj differ diff --git a/Client/Debug/vc142.idb b/Client/Debug/vc142.idb new file mode 100644 index 0000000..ed65117 Binary files /dev/null and b/Client/Debug/vc142.idb differ diff --git a/Client/Debug/vc142.pdb b/Client/Debug/vc142.pdb new file mode 100644 index 0000000..2c2287c Binary files /dev/null and b/Client/Debug/vc142.pdb differ diff --git a/Client/Source.cpp b/Client/Source.cpp new file mode 100644 index 0000000..1844ac7 --- /dev/null +++ b/Client/Source.cpp @@ -0,0 +1,14 @@ +//Client +#include + +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 \ No newline at end of file diff --git a/Debug/Client.exe b/Debug/Client.exe new file mode 100644 index 0000000..3806eb4 Binary files /dev/null and b/Debug/Client.exe differ diff --git a/Debug/Client.ilk b/Debug/Client.ilk new file mode 100644 index 0000000..1a8b72f Binary files /dev/null and b/Debug/Client.ilk differ diff --git a/Debug/Client.pdb b/Debug/Client.pdb new file mode 100644 index 0000000..eb4be9d Binary files /dev/null and b/Debug/Client.pdb differ diff --git a/Debug/Server.exe b/Debug/Server.exe new file mode 100644 index 0000000..62ce352 Binary files /dev/null and b/Debug/Server.exe differ diff --git a/Debug/Server.ilk b/Debug/Server.ilk new file mode 100644 index 0000000..40548a5 Binary files /dev/null and b/Debug/Server.ilk differ diff --git a/Debug/Server.pdb b/Debug/Server.pdb new file mode 100644 index 0000000..2071166 Binary files /dev/null and b/Debug/Server.pdb differ diff --git a/Debug/SocketLibrary.lib b/Debug/SocketLibrary.lib new file mode 100644 index 0000000..245a601 Binary files /dev/null and b/Debug/SocketLibrary.lib differ diff --git a/Debug/SocketLibrary.pdb b/Debug/SocketLibrary.pdb new file mode 100644 index 0000000..fd23686 Binary files /dev/null and b/Debug/SocketLibrary.pdb differ diff --git a/LanChat.sln b/LanChat.sln new file mode 100644 index 0000000..08b6772 --- /dev/null +++ b/LanChat.sln @@ -0,0 +1,57 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 16 +VisualStudioVersion = 16.0.29613.14 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SocketLibrary", "SocketLibrary\SocketLibrary.vcxproj", "{D1A61C60-3296-45F9-9EC2-D328EF237AC4}" +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Server", "Server\Server.vcxproj", "{538C29F5-B5E6-430C-A725-2E9308DD951F}" + ProjectSection(ProjectDependencies) = postProject + {D1A61C60-3296-45F9-9EC2-D328EF237AC4} = {D1A61C60-3296-45F9-9EC2-D328EF237AC4} + EndProjectSection +EndProject +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Client", "Client\Client.vcxproj", "{FFA90A09-675A-4211-B4A2-D8C19037DD86}" + ProjectSection(ProjectDependencies) = postProject + {D1A61C60-3296-45F9-9EC2-D328EF237AC4} = {D1A61C60-3296-45F9-9EC2-D328EF237AC4} + EndProjectSection +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|x64 = Debug|x64 + Debug|x86 = Debug|x86 + Release|x64 = Release|x64 + Release|x86 = Release|x86 + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {D1A61C60-3296-45F9-9EC2-D328EF237AC4}.Debug|x64.ActiveCfg = Debug|x64 + {D1A61C60-3296-45F9-9EC2-D328EF237AC4}.Debug|x64.Build.0 = Debug|x64 + {D1A61C60-3296-45F9-9EC2-D328EF237AC4}.Debug|x86.ActiveCfg = Debug|Win32 + {D1A61C60-3296-45F9-9EC2-D328EF237AC4}.Debug|x86.Build.0 = Debug|Win32 + {D1A61C60-3296-45F9-9EC2-D328EF237AC4}.Release|x64.ActiveCfg = Release|x64 + {D1A61C60-3296-45F9-9EC2-D328EF237AC4}.Release|x64.Build.0 = Release|x64 + {D1A61C60-3296-45F9-9EC2-D328EF237AC4}.Release|x86.ActiveCfg = Release|Win32 + {D1A61C60-3296-45F9-9EC2-D328EF237AC4}.Release|x86.Build.0 = Release|Win32 + {538C29F5-B5E6-430C-A725-2E9308DD951F}.Debug|x64.ActiveCfg = Debug|x64 + {538C29F5-B5E6-430C-A725-2E9308DD951F}.Debug|x64.Build.0 = Debug|x64 + {538C29F5-B5E6-430C-A725-2E9308DD951F}.Debug|x86.ActiveCfg = Debug|Win32 + {538C29F5-B5E6-430C-A725-2E9308DD951F}.Debug|x86.Build.0 = Debug|Win32 + {538C29F5-B5E6-430C-A725-2E9308DD951F}.Release|x64.ActiveCfg = Release|x64 + {538C29F5-B5E6-430C-A725-2E9308DD951F}.Release|x64.Build.0 = Release|x64 + {538C29F5-B5E6-430C-A725-2E9308DD951F}.Release|x86.ActiveCfg = Release|Win32 + {538C29F5-B5E6-430C-A725-2E9308DD951F}.Release|x86.Build.0 = Release|Win32 + {FFA90A09-675A-4211-B4A2-D8C19037DD86}.Debug|x64.ActiveCfg = Debug|x64 + {FFA90A09-675A-4211-B4A2-D8C19037DD86}.Debug|x64.Build.0 = Debug|x64 + {FFA90A09-675A-4211-B4A2-D8C19037DD86}.Debug|x86.ActiveCfg = Debug|Win32 + {FFA90A09-675A-4211-B4A2-D8C19037DD86}.Debug|x86.Build.0 = Debug|Win32 + {FFA90A09-675A-4211-B4A2-D8C19037DD86}.Release|x64.ActiveCfg = Release|x64 + {FFA90A09-675A-4211-B4A2-D8C19037DD86}.Release|x64.Build.0 = Release|x64 + {FFA90A09-675A-4211-B4A2-D8C19037DD86}.Release|x86.ActiveCfg = Release|Win32 + {FFA90A09-675A-4211-B4A2-D8C19037DD86}.Release|x86.Build.0 = Release|Win32 + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {F70C7EF8-A827-4DB6-874F-57735E308DC2} + EndGlobalSection +EndGlobal diff --git a/Server/Debug/Server.Build.CppClean.log b/Server/Debug/Server.Build.CppClean.log new file mode 100644 index 0000000..efdbcc5 --- /dev/null +++ b/Server/Debug/Server.Build.CppClean.log @@ -0,0 +1,14 @@ +c:\users\bartool\mydata\mycode\cpp\visualstudio_lap\lanchat\server\debug\vc142.pdb +c:\users\bartool\mydata\mycode\cpp\visualstudio_lap\lanchat\server\debug\vc142.idb +c:\users\bartool\mydata\mycode\cpp\visualstudio_lap\lanchat\server\debug\source.obj +c:\users\bartool\mydata\mycode\cpp\visualstudio_lap\lanchat\debug\server.pdb +c:\users\bartool\mydata\mycode\cpp\visualstudio_lap\lanchat\server\debug\server.tlog\cl.command.1.tlog +c:\users\bartool\mydata\mycode\cpp\visualstudio_lap\lanchat\server\debug\server.tlog\cl.read.1.tlog +c:\users\bartool\mydata\mycode\cpp\visualstudio_lap\lanchat\server\debug\server.tlog\cl.write.1.tlog +c:\users\bartool\mydata\mycode\cpp\visualstudio_lap\lanchat\server\debug\server.tlog\link-cvtres.read.1.tlog +c:\users\bartool\mydata\mycode\cpp\visualstudio_lap\lanchat\server\debug\server.tlog\link-cvtres.write.1.tlog +c:\users\bartool\mydata\mycode\cpp\visualstudio_lap\lanchat\server\debug\server.tlog\link-rc.read.1.tlog +c:\users\bartool\mydata\mycode\cpp\visualstudio_lap\lanchat\server\debug\server.tlog\link-rc.write.1.tlog +c:\users\bartool\mydata\mycode\cpp\visualstudio_lap\lanchat\server\debug\server.tlog\link.command.1.tlog +c:\users\bartool\mydata\mycode\cpp\visualstudio_lap\lanchat\server\debug\server.tlog\link.read.1.tlog +c:\users\bartool\mydata\mycode\cpp\visualstudio_lap\lanchat\server\debug\server.tlog\link.write.1.tlog diff --git a/Server/Debug/Server.log b/Server/Debug/Server.log new file mode 100644 index 0000000..c379fdc --- /dev/null +++ b/Server/Debug/Server.log @@ -0,0 +1,2 @@ + Source.cpp + Server.vcxproj -> C:\Users\bartool\MyData\MyCode\Cpp\VisualStudio_lap\LanChat\Debug\Server.exe diff --git a/Server/Debug/Server.tlog/CL.command.1.tlog b/Server/Debug/Server.tlog/CL.command.1.tlog new file mode 100644 index 0000000..5e6d448 Binary files /dev/null and b/Server/Debug/Server.tlog/CL.command.1.tlog differ diff --git a/Server/Debug/Server.tlog/CL.read.1.tlog b/Server/Debug/Server.tlog/CL.read.1.tlog new file mode 100644 index 0000000..5be5b16 Binary files /dev/null and b/Server/Debug/Server.tlog/CL.read.1.tlog differ diff --git a/Server/Debug/Server.tlog/CL.write.1.tlog b/Server/Debug/Server.tlog/CL.write.1.tlog new file mode 100644 index 0000000..c38a3ba Binary files /dev/null and b/Server/Debug/Server.tlog/CL.write.1.tlog differ diff --git a/Server/Debug/Server.tlog/Server.lastbuildstate b/Server/Debug/Server.tlog/Server.lastbuildstate new file mode 100644 index 0000000..cde0163 --- /dev/null +++ b/Server/Debug/Server.tlog/Server.lastbuildstate @@ -0,0 +1,2 @@ +#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0 +Debug|Win32|C:\Users\bartool\MyData\MyCode\Cpp\VisualStudio_lap\LanChat\| diff --git a/Server/Debug/Server.tlog/link.command.1.tlog b/Server/Debug/Server.tlog/link.command.1.tlog new file mode 100644 index 0000000..06d5a6f Binary files /dev/null and b/Server/Debug/Server.tlog/link.command.1.tlog differ diff --git a/Server/Debug/Server.tlog/link.read.1.tlog b/Server/Debug/Server.tlog/link.read.1.tlog new file mode 100644 index 0000000..aca3f42 Binary files /dev/null and b/Server/Debug/Server.tlog/link.read.1.tlog differ diff --git a/Server/Debug/Server.tlog/link.write.1.tlog b/Server/Debug/Server.tlog/link.write.1.tlog new file mode 100644 index 0000000..217ad9b Binary files /dev/null and b/Server/Debug/Server.tlog/link.write.1.tlog differ diff --git a/Server/Debug/Server.vcxproj.FileListAbsolute.txt b/Server/Debug/Server.vcxproj.FileListAbsolute.txt new file mode 100644 index 0000000..e69de29 diff --git a/Server/Debug/Source.obj b/Server/Debug/Source.obj new file mode 100644 index 0000000..09e3713 Binary files /dev/null and b/Server/Debug/Source.obj differ diff --git a/Server/Debug/vc142.idb b/Server/Debug/vc142.idb new file mode 100644 index 0000000..ff09322 Binary files /dev/null and b/Server/Debug/vc142.idb differ diff --git a/Server/Debug/vc142.pdb b/Server/Debug/vc142.pdb new file mode 100644 index 0000000..2ed9e40 Binary files /dev/null and b/Server/Debug/vc142.pdb differ diff --git a/Server/Server.vcxproj b/Server/Server.vcxproj new file mode 100644 index 0000000..8d50926 --- /dev/null +++ b/Server/Server.vcxproj @@ -0,0 +1,162 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {538C29F5-B5E6-430C-A725-2E9308DD951F} + Server + 10.0 + + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + Application + true + v142 + Unicode + + + Application + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + $(SolutionDir);$(IncludePath) + $(OutDir);$(LibraryPath) + + + true + $(SolutionDir);$(IncludePath) + $(OutDir);$(LibraryPath) + + + false + $(SolutionDir);$(IncludePath) + $(OutDir);$(LibraryPath) + + + false + $(SolutionDir);$(IncludePath) + $(OutDir);$(LibraryPath) + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + + + Console + true + SocketLibrary.lib;%(AdditionalDependencies) + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + + + Console + true + SocketLibrary.lib;%(AdditionalDependencies) + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + + + Console + true + true + true + SocketLibrary.lib;%(AdditionalDependencies) + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + + + Console + true + true + true + SocketLibrary.lib;%(AdditionalDependencies) + + + + + + + + + \ No newline at end of file diff --git a/Server/Server.vcxproj.filters b/Server/Server.vcxproj.filters new file mode 100644 index 0000000..41d453a --- /dev/null +++ b/Server/Server.vcxproj.filters @@ -0,0 +1,22 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Source Files + + + \ No newline at end of file diff --git a/Server/Server.vcxproj.user b/Server/Server.vcxproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/Server/Server.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/Server/Source.cpp b/Server/Source.cpp new file mode 100644 index 0000000..7c8bcb9 --- /dev/null +++ b/Server/Source.cpp @@ -0,0 +1,7 @@ +//Server +#include +int main() +{ + int value = SocketLibrary::ReturnFive(); + return 0; +} \ No newline at end of file diff --git a/SocketLibrary/Debug/SocketLibrary.idb b/SocketLibrary/Debug/SocketLibrary.idb new file mode 100644 index 0000000..9ababee Binary files /dev/null and b/SocketLibrary/Debug/SocketLibrary.idb differ diff --git a/SocketLibrary/Debug/SocketLibrary.log b/SocketLibrary/Debug/SocketLibrary.log new file mode 100644 index 0000000..b3c7254 --- /dev/null +++ b/SocketLibrary/Debug/SocketLibrary.log @@ -0,0 +1,2 @@ + Source.cpp + SocketLibrary.vcxproj -> C:\Users\bartool\MyData\MyCode\Cpp\VisualStudio_lap\LanChat\Debug\SocketLibrary.lib diff --git a/SocketLibrary/Debug/SocketLibrary.pdb b/SocketLibrary/Debug/SocketLibrary.pdb new file mode 100644 index 0000000..fd23686 Binary files /dev/null and b/SocketLibrary/Debug/SocketLibrary.pdb differ diff --git a/SocketLibrary/Debug/SocketLibrary.tlog/CL.command.1.tlog b/SocketLibrary/Debug/SocketLibrary.tlog/CL.command.1.tlog new file mode 100644 index 0000000..9a94d33 Binary files /dev/null and b/SocketLibrary/Debug/SocketLibrary.tlog/CL.command.1.tlog differ diff --git a/SocketLibrary/Debug/SocketLibrary.tlog/CL.read.1.tlog b/SocketLibrary/Debug/SocketLibrary.tlog/CL.read.1.tlog new file mode 100644 index 0000000..500db73 Binary files /dev/null and b/SocketLibrary/Debug/SocketLibrary.tlog/CL.read.1.tlog differ diff --git a/SocketLibrary/Debug/SocketLibrary.tlog/CL.write.1.tlog b/SocketLibrary/Debug/SocketLibrary.tlog/CL.write.1.tlog new file mode 100644 index 0000000..c1a32c3 Binary files /dev/null and b/SocketLibrary/Debug/SocketLibrary.tlog/CL.write.1.tlog differ diff --git a/SocketLibrary/Debug/SocketLibrary.tlog/Lib-link.read.1.tlog b/SocketLibrary/Debug/SocketLibrary.tlog/Lib-link.read.1.tlog new file mode 100644 index 0000000..417a532 Binary files /dev/null and b/SocketLibrary/Debug/SocketLibrary.tlog/Lib-link.read.1.tlog differ diff --git a/SocketLibrary/Debug/SocketLibrary.tlog/Lib-link.write.1.tlog b/SocketLibrary/Debug/SocketLibrary.tlog/Lib-link.write.1.tlog new file mode 100644 index 0000000..ab2b921 Binary files /dev/null and b/SocketLibrary/Debug/SocketLibrary.tlog/Lib-link.write.1.tlog differ diff --git a/SocketLibrary/Debug/SocketLibrary.tlog/Lib.command.1.tlog b/SocketLibrary/Debug/SocketLibrary.tlog/Lib.command.1.tlog new file mode 100644 index 0000000..b9df5e9 Binary files /dev/null and b/SocketLibrary/Debug/SocketLibrary.tlog/Lib.command.1.tlog differ diff --git a/SocketLibrary/Debug/SocketLibrary.tlog/SocketLibrary.lastbuildstate b/SocketLibrary/Debug/SocketLibrary.tlog/SocketLibrary.lastbuildstate new file mode 100644 index 0000000..cde0163 --- /dev/null +++ b/SocketLibrary/Debug/SocketLibrary.tlog/SocketLibrary.lastbuildstate @@ -0,0 +1,2 @@ +#TargetFrameworkVersion=v4.0:PlatformToolSet=v142:EnableManagedIncrementalBuild=false:VCToolArchitecture=Native32Bit:WindowsTargetPlatformVersion=10.0 +Debug|Win32|C:\Users\bartool\MyData\MyCode\Cpp\VisualStudio_lap\LanChat\| diff --git a/SocketLibrary/Debug/Source.obj b/SocketLibrary/Debug/Source.obj new file mode 100644 index 0000000..844f41f Binary files /dev/null and b/SocketLibrary/Debug/Source.obj differ diff --git a/SocketLibrary/SocketLibrary.h b/SocketLibrary/SocketLibrary.h new file mode 100644 index 0000000..bf42875 --- /dev/null +++ b/SocketLibrary/SocketLibrary.h @@ -0,0 +1,7 @@ +#pragma once + + +namespace SocketLibrary +{ + int ReturnFive(); +} \ No newline at end of file diff --git a/SocketLibrary/SocketLibrary.vcxproj b/SocketLibrary/SocketLibrary.vcxproj new file mode 100644 index 0000000..c09ec2c --- /dev/null +++ b/SocketLibrary/SocketLibrary.vcxproj @@ -0,0 +1,153 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + Debug + x64 + + + Release + x64 + + + + 16.0 + {D1A61C60-3296-45F9-9EC2-D328EF237AC4} + SocketLibrary + 10.0 + + + + StaticLibrary + true + v142 + Unicode + + + StaticLibrary + false + v142 + true + Unicode + + + StaticLibrary + true + v142 + Unicode + + + StaticLibrary + false + v142 + true + Unicode + + + + + + + + + + + + + + + + + + + + + true + + + true + + + false + + + false + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + + + Console + true + + + + + Level3 + true + _DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + + + Console + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + + + Console + true + true + true + + + + + Level3 + true + true + true + NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + true + + + Console + true + true + true + + + + + + + + + + + + \ No newline at end of file diff --git a/SocketLibrary/SocketLibrary.vcxproj.filters b/SocketLibrary/SocketLibrary.vcxproj.filters new file mode 100644 index 0000000..52b7b2a --- /dev/null +++ b/SocketLibrary/SocketLibrary.vcxproj.filters @@ -0,0 +1,27 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hh;hpp;hxx;hm;inl;inc;ipp;xsd + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;mfcribbon-ms + + + + + Header Files + + + + + Source Files + + + \ No newline at end of file diff --git a/SocketLibrary/SocketLibrary.vcxproj.user b/SocketLibrary/SocketLibrary.vcxproj.user new file mode 100644 index 0000000..88a5509 --- /dev/null +++ b/SocketLibrary/SocketLibrary.vcxproj.user @@ -0,0 +1,4 @@ + + + + \ No newline at end of file diff --git a/SocketLibrary/Source.cpp b/SocketLibrary/Source.cpp new file mode 100644 index 0000000..cb8f5d1 --- /dev/null +++ b/SocketLibrary/Source.cpp @@ -0,0 +1,9 @@ +#include "SocketLibrary.h" + +namespace SocketLibrary +{ + int ReturnFive() + { + return 5; + } +} \ No newline at end of file