We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d176021 commit bddc7f4Copy full SHA for bddc7f4
1 file changed
src/MSBuild.SDK.SystemWeb/Sdk/MSBuild.SDK.SystemWeb.DefaultItems.props
@@ -76,4 +76,10 @@
76
<Content Include="**\*.master" Exclude="$(DefaultWebFormsItemExcludes)" />
77
<Content Include="**\*.svc" Exclude="$(DefaultWebFormsItemExcludes)" />
78
</ItemGroup>
79
+
80
+ <!-- Support App_Browsers and App_Themes folders https://github.com/CZEMacLeod/MSBuild.SDK.SystemWeb/issues/79 -->
81
+ <ItemGroup>
82
+ <Content Include="App_Browsers\*.browser" Exclude="$(DefaultWebFormsItemExcludes)" Condition="Exists('App_Browsers')" />
83
+ <Content Include="App_Themes\**\*" Exclude="$(DefaultWebFormsItemExcludes)" Condition="Exists('App_Themes')" />
84
+ </ItemGroup>
85
</Project>
0 commit comments