Skip to content

Commit 18a0eec

Browse files
authored
chore: Find Directory.xx.props based on $(SolutionDir) (#61)
1 parent e1d0eb2 commit 18a0eec

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/NetEvolve.Defaults/build/SupportGeneral.props

+6
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,10 @@
4848
<PreferredUILang>en</PreferredUILang>
4949
</PropertyGroup>
5050

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+
5157
</Project>

0 commit comments

Comments
 (0)