Merge pull request #3 from peppy/key_samples

Add key press samples (used by TextBoxes).
master
Dan Balasescu 9 years ago committed by GitHub
commit 7ad9b5fcb0

@ -56,6 +56,16 @@
<ItemGroup> <ItemGroup>
<EmbeddedResource Include="Fonts\Exo2.0-Regular_0.png" /> <EmbeddedResource Include="Fonts\Exo2.0-Regular_0.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Samples\Keyboard\key-caps.mp3" />
<EmbeddedResource Include="Samples\Keyboard\key-confirm.mp3" />
<EmbeddedResource Include="Samples\Keyboard\key-delete.mp3" />
<EmbeddedResource Include="Samples\Keyboard\key-movement.mp3" />
<EmbeddedResource Include="Samples\Keyboard\key-press-1.mp3" />
<EmbeddedResource Include="Samples\Keyboard\key-press-2.mp3" />
<EmbeddedResource Include="Samples\Keyboard\key-press-3.mp3" />
<EmbeddedResource Include="Samples\Keyboard\key-press-4.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