Shorten project build output paths by removing TFM

This commit is contained in:
YoshiRulz 2020-06-02 15:58:06 +10:00
parent 15b455cd47
commit cf7aabba35
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
<Project>
<Import Project="../Common.props" />
<PropertyGroup>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<CodeAnalysisRuleSet>$(ProjectDir)../../Common.ruleset</CodeAnalysisRuleSet>
<MSBuildWarningsAsMessages>NU1702</MSBuildWarningsAsMessages>
<NoWarn>NU1701</NoWarn>