Copy cursor.png to output.

This commit is contained in:
Fraser Waters 2014-02-21 11:27:51 +00:00 committed by thefiddler
parent 8f9311ec8d
commit eab7e1ec0d

View file

@ -548,6 +548,9 @@
</None> </None>
<None Include="Data\Audio\the_ring_that_fell.wav"> <None Include="Data\Audio\the_ring_that_fell.wav">
<CopyToOutputDirectory>Always</CopyToOutputDirectory> <CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Include="Data\Textures\cursor.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None> </None>
<EmbeddedResource Include="OpenGL\1.x\OpenGLDiagnostics.rtf" /> <EmbeddedResource Include="OpenGL\1.x\OpenGLDiagnostics.rtf" />
<EmbeddedResource Include="OpenGL\1.x\Anaglyph.rtf" /> <EmbeddedResource Include="OpenGL\1.x\Anaglyph.rtf" />
@ -637,7 +640,6 @@
<Content Include="..\..\Dependencies\x86\SDL2.dll"> <Content Include="..\..\Dependencies\x86\SDL2.dll">
<Link>Dependencies\x86\SDL2.dll</Link> <Link>Dependencies\x86\SDL2.dll</Link>
</Content> </Content>
<Content Include="Data\Textures\cursor.png" />
</ItemGroup> </ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup> <PropertyGroup>
@ -646,4 +648,4 @@
<PostBuildEvent> <PostBuildEvent>
</PostBuildEvent> </PostBuildEvent>
</PropertyGroup> </PropertyGroup>
</Project> </Project>