Skip to content
Snippets Groups Projects
Commit 53ef62b6 authored by Linda Nguyen's avatar Linda Nguyen
Browse files

Merge branch 'feature/Buzzer' into 'main'

Fixed classes csproj file

See merge request !16
parents 7c3a04d0 7d0f7a30
No related branches found
No related tags found
1 merge request!16Fixed classes csproj file
Pipeline #194514 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