Skip to content
Snippets Groups Projects
Commit 7d0f7a30 authored by Jonas Landsfeldt's avatar Jonas Landsfeldt
Browse files

Fixed classes csproj file

parent 99df39f4
Branches feature/Buzzer
No related tags found
1 merge request!16Fixed classes csproj file
Pipeline #194511 passed
......@@ -8,4 +8,25 @@
<PackageReference Include="System.Windows.Extensions" Version="7.0.0" />
</ItemGroup>
<ItemGroup>
<None Update="Sounds\done.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Sounds\keybeep.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Sounds\no.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Sounds\ohoh.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Sounds\ok.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="Sounds\yes.wav">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment