Skip to content

Commit fb60cab

Browse files
authored
Merge pull request #76 from GeneralLibrary/dev
Update GeneralUpdate.Bowl.csproj
2 parents 155041c + 8fdcd85 commit fb60cab

File tree

1 file changed

+3
-20
lines changed

1 file changed

+3
-20
lines changed

src/c#/GeneralUpdate.Bowl/GeneralUpdate.Bowl.csproj

Lines changed: 3 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -47,25 +47,8 @@
4747
</ItemGroup>
4848

4949
<ItemGroup>
50-
<None Remove="Applications\Windows\export.bat" />
51-
<EmbeddedResource Include="Applications\Windows\export.bat">
52-
<Pack>True</Pack>
53-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
54-
</EmbeddedResource>
55-
<None Remove="Applications\Windows\procdump.exe" />
56-
<EmbeddedResource Include="Applications\Windows\procdump.exe">
57-
<Pack>True</Pack>
58-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
59-
</EmbeddedResource>
60-
<None Remove="Applications\Windows\procdump64.exe" />
61-
<EmbeddedResource Include="Applications\Windows\procdump64.exe">
62-
<Pack>True</Pack>
63-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
64-
</EmbeddedResource>
65-
<None Remove="Applications\Windows\procdump64a.exe" />
66-
<EmbeddedResource Include="Applications\Windows\procdump64a.exe">
67-
<Pack>True</Pack>
68-
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
69-
</EmbeddedResource>
50+
<EmbeddedResource Include="Applications\**\*">
51+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
52+
</EmbeddedResource>
7053
</ItemGroup>
7154
</Project>

0 commit comments

Comments
 (0)