Skip to content

Commit

Permalink
Include tooling files in project
Browse files Browse the repository at this point in the history
  • Loading branch information
Lamparter committed Feb 15, 2025
1 parent bea2a67 commit d856ebd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@
<MinimalWindowsVersion>10.0.19041.0</MinimalWindowsVersion>
<WindowsSdkPackageVersion>10.0.22621.57</WindowsSdkPackageVersion>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)\.editorconfig" />
<None Include="$(MSBuildThisFileDirectory)\Directory.Build.props" />
<None Include="$(MSBuildThisFileDirectory)\Directory.Packages.props" />
</ItemGroup>
</Project>

0 comments on commit d856ebd

Please sign in to comment.