Updates csproj file for keycounter resources

master
Remie Richards 9 years ago
parent 0edb6deb04
commit 7ced322ea2

@ -81,6 +81,14 @@
<ItemGroup>
<EmbeddedResource Include="Fonts\osuFont_0.png" />
</ItemGroup>
<ItemGroup>
<None Include="Textures\KeyCounter\key-glow.png" />
<None Include="Textures\KeyCounter\key-glow%402x.png" />
<None Include="Textures\KeyCounter\key-hit.png" />
<None Include="Textures\KeyCounter\key-hit%402x.png" />
<None Include="Textures\KeyCounter\key-up.png" />
<None Include="Textures\KeyCounter\key-up%402x.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- 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.

Loading…
Cancel
Save