Created
November 18, 2021 17:25
-
-
Save KirillOsenkov/1b8e1bc592f84abf4b7f2cedd5e569c6 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<PropertyGroup Label="Output directory"> | |
<BinariesFolder>$(SrcRoot)bin</BinariesFolder> | |
<CommonIntermediateOutputRoot>$(SrcRoot)obj\</CommonIntermediateOutputRoot> | |
<BaseIntermediateOutputPath>$(CommonIntermediateOutputRoot)$(Configuration)\$(MSBuildProjectName)\</BaseIntermediateOutputPath> | |
<IntermediateOutputPath>$(BaseIntermediateOutputPath)</IntermediateOutputPath> | |
<AssemblyInfoPath Condition="'$(AssemblyInfoPath)' == ''">$(BaseIntermediateOutputPath)GlobalAssemblyInfo.cs</AssemblyInfoPath> | |
<CommonOutputDirectory>$(BinariesFolder)\$(Configuration)</CommonOutputDirectory> | |
<BuildToCommonOutputDirectory Condition="'$(BuildToCommonOutputDirectory)' == ''">true</BuildToCommonOutputDirectory> | |
<OutputPath Condition="'$(OutputPath)' == ''">$(BinariesFolder)\$(Configuration)\$(MSBuildProjectName)</OutputPath> | |
<OutputPath Condition="'$(BuildToCommonOutputDirectory)' == 'true'">$(CommonOutputDirectory)\</OutputPath> | |
<OutDir>$(OutputPath)</OutDir> | |
<TargetFrameworkMonikerAssemblyAttributesPath>$(IntermediateOutputPath)$(TargetFramework)\AssemblyAttributes.cs</TargetFrameworkMonikerAssemblyAttributesPath> | |
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies> | |
</PropertyGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment