We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1d0eb2 commit 18a0eecCopy full SHA for 18a0eec
src/NetEvolve.Defaults/build/SupportGeneral.props
@@ -48,4 +48,10 @@
48
<PreferredUILang>en</PreferredUILang>
49
</PropertyGroup>
50
51
+ <PropertyGroup Label="Development Support" Condition=" '$(SolutionDir)' != '' ">
52
+ <DirectoryBuildPropsPath>$(SolutionDir)Directory.Build.props</DirectoryBuildPropsPath>
53
+ <DirectoryBuildTargetsPath>$(SolutionDir)Directory.Build.targets</DirectoryBuildTargetsPath>
54
+ <DirectoryPackagesPropsPath>$(SolutionDir)Directory.Packages.props</DirectoryPackagesPropsPath>
55
+ </PropertyGroup>
56
+
57
</Project>
0 commit comments