Skip to content

Commit bddc7f4

Browse files
#79 Support App_Browsers and App_Themes out of box (#80)
1 parent d176021 commit bddc7f4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/MSBuild.SDK.SystemWeb/Sdk/MSBuild.SDK.SystemWeb.DefaultItems.props

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,4 +76,10 @@
7676
<Content Include="**\*.master" Exclude="$(DefaultWebFormsItemExcludes)" />
7777
<Content Include="**\*.svc" Exclude="$(DefaultWebFormsItemExcludes)" />
7878
</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>
7985
</Project>

0 commit comments

Comments
 (0)