mirror of
https://github.com/NotAKidoS/NAK_CVR_Mods.git
synced 2025-09-02 14:29:25 +00:00
[MuteSFX] Initial CVRMG release
This commit is contained in:
parent
aac93fbed7
commit
d9c8a31667
9 changed files with 171 additions and 0 deletions
11
MuteSFX/MuteSFX.csproj
Normal file
11
MuteSFX/MuteSFX.csproj
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue