Skip to content

Commit

Permalink
chore: update project exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
DorielRivalet committed Apr 5, 2024
1 parent 6eaa094 commit 02e5208
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions MHFZ_Overlay/MHFZ_Overlay.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,20 @@
</PropertyGroup>

<ItemGroup>
<Compile Remove="publish\**" />
<Compile Remove="Releases\**" />
<Compile Remove="Samples\**" />
<Compile Remove="UI\**" />
<EmbeddedResource Remove="publish\**" />
<EmbeddedResource Remove="Releases\**" />
<EmbeddedResource Remove="Samples\**" />
<EmbeddedResource Remove="UI\**" />
<None Remove="publish\**" />
<None Remove="Releases\**" />
<None Remove="Samples\**" />
<None Remove="UI\**" />
<Page Remove="publish\**" />
<Page Remove="Releases\**" />
<Page Remove="Samples\**" />
<Page Remove="UI\**" />
</ItemGroup>
Expand Down Expand Up @@ -816,6 +824,7 @@
<None Remove="Assets\Sounds\select.wav" />
<None Remove="Assets\Sounds\victory.wav" />
<None Remove="NLog.config" />
<None Remove="Update.exe" />
</ItemGroup>

<ItemGroup>
Expand Down Expand Up @@ -1994,9 +2003,6 @@
<Generator>PublicSettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<None Update="Update.exe">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 02e5208

Please sign in to comment.