Skip to content

Commit bd74707

Browse files
feat: Add Directory.Build.props
1 parent 9890a16 commit bd74707

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Directory.Build.props

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<Project>
2+
<Import Condition="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../')) != ''"
3+
Project="$([MSBuild]::GetPathOfFileAbove('Directory.Build.props', '$(MSBuildThisFileDirectory)../'))"/>
4+
<PropertyGroup>
5+
<LangVersion>10.0</LangVersion>
6+
<LocalExternalpath Condition="'$(LocalExternalpath)' == ''">$(MSBuildThisFileDirectory)/external</LocalExternalpath>
7+
</PropertyGroup>
8+
</Project>

0 commit comments

Comments
 (0)