mirror of
https://github.com/simh/simh.git
synced 2026-01-11 23:52:58 +00:00
18 lines
611 B
XML
18 lines
611 B
XML
<?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">
|
|
<XPDeprecationWarning>false</XPDeprecationWarning>
|
|
</PropertyGroup>
|
|
<PropertyGroup />
|
|
<ItemDefinitionGroup>
|
|
<ClCompile>
|
|
<DisableSpecificWarnings>4005</DisableSpecificWarnings>
|
|
</ClCompile>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<BuildMacro Include="XPDeprecationWarning">
|
|
<Value>$(XPDeprecationWarning)</Value>
|
|
</BuildMacro>
|
|
</ItemGroup>
|
|
</Project> |