Add checkbox sound effects.

master
Dean Herbert 9 years ago
parent a3b2991157
commit 8ee9e6736f

@ -183,6 +183,10 @@
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Samples\seeya.mp3" /> <EmbeddedResource Include="Samples\seeya.mp3" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Samples\Checkbox\check-off.mp3" />
<EmbeddedResource Include="Samples\Checkbox\check-on.mp3" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets. Other similar extension points exist, see Microsoft.Common.targets.

Loading…
Cancel
Save