Merge pull request #28 from huoyaoyuan/level-badge

Fix csproj to EmbeddedResource.
master
Dean Herbert 8 years ago committed by GitHub
commit 10fda22522

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

Loading…
Cancel
Save