From cc2b15a2335db9a2c1f2e8549b028b179b105a1a Mon Sep 17 00:00:00 2001 From: faketruth Date: Mon, 3 Oct 2011 18:40:09 +0000 Subject: Visual Studio 2010 solution and project files git-svn-id: http://mc-server.googlecode.com/svn/trunk@2 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- VC2010/WebServer.vcxproj | 144 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 VC2010/WebServer.vcxproj (limited to 'VC2010/WebServer.vcxproj') diff --git a/VC2010/WebServer.vcxproj b/VC2010/WebServer.vcxproj new file mode 100644 index 000000000..c19fafad6 --- /dev/null +++ b/VC2010/WebServer.vcxproj @@ -0,0 +1,144 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {2B4BD5C6-91C0-4A74-939F-B28737FB0DC6} + WebServer + + + + StaticLibrary + true + MultiByte + + + StaticLibrary + true + MultiByte + + + StaticLibrary + false + true + MultiByte + + + StaticLibrary + false + true + MultiByte + + + + + + + + + + + + + + + + + + + + $(SolutionDir) + + + + $(SolutionDir) + + + + Level3 + Disabled + + + true + + + + + + Level3 + Disabled + + + true + + + $(OutDir)$(TargetName)_d$(TargetExt) + + + + + Level3 + MaxSpeed + true + true + MultiThreaded + + + true + true + true + + + true + + + + + Level3 + MaxSpeed + true + true + + + true + true + true + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.3