Skip to content

Commit d64c96b

Browse files
Set SourceRoot via Directory.Build.props
1 parent 8f1fb16 commit d64c96b

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Directory.Build.props

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<Project>
2+
3+
<ItemGroup>
4+
<SourceRoot Include="$(MSBuildThisFileDirectory)/"/>
5+
</ItemGroup>
6+
7+
</Project>

0 commit comments

Comments
 (0)