From 2f092e3f0eb5b5737377c2114102bb60539043a8 Mon Sep 17 00:00:00 2001 From: Nefarius Date: Sun, 22 Jun 2014 12:49:51 +0200 Subject: [PATCH] Updated project to MSVC2010 --- {msvc9 => msvc10}/socket.sln | 6 +- {msvc9 => msvc10}/socket.vcproj | 0 msvc10/socket.vcxproj | 115 ++++++++++++++++++++++++++++++++ 3 files changed, 118 insertions(+), 3 deletions(-) rename {msvc9 => msvc10}/socket.sln (83%) rename {msvc9 => msvc10}/socket.vcproj (100%) create mode 100644 msvc10/socket.vcxproj diff --git a/msvc9/socket.sln b/msvc10/socket.sln similarity index 83% rename from msvc9/socket.sln rename to msvc10/socket.sln index 98a43d0..eef343c 100644 --- a/msvc9/socket.sln +++ b/msvc10/socket.sln @@ -1,7 +1,7 @@  -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual C++ Express 2008 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "socket", "socket.vcproj", "{2C94CF7D-12E5-4EB8-A024-34EB27B91F4B}" +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "socket", "socket.vcxproj", "{2C94CF7D-12E5-4EB8-A024-34EB27B91F4B}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/msvc9/socket.vcproj b/msvc10/socket.vcproj similarity index 100% rename from msvc9/socket.vcproj rename to msvc10/socket.vcproj diff --git a/msvc10/socket.vcxproj b/msvc10/socket.vcxproj new file mode 100644 index 0000000..adfe818 --- /dev/null +++ b/msvc10/socket.vcxproj @@ -0,0 +1,115 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {2C94CF7D-12E5-4EB8-A024-34EB27B91F4B} + Win32Proj + + + + DynamicLibrary + + + DynamicLibrary + MultiByte + + + + + + + + + + + + + <_ProjectFileVersion>10.0.40219.1 + Debug\ + Debug\ + true + Release\ + Release\ + true + AllRules.ruleset + + + AllRules.ruleset + + + + + + Disabled + ..;C:\build\sourcemod-1-0\public;C:\build\sourcemod-1-0\public\sourcepawn;C:\build\boost_1_42_0;C:\build\msinttypes-r24;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;_USRDLL;SOCKET_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;SOURCEMOD_BUILD;WIN32;_WIN32_WINNT=0x0501;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + + + Level3 + EditAndContinue + + + $(OutDir)socket.ext.dll + C:\build\boost_1_42_0\stage\lib;%(AdditionalLibraryDirectories) + true + Windows + MachineX86 + + + + + ..;C:\build\sourcemod-1-0\public;C:\build\sourcemod-1-0\public\sourcepawn;C:\build\boost_1_42_0;C:\build\msinttypes-r24;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;_USRDLL;SOCKET_EXPORTS;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;SOURCEMOD_BUILD;WIN32;_WIN32_WINNT=0x0501;%(PreprocessorDefinitions) + MultiThreaded + + + Level3 + ProgramDatabase + + + $(OutDir)$(ProjectName).ext.dll + C:\build\boost_1_42_0\stage\lib;%(AdditionalLibraryDirectories) + true + Windows + true + true + MachineX86 + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file