[MuteSFX] Initial CVRMG release

This commit is contained in:
NotAKidoS 2023-07-06 21:54:28 -05:00
parent aac93fbed7
commit d9c8a31667
9 changed files with 171 additions and 0 deletions

11
MuteSFX/MuteSFX.csproj Normal file
View file

@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<ItemGroup>
<None Remove="SFX\sfx_mute.wav" />
<None Remove="SFX\sfx_unmute.wav" />
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="SFX\sfx_mute.wav" />
<EmbeddedResource Include="SFX\sfx_unmute.wav" />
</ItemGroup>
</Project>