Build: Unify MSBuild options in props files

This commit is contained in:
Connor McLaughlin
2021-07-04 18:16:36 +10:00
parent a50d18242d
commit 5da9edceb9
44 changed files with 789 additions and 14655 deletions

View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="BaseApplication.props" />
<ItemDefinitionGroup>
<Link>
<SubSystem>Windows</SubSystem>
</Link>
</ItemDefinitionGroup>
</Project>