[cpp-xmltooling] 01/02: Windows: Remove a warning.
Rod Widdowson
rdw at steadingsoftware.com
Sat Oct 13 12:24:01 EDT 2018
This is an automated email from the git hooks/post-receive script.
rdw pushed a commit to branch master
in repository cpp-xmltooling.
View the commit online:
http://git.shibboleth.net/view/?p=cpp-xmltooling.git;a=commit;h=a719e3279dc5a32a88b620e4ec46937174eaf374
commit a719e3279dc5a32a88b620e4ec46937174eaf374
Author: Rod Widdowson <rdw at steadingsoftware.com>
AuthorDate: Fri Oct 12 16:28:50 2018 +0100
Windows: Remove a warning.
---
Projects/vc15/xmltooling/xmltooling-lite.vcxproj | 2 +-
Projects/vc15/xmltooling/xmltooling.vcxproj | 2 +-
Projects/vc15/xmltoolingtest/xmltoolingtest.vcxproj | 8 ++++----
3 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/Projects/vc15/xmltooling/xmltooling-lite.vcxproj b/Projects/vc15/xmltooling/xmltooling-lite.vcxproj
index 67ecc48..74b43d1 100644
--- a/Projects/vc15/xmltooling/xmltooling-lite.vcxproj
+++ b/Projects/vc15/xmltooling/xmltooling-lite.vcxproj
@@ -105,7 +105,7 @@
</PrecompiledHeaderFile>
<BrowseInformation>false</BrowseInformation>
<WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<DisableSpecificWarnings>4275</DisableSpecificWarnings>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
diff --git a/Projects/vc15/xmltooling/xmltooling.vcxproj b/Projects/vc15/xmltooling/xmltooling.vcxproj
index aa1c9f1..9df9117 100644
--- a/Projects/vc15/xmltooling/xmltooling.vcxproj
+++ b/Projects/vc15/xmltooling/xmltooling.vcxproj
@@ -108,7 +108,7 @@
</PrecompiledHeaderFile>
<BrowseInformation>false</BrowseInformation>
<WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
+ <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<DisableSpecificWarnings>4275</DisableSpecificWarnings>
<ConformanceMode>true</ConformanceMode>
diff --git a/Projects/vc15/xmltoolingtest/xmltoolingtest.vcxproj b/Projects/vc15/xmltoolingtest/xmltoolingtest.vcxproj
index bca9c74..05c8192 100644
--- a/Projects/vc15/xmltoolingtest/xmltoolingtest.vcxproj
+++ b/Projects/vc15/xmltoolingtest/xmltoolingtest.vcxproj
@@ -130,7 +130,7 @@
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
<BrowseInformation>false</BrowseInformation>
<WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<DisableSpecificWarnings>4275</DisableSpecificWarnings>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
@@ -148,7 +148,7 @@
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<DisableSpecificWarnings>4275</DisableSpecificWarnings>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
@@ -173,7 +173,7 @@
<PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_CRT_SECURE_NO_DEPRECATE=1;%(PreprocessorDefinitions)</PreprocessorDefinitions>
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
<WarningLevel>Level3</WarningLevel>
- <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
+ <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
<DisableSpecificWarnings>4275</DisableSpecificWarnings>
<ConformanceMode>true</ConformanceMode>
</ClCompile>
@@ -602,4 +602,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
-</Project>
+</Project>
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list