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.
1 parent 9890a16 commit bd74707Copy full SHA for bd74707
Directory.Build.props
@@ -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