diff options
Diffstat (limited to 'scripts/pugixml_vs2013_static.vcxproj')
| -rw-r--r-- | scripts/pugixml_vs2013_static.vcxproj | 8 | 
1 files changed, 4 insertions, 4 deletions
| diff --git a/scripts/pugixml_vs2013_static.vcxproj b/scripts/pugixml_vs2013_static.vcxproj index b948cf6..acca608 100644 --- a/scripts/pugixml_vs2013_static.vcxproj +++ b/scripts/pugixml_vs2013_static.vcxproj @@ -92,7 +92,7 @@        <PrecompiledHeader>        </PrecompiledHeader>        <WarningLevel>Level3</WarningLevel> -      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> +      <DebugInformationFormat>OldStyle</DebugInformationFormat>      </ClCompile>      <ResourceCompile>        <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -117,7 +117,7 @@        <PrecompiledHeader>        </PrecompiledHeader>        <WarningLevel>Level3</WarningLevel> -      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> +      <DebugInformationFormat>OldStyle</DebugInformationFormat>      </ClCompile>      <ResourceCompile>        <PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -142,7 +142,7 @@        <PrecompiledHeader>        </PrecompiledHeader>        <WarningLevel>Level3</WarningLevel> -      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> +      <DebugInformationFormat>OldStyle</DebugInformationFormat>      </ClCompile>      <ResourceCompile>        <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> @@ -169,7 +169,7 @@        <PrecompiledHeader>        </PrecompiledHeader>        <WarningLevel>Level3</WarningLevel> -      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> +      <DebugInformationFormat>OldStyle</DebugInformationFormat>      </ClCompile>      <ResourceCompile>        <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
