From 98ecf620f7de377dc8ae9ad7fbd1e3b24477e138 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Fri, 18 Apr 2014 17:11:56 +0200 Subject: 3.17 --- shared/tinyxml/tinyXmlTest.vcxproj | 134 +++++++++++++++++++++++++++++++++++++ 1 file changed, 134 insertions(+) create mode 100644 shared/tinyxml/tinyXmlTest.vcxproj (limited to 'shared/tinyxml/tinyXmlTest.vcxproj') diff --git a/shared/tinyxml/tinyXmlTest.vcxproj b/shared/tinyxml/tinyXmlTest.vcxproj new file mode 100644 index 00000000..573b5543 --- /dev/null +++ b/shared/tinyxml/tinyXmlTest.vcxproj @@ -0,0 +1,134 @@ + + + + + Debug + Win32 + + + Release + Win32 + + + + {34719950-09E8-457E-BE23-8F1CE3A1F1F6} + + + + Application + false + MultiByte + + + Application + false + MultiByte + + + + + + + + + + + + + + + <_ProjectFileVersion>10.0.30319.1 + true + $(SolutionDir)$(Configuration)$(ProjectName)\ + $(SolutionDir)$(Configuration)$(ProjectName)\ + false + $(IncludePath) + $(LibraryPath) + $(SolutionDir)$(Configuration)$(ProjectName)\ + $(SolutionDir)$(Configuration)$(ProjectName)\ + + + + .\tinyXmlTest___Win32_Debug/tinyXmlTest.tlb + + + + + Disabled + WIN32;_DEBUG;_CONSOLE;TUNE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + EnableFastChecks + MultiThreadedDebug + true + Level4 + true + EditAndContinue + + + _DEBUG;%(PreprocessorDefinitions) + 0x0409 + + + %(AdditionalDependencies) + true + true + Console + false + + + MachineX86 + + + true + + + + + .\tinyXmlTest___Win32_Release/tinyXmlTest.tlb + + + + + MaxSpeed + OnlyExplicitInline + WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions) + true + MultiThreaded + true + true + Level3 + true + + + NDEBUG;%(PreprocessorDefinitions) + 0x0409 + + + %(AdditionalDependencies) + true + Console + false + + + MachineX86 + + + true + + + + + %(PreprocessorDefinitions) + %(PreprocessorDefinitions) + + + + + {c406daec-0886-4771-8dea-9d7329b46cc1} + false + + + + + + \ No newline at end of file -- cgit