Skip to content

Commit aaaf1e5

Browse files
committed
Fix read only source tree
1 parent a5c8095 commit aaaf1e5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/Directory.Build.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<Project>
2+
<PropertyGroup>
3+
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)..\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
4+
<OutputPath>$(MSBuildThisFileDirectory)..\bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath>
5+
</PropertyGroup>
6+
</Project>

0 commit comments

Comments
 (0)