-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathDirectory.Build.props
19 lines (16 loc) · 1013 Bytes
/
Directory.Build.props
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<Project>
<PropertyGroup>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath>
<!-- <RuntimeIdentifier>win</RuntimeIdentifier> -->
<!-- <UseSharedCompilation>false</UseSharedCompilation> -->
<BaseIntermediateOutputPath>$(SolutionDir)\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath>
<MSBUildProjectExtensionsPath>$(SolutionDir)\obj\$(MSBuildProjectName)</MSBUildProjectExtensionsPath>
<OutDir>$(SolutionDir)\bin\$(MSBuildProjectName)</OutDir>
<NoWarn>$(NoWarn);NU1701;NU1702;NU1901;NU1902;NU1903;NU1904</NoWarn>
<MSBuildWarningsAsMessages>$(MSBuildWarningsAsMessages);NU1701;NU1702;NU1901;NU1902;NU1903;NU1904</MSBuildWarningsAsMessages>
<NetCoreSerialization>true</NetCoreSerialization>
<!-- <DefineConstants>$(DefineConstants);NetCoreSerialization</DefineConstants> -->
</PropertyGroup>
</Project>