Skip to content

Commit a686b9b

Browse files
committed
Include tooling files in project
1 parent 4dca184 commit a686b9b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,9 @@
77
<WindowsSdkPackageVersion>10.0.22621.57</WindowsSdkPackageVersion>
88
<WindowsTargetFramework>$(TargetFrameworkVersion)-windows$(TargetWindowsVersion)</WindowsTargetFramework>
99
</PropertyGroup>
10+
<ItemGroup>
11+
<None Include="$(MSBuildThisFileDirectory)\.editorconfig" />
12+
<None Include="$(MSBuildThisFileDirectory)\Directory.Build.props" />
13+
<None Include="$(MSBuildThisFileDirectory)\Directory.Packages.props" />
14+
</ItemGroup>
1015
</Project>

0 commit comments

Comments
 (0)