We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 992548f + 0c096dd commit 3c6e4edCopy full SHA for 3c6e4ed
Directory.Build.props
@@ -1,6 +1,8 @@
1
<Project>
2
<!-- This file will be implicitly linked by all projects in folder -folders -->
3
<PropertyGroup>
4
+ <!-- Avoid sharing obj folder with multiple .csproj files in same folder -->
5
+ <BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)obj/$(MSBuildProjectName)</BaseIntermediateOutputPath>
6
<OutputPath>$(MSBuildThisFileDirectory)Artifacts/$(MSBuildProjectName)</OutputPath>
7
</PropertyGroup>
8
0 commit comments