From c817c81d9d79fe77b0729216b7db5a7eab56a23c Mon Sep 17 00:00:00 2001 From: "ulrich.bauer@gmail.com" Date: Thu, 28 Feb 2013 19:31:04 +0000 Subject: initial checkin git-svn-id: https://phat.googlecode.com/svn/trunk@2 8e3bb3c2-eed4-f18f-5264-0b6c94e6926d --- build/Visual Studio/self_test/self_test.vcproj | 421 +++++++++++++++++++++ build/Visual Studio/self_test/self_test.vcxproj | 195 ++++++++++ .../self_test/self_test.vcxproj.filters | 78 ++++ 3 files changed, 694 insertions(+) create mode 100644 build/Visual Studio/self_test/self_test.vcproj create mode 100644 build/Visual Studio/self_test/self_test.vcxproj create mode 100644 build/Visual Studio/self_test/self_test.vcxproj.filters (limited to 'build/Visual Studio/self_test') diff --git a/build/Visual Studio/self_test/self_test.vcproj b/build/Visual Studio/self_test/self_test.vcproj new file mode 100644 index 0000000..3ad6d7e --- /dev/null +++ b/build/Visual Studio/self_test/self_test.vcproj @@ -0,0 +1,421 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/Visual Studio/self_test/self_test.vcxproj b/build/Visual Studio/self_test/self_test.vcxproj new file mode 100644 index 0000000..144f1cd --- /dev/null +++ b/build/Visual Studio/self_test/self_test.vcxproj @@ -0,0 +1,195 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {A2E06E7F-73D2-4735-9306-010BA873D72A} + self_test + Win32Proj + + + + Application + v110 + Unicode + true + + + Application + v110 + Unicode + + + Application + v110 + Unicode + true + + + Application + v110 + Unicode + + + + + + + + + + + + + + + + + + + <_ProjectFileVersion>11.0.50727.1 + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + true + + + $(SolutionDir)$(Platform)\$(Configuration)\ + $(Platform)\$(Configuration)\ + false + + + + Disabled + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + EditAndContinue + + + true + Console + MachineX86 + + + + + MaxSpeed + true + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + Level3 + ProgramDatabase + true + + + true + Console + true + true + MachineX86 + + + + + X64 + + + Disabled + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebugDLL + + Level3 + ProgramDatabase + + + true + Console + MachineX64 + + + + + X64 + + + MaxSpeed + true + $(SolutionDir)\..\..\include;%(AdditionalIncludeDirectories) + WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions) + MultiThreadedDLL + true + + Level3 + ProgramDatabase + true + + + true + Console + true + true + MachineX64 + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/build/Visual Studio/self_test/self_test.vcxproj.filters b/build/Visual Studio/self_test/self_test.vcxproj.filters new file mode 100644 index 0000000..7e68767 --- /dev/null +++ b/build/Visual Studio/self_test/self_test.vcxproj.filters @@ -0,0 +1,78 @@ + + + + + {4FC737F1-C7A5-4376-A066-2A32D752A2FF} + cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx + + + {93995380-89BD-4b04-88EB-625FBE52EBFB} + h;hpp;hxx;hm;inl;inc;xsd + + + {a4115ff8-f1c7-4fee-90d4-1f42d26bc49e} + + + {a5bd1194-8b76-4a86-8b7e-a1f5eebde8d4} + + + {caa56a2b-4b92-4184-9de8-5b2943c958fb} + + + {67DA6AB6-F800-4c08-8B7A-83BB121AAD01} + rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav + + + + + Source Files + + + + + Header Files + + + Header Files + + + Header Files\helpers + + + Header Files\helpers + + + Header Files\helpers + + + Header Files\representations + + + Header Files\representations + + + Header Files\representations + + + Header Files\representations + + + Header Files\representations + + + Header Files\algorithms + + + Header Files\algorithms + + + Header Files\algorithms + + + Header Files\algorithms + + + Header Files + + + \ No newline at end of file -- cgit v1.2.3