Skip to content

Commit

Permalink
Merge branch 'master' of github.com:awulkiew/exclude-from-build
Browse files Browse the repository at this point in the history
  • Loading branch information
awulkiew committed Jun 15, 2020
2 parents fac5dbc + 9da04a0 commit 147058a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,4 +1,4 @@
# Exclude From Build
# Exclude from Build
## extension for Visual Studio 2013, 2015, 2017 and 2019

This extension allows to exclude from build or include in build multiple **C**/**C++**/**C#**/**VB** files and directories with one click of a menu option.
Expand All @@ -20,9 +20,9 @@ Files are excluded/included based on file extension:
- **Exclude** sets **Build Action** file property to **None**
- **Include** sets **Build Action** file property to:
- **ApplicationDefinition** if the file defines `<Application>`
- **Page** otherwise
- **Page** otherwise

For C/C++ it is possible to affect only the Active project configuration (default) or All project configurations. Choose one of the options in menu **Tools -> More**.
The default behavior of the main menu buttons can be changed in **Tools -> Options -> Exclude from Build**.

You can download this extension from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=AdamWulkiewicz.ExcludeFromBuild) or [GitHub](https://github.com/awulkiew/exclude-from-build/releases).
You can download this extension from [Visual Studio Marketplace](https://marketplace.visualstudio.com/items?itemName=AdamWulkiewicz.ExcludeFromBuild) or [GitHub](https://github.com/awulkiew/exclude-from-build/releases).

0 comments on commit 147058a

Please sign in to comment.