# HG changeset patch # User egottlieb # Date 1280719597 14400 # Node ID 1768f88d5af929788eae0b368836d2c4e2c111c9 # Parent a0be1cb3aab2da3d9b018d72b8fa3afb293e9685 Added Windows build files for testshape. diff -r a0be1cb3aab2 -r 1768f88d5af9 VisualC/tests/testshape/testshape.vcproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/VisualC/tests/testshape/testshape.vcproj Sun Aug 01 23:26:37 2010 -0400 @@ -0,0 +1,217 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff -r a0be1cb3aab2 -r 1768f88d5af9 VisualC/tests/testshape/testshape.vcxproj --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/VisualC/tests/testshape/testshape.vcxproj Sun Aug 01 23:26:37 2010 -0400 @@ -0,0 +1,130 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {18BAE08C-319A-46DF-A7F1-1884F5040257} + + + + Application + false + + + Application + false + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + .\Release\ + .\Release\ + false + .\Debug\ + .\Debug\ + true + + + + NDEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Release/testshape.tlb + + + OnlyExplicitInline + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions) + true + MultiThreadedDLL + true + + + .\Release/testshape.pch + .\Release/ + .\Release/ + .\Release/ + Level3 + true + Default + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + .\Release/testshape.exe + true + .\Release/testshape.pdb + Windows + + + + + _DEBUG;%(PreprocessorDefinitions) + true + true + Win32 + .\Debug/testshape.tlb + + + Disabled + ..\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) + MultiThreadedDLL + + + .\Debug/testshape.pch + .\Debug/ + .\Debug/ + .\Debug/ + Level3 + true + EditAndContinue + Default + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + /MACHINE:I386 %(AdditionalOptions) + .\Debug/testshape.exe + true + true + .\Debug/testshape.pdb + Windows + + + + + + + + + + + + + \ No newline at end of file diff -r a0be1cb3aab2 -r 1768f88d5af9 VisualC/tests/testshape/testshape.vcxproj.user --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/VisualC/tests/testshape/testshape.vcxproj.user Sun Aug 01 23:26:37 2010 -0400 @@ -0,0 +1,3 @@ + + + \ No newline at end of file