From b6ffa766b21fe2c985437aa80824a3cd4c384de8 Mon Sep 17 00:00:00 2001 From: Benjamin Dobell Date: Wed, 6 Jul 2011 02:58:28 +1000 Subject: Major 1.3 updates --- libpit/libpit.vcxproj | 119 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100755 libpit/libpit.vcxproj (limited to 'libpit/libpit.vcxproj') diff --git a/libpit/libpit.vcxproj b/libpit/libpit.vcxproj new file mode 100755 index 0000000..af828bc --- /dev/null +++ b/libpit/libpit.vcxproj @@ -0,0 +1,119 @@ + + + + + Debug + Win32 + + + Release - Static MSVC + Win32 + + + Release + Win32 + + + + + + + + + + {9506FFE4-3A78-4BEE-A15E-62C5A138E61D} + Win32Proj + libpit + + + + StaticLibrary + true + Unicode + + + StaticLibrary + false + true + Unicode + + + StaticLibrary + false + true + Unicode + + + + + + + + + + + + + + + + $(SolutionDir)$(Platform)\$(Configuration)\lib\ + + + $(SolutionDir)$(Platform)\$(Configuration)\lib\ + + + $(SolutionDir)$(Platform)\$(Configuration)\lib\ + + + + + + Level3 + Disabled + WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + + + Windows + true + true + true + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions) + MultiThreaded + + + Windows + true + true + true + + + + + + \ No newline at end of file -- cgit v1.1