Last active
June 20, 2019 14:59
-
-
Save PadreSVK/44913bfc0246df5bf4fa5ee78d1e51e7 to your computer and use it in GitHub Desktop.
Remove dot... items from None group
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<ItemGroup> | |
<None Remove="Views\CRUD\Create.dothtml" /> | |
<None Remove="Views\CRUD\Detail.dothtml" /> | |
<None Remove="Views\CRUD\Edit.dothtml" /> | |
<None Remove="Views\MasterPage.dotmaster" /> | |
</ItemGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment