parent
d86dc085ed
commit
6b2c655922
2 changed files with 11 additions and 2 deletions
@ -0,0 +1,9 @@ |
|||||||
|
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003" TreatAsLocalProperty="OutDir"> |
||||||
|
<PropertyGroup> |
||||||
|
<RepositoryRootDirectory>$(MSBuildThisFileDirectory)</RepositoryRootDirectory> |
||||||
|
<BinDir>$(RepositoryRootDirectory)bin</BinDir> |
||||||
|
<OutputPath>$([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\$(Configuration)'))\$(MSBuildProjectName)</OutputPath> |
||||||
|
<BaseIntermediateOutputPath>$([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\obj\$(MSBuildProjectName)'))\</BaseIntermediateOutputPath> |
||||||
|
<ProjectDir>$(MSBuildThisFileDirectory)</ProjectDir> |
||||||
|
</PropertyGroup> |
||||||
|
</Project> |
Loading…
Reference in new issue