mirror of
https://github.com/Tribufu/TribufuDotNet
synced 2026-08-08 12:21:07 +00:00
Update Directory.Build.props
This commit is contained in:
parent
0295594b7a
commit
cf196f37b0
1 changed files with 4 additions and 2 deletions
|
|
@ -11,8 +11,10 @@
|
|||
<NoWarn>$(NoWarn);0618;1591;1998;2002;8767</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<IntermediateOutputPath>$(SolutionDir)Intermediate\DotNet\$(MSBuildProjectName)\$(Configuration)\</IntermediateOutputPath>
|
||||
<MSBuildProjectExtensionsPath>$(SolutionDir)Intermediate\DotNet\$(MSBuildProjectName)\</MSBuildProjectExtensionsPath>
|
||||
<BaseIntermediateOutputPath>$(SolutionDir)Intermediate\DotNet\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
|
||||
<IntermediateOutputPath>$(BaseIntermediateOutputPath)$(Configuration)\</IntermediateOutputPath>
|
||||
<MSBuildProjectExtensionsPath>$(BaseIntermediateOutputPath)</MSBuildProjectExtensionsPath>
|
||||
<NuspecOutputPath>$(IntermediateOutputPath)</NuspecOutputPath>
|
||||
<OutputPath>$(SolutionDir)Binaries\$(Configuration)\DotNet\</OutputPath>
|
||||
<PackageOutputPath>$(SolutionDir)Intermediate\</PackageOutputPath>
|
||||
</PropertyGroup>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue