Merge pull request #27 from huoyaoyuan/level-badge

Add level badge to csproj.
master
Dean Herbert 8 years ago committed by GitHub
commit 7afcf32561

@ -636,6 +636,9 @@
<EmbeddedResource Include="Textures\MedalSplash\disc-spin.png" /> <EmbeddedResource Include="Textures\MedalSplash\disc-spin.png" />
<EmbeddedResource Include="Textures\MedalSplash\medal-glow.png" /> <EmbeddedResource Include="Textures\MedalSplash\medal-glow.png" />
</ItemGroup> </ItemGroup>
<ItemGroup>
<Content Include="Textures\Profile\levelbadge.png" />
</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