Copy cursor.png to output.
This commit is contained in:
parent
8f9311ec8d
commit
eab7e1ec0d
1 changed files with 4 additions and 2 deletions
|
@ -548,6 +548,9 @@
|
|||
</None>
|
||||
<None Include="Data\Audio\the_ring_that_fell.wav">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<None Include="Data\Textures\cursor.png">
|
||||
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
||||
</None>
|
||||
<EmbeddedResource Include="OpenGL\1.x\OpenGLDiagnostics.rtf" />
|
||||
<EmbeddedResource Include="OpenGL\1.x\Anaglyph.rtf" />
|
||||
|
@ -637,7 +640,6 @@
|
|||
<Content Include="..\..\Dependencies\x86\SDL2.dll">
|
||||
<Link>Dependencies\x86\SDL2.dll</Link>
|
||||
</Content>
|
||||
<Content Include="Data\Textures\cursor.png" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
||||
<PropertyGroup>
|
||||
|
@ -646,4 +648,4 @@
|
|||
<PostBuildEvent>
|
||||
</PostBuildEvent>
|
||||
</PropertyGroup>
|
||||
</Project>
|
||||
</Project>
|
||||
|
|
Loading…
Reference in a new issue