|
@@ -85,7 +85,7 @@
|
|
|
</PrecompiledHeader>
|
|
</PrecompiledHeader>
|
|
|
<WarningLevel>Level4</WarningLevel>
|
|
<WarningLevel>Level4</WarningLevel>
|
|
|
<Optimization>Disabled</Optimization>
|
|
<Optimization>Disabled</Optimization>
|
|
|
- <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
|
|
+ <PreprocessorDefinitions>;_CONSOLE;WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
<ExceptionHandling>false</ExceptionHandling>
|
|
|
</ClCompile>
|
|
</ClCompile>
|
|
|
<Link>
|
|
<Link>
|
|
@@ -145,7 +145,9 @@
|
|
|
</ItemDefinitionGroup>
|
|
</ItemDefinitionGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<ClCompile Include="..\tinyxml2.cpp" />
|
|
<ClCompile Include="..\tinyxml2.cpp" />
|
|
|
- <ClCompile Include="..\xmltest.cpp" />
|
|
|
|
|
|
|
+ <ClCompile Include="..\xmltest.cpp">
|
|
|
|
|
+ <PreprocessorDefinitions Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">_CRT_SECURE_NO_WARNINGS;_CONSOLE;WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
+ </ClCompile>
|
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
|
<ClInclude Include="..\tinyxml2.h" />
|
|
<ClInclude Include="..\tinyxml2.h" />
|