File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 15
15
<IncludeContentInPack >true</IncludeContentInPack >
16
16
<IncludeBuildOutput >false</IncludeBuildOutput >
17
17
<ContentTargetFolders >content</ContentTargetFolders >
18
+ <NoDefaultExcludes >true</NoDefaultExcludes >
18
19
</PropertyGroup >
19
20
20
21
<ItemGroup >
21
- <Content Include =" reactnet-vanilla\**\*" Exclude =" reactnet-vanilla\**\bin\**;reactnet-vanilla\**\obj\**" />
22
- <Content Include =" reactnet-webpack\**\*" Exclude =" reactnet-webpack\**\bin\**;reactnet-webpack\**\obj\**;reactnet-webpack\node_modules\**;reactnet-webpack\wwwroot\dist\**" />
22
+ <Content Include =" reactnet-vanilla\**\*" Exclude =" reactnet-vanilla\**\bin\**;reactnet-vanilla\**\obj\**;**\.template.config\** " />
23
+ <Content Include =" reactnet-webpack\**\*" Exclude =" reactnet-webpack\**\bin\**;reactnet-webpack\**\obj\**;reactnet-webpack\node_modules\**;reactnet-webpack\wwwroot\dist\**;**\.template.config\** " />
23
24
<Compile Remove =" **\*" />
24
25
</ItemGroup >
25
26
You can’t perform that action at this time.
0 commit comments