Skip to content

Commit

Permalink
Merge pull request #81 from jakenuts/master
Browse files Browse the repository at this point in the history
Added Directory.Build files to isolate cs projects
  • Loading branch information
digocesar authored Jul 18, 2024
2 parents 405699a + b73a5b3 commit 50b75c1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<ImportDirectoryBuildProps>false</ImportDirectoryBuildProps>
</PropertyGroup>
</Project>
5 changes: 5 additions & 0 deletions lib/Directory.Build.targets
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<ImportDirectoryBuildTargets>false</ImportDirectoryBuildTargets>
</PropertyGroup>
</Project>

0 comments on commit 50b75c1

Please sign in to comment.