mirror of
https://github.com/Tribufu/TribufuDotNet
synced 2026-08-19 09:31:07 +00:00
Rename intermediate dir to target
This commit is contained in:
parent
ae692bb7a9
commit
1a1e6f6931
2 changed files with 4 additions and 4 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,8 +1,8 @@
|
||||||
.vs/
|
.vs/
|
||||||
bin/
|
bin/
|
||||||
intermediate/
|
|
||||||
obj/
|
obj/
|
||||||
releases/*
|
releases/*
|
||||||
|
target/
|
||||||
|
|
||||||
!releases/.gitkeep
|
!releases/.gitkeep
|
||||||
.DS_Store
|
.DS_Store
|
||||||
|
|
|
||||||
|
|
@ -12,8 +12,8 @@
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<ConfigLower>$([System.String]::Copy('$(Configuration)').ToLower())</ConfigLower>
|
<ConfigLower>$([System.String]::Copy('$(Configuration)').ToLower())</ConfigLower>
|
||||||
<IntermediateOutputPath>$(SolutionDir)intermediate\build\$(MSBuildProjectName)\$(ConfigLower)\</IntermediateOutputPath>
|
<targetOutputPath>$(SolutionDir)target\$(MSBuildProjectName)\$(ConfigLower)\</targetOutputPath>
|
||||||
<MSBuildProjectExtensionsPath>$(SolutionDir)intermediate\build\$(MSBuildProjectName)\</MSBuildProjectExtensionsPath>
|
<MSBuildProjectExtensionsPath>$(SolutionDir)target\$(MSBuildProjectName)\</MSBuildProjectExtensionsPath>
|
||||||
<OutputPath>$(SolutionDir)bin\$(ConfigLower)\</OutputPath>
|
<OutputPath>$(SolutionDir)bin\$(ConfigLower)\</OutputPath>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue