Skip to content

Commit

Permalink
Remove OneDotNet.sln and rely on SlnGen tool
Browse files Browse the repository at this point in the history
  • Loading branch information
hcoona committed Aug 11, 2022

Verified

This commit was signed with the committer’s verified signature.
BloodAxe Eugene Khvedchenya
1 parent ecbdc94 commit afd41d0
Showing 4 changed files with 23 additions and 421 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Required by VFSForGit.
* -text
*.sln binary

*.png filter=lfs diff=lfs merge=lfs -text
*.bmp filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
10 changes: 10 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -31,4 +31,14 @@
</PropertyGroup>

<Import Project="$(EnlistmentRoot)/stylecop.props" />

<PropertyGroup Label="SlnGen">
<SlnGenFolders>true</SlnGenFolders>
</PropertyGroup>

<ItemGroup Label="SlnGen">
<SlnGenSolutionItem Include="$(EnlistmentRoot)\.editorconfig" />
<SlnGenSolutionItem Include="$(EnlistmentRoot)\global.json" />
<SlnGenSolutionItem Include="$(EnlistmentRoot)\README.adoc" />
</ItemGroup>
</Project>
Loading

0 comments on commit afd41d0

Please sign in to comment.