Add key press samples (used by TextBoxes).

master
Dean Herbert 9 years ago
parent 7bae502578
commit cbfddcbb9a

@ -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