-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDirectory.Build.props
More file actions
12 lines (12 loc) · 814 Bytes
/
Directory.Build.props
File metadata and controls
12 lines (12 loc) · 814 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
<Project>
<PropertyGroup>
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<AppendRuntimeIdentifierToOutputPath>false</AppendRuntimeIdentifierToOutputPath>
<!-- <AppendTargetFrameworkToOutputPath>false</AppendTargetFrameworkToOutputPath> -->
<!-- <BaseIntermediateOutputPath>$(SolutionDir)\obj\$(MSBuildProjectName)</BaseIntermediateOutputPath> -->
<!-- <MSBUildProjectExtensionsPath>$(SolutionDir)\obj\$(MSBuildProjectName)</MSBUildProjectExtensionsPath> -->
<!-- <OutDir>$(SolutionDir)\bin\$(MSBuildProjectName)\$(TargetFramework)</OutDir> -->
<NoWarn>$(NoWarn);NU1701;NU1702;NU1901;NU1902;NU1903;NU1904</NoWarn>
<MSBuildWarningsAsMessages>$(MSBuildWarningsAsMessages);NU1701;NU1702;NU1901;NU1902;NU1903;NU1904</MSBuildWarningsAsMessages>
</PropertyGroup>
</Project>