mirror of
https://github.com/tribufu/tribufu-dotnet
synced 2026-06-01 09:42:35 +00:00
Update Directory.Build.props
This commit is contained in:
parent
38914ab87e
commit
ae692bb7a9
1 changed files with 7 additions and 1 deletions
|
|
@ -10,4 +10,10 @@
|
|||
<AssemblyVersion>$(Version).0</AssemblyVersion>
|
||||
<NoWarn>$(NoWarn);0618;1591;1998;2002;8767</NoWarn>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
<PropertyGroup>
|
||||
<ConfigLower>$([System.String]::Copy('$(Configuration)').ToLower())</ConfigLower>
|
||||
<IntermediateOutputPath>$(SolutionDir)intermediate\build\$(MSBuildProjectName)\$(ConfigLower)\</IntermediateOutputPath>
|
||||
<MSBuildProjectExtensionsPath>$(SolutionDir)intermediate\build\$(MSBuildProjectName)\</MSBuildProjectExtensionsPath>
|
||||
<OutputPath>$(SolutionDir)bin\$(ConfigLower)\</OutputPath>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue