[commit] r2809 - trunk/GME
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Fri Oct 1 11:44:54 CDT 2021
Author: ksmyth
Date: Fri Oct 1 11:44:54 2021
New Revision: 2809
Log:
Add missing Warnings.props
Added:
trunk/GME/Warnings.props
Added: trunk/GME/Warnings.props
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ trunk/GME/Warnings.props Fri Oct 1 11:44:54 2021 (r2809)
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <ImportGroup Label="PropertySheets" />
+ <PropertyGroup Label="UserMacros" />
+ <PropertyGroup />
+ <ItemDefinitionGroup>
+ <ClCompile>
+ <TreatSpecificWarningsAsErrors>4477;4777</TreatSpecificWarningsAsErrors>
+ </ClCompile>
+ </ItemDefinitionGroup>
+ <ItemGroup />
+</Project>
\ No newline at end of file
More information about the gme-commit
mailing list