Skip to content

Instantly share code, notes, and snippets.

@phillipsj
Last active September 29, 2015 02:22
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 phillipsj/ec49732c325b7de55d19 to your computer and use it in GitHub Desktop.
Save phillipsj/ec49732c325b7de55d19 to your computer and use it in GitHub Desktop.
Exclude Folder VS Project
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ExcludeFoldersFromDeployment>node_modules</ExcludeFoldersFromDeployment>
</PropertyGroup>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment