From 3e67cc50fac98039dca974eede3f14be89c6080b Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Thu, 21 Jun 2012 21:50:33 +0200 Subject: add the remaining missing files --- src/cppunit/cppunit.vcxproj | 294 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 294 insertions(+) create mode 100644 src/cppunit/cppunit.vcxproj (limited to 'src/cppunit/cppunit.vcxproj') diff --git a/src/cppunit/cppunit.vcxproj b/src/cppunit/cppunit.vcxproj new file mode 100644 index 0000000..e0a1420 --- /dev/null +++ b/src/cppunit/cppunit.vcxproj @@ -0,0 +1,294 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + + + {338B9353-C5CC-FCA6-A584-73425CEDD569} + + + + StaticLibrary + false + MultiByte + + + StaticLibrary + false + MultiByte + + + + + + + + + + + + + + + .\Release\ + .\Release\ + + + .\Debug\ + .\Debug\ + $(ProjectName)d + + + + MultiThreadedDLL + OnlyExplicitInline + true + true + MaxSpeed + true + Level3 + true + OldStyle + ..\..\include;%(AdditionalIncludeDirectories) + NDEBUG;_LIB;WIN32;%(PreprocessorDefinitions) + .\Release\ + .\Release\cppunit.pch + .\Release\ + .\Release\ + + + copy "$(TargetPath)" ..\..\lib\$(TargetName).lib + Copying target to lib/ + + + 0x040c + NDEBUG;%(PreprocessorDefinitions) + + + true + .\Release\cppunit.bsc + + + true + .\Release\cppunit.lib + + + + + MultiThreadedDebugDLL + Default + false + Disabled + true + Level3 + true + true + ..\..\include;%(AdditionalIncludeDirectories) + _DEBUG;_LIB;WIN32;%(PreprocessorDefinitions) + .\Debug\ + .\Debug\cppunit.pch + .\Debug\ + .\Debug\ + EnableFastChecks + + + copy "$(TargetPath)" ..\..\lib\$(TargetName).lib + Copying target to lib/ + + + 0x040c + _DEBUG;%(PreprocessorDefinitions) + + + true + .\Debug\cppunit.bsc + + + true + Debug\$(TargetName).lib + + + + + Document + + + + Document + + + Document + + + Document + + + + Document + + + Document + + + Document + + + Document + + + Document + + + Document + + + Document + + + Document + + + + + + + + + + + + + Level3 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file -- cgit v1.2.1