mirror of
https://github.com/Tribufu/TribufuDotNet
synced 2026-08-09 12:51:06 +00:00
Rename target dir to intermediate
This commit is contained in:
parent
1a1e6f6931
commit
7d34004bfa
2 changed files with 3 additions and 3 deletions
|
|
@ -12,8 +12,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<ConfigLower>$([System.String]::Copy('$(Configuration)').ToLower())</ConfigLower>
|
||||
<targetOutputPath>$(SolutionDir)target\$(MSBuildProjectName)\$(ConfigLower)\</targetOutputPath>
|
||||
<MSBuildProjectExtensionsPath>$(SolutionDir)target\$(MSBuildProjectName)\</MSBuildProjectExtensionsPath>
|
||||
<IntermediateOutputPath>$(SolutionDir)intermediate\$(MSBuildProjectName)\$(ConfigLower)\</IntermediateOutputPath>
|
||||
<MSBuildProjectExtensionsPath>$(SolutionDir)intermediate\$(MSBuildProjectName)\</MSBuildProjectExtensionsPath>
|
||||
<OutputPath>$(SolutionDir)bin\$(ConfigLower)\</OutputPath>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue