msbuild: use default Project attrs

maybe it makes the xml less scary :D
This commit is contained in:
Shawn Hoffman
2022-04-18 01:05:21 -07:00
parent 2808909a97
commit 64cd4cc86f
77 changed files with 77 additions and 77 deletions

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project>
<Import Project="..\..\Source\VSProps\Base.Macros.props" />
<Import Project="$(VSPropsDir)Base.Targets.props" />
<PropertyGroup Label="Globals">

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project>
<ItemGroup>
<ClCompile Include="lib\common\debug.c">
<Filter>common</Filter>