Skip to content

Instantly share code, notes, and snippets.

@PadreSVK
Last active June 20, 2019 14:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PadreSVK/44913bfc0246df5bf4fa5ee78d1e51e7 to your computer and use it in GitHub Desktop.
Save PadreSVK/44913bfc0246df5bf4fa5ee78d1e51e7 to your computer and use it in GitHub Desktop.
Remove dot... items from None group
<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