01-load-bitmaps.vcxproj 1001 B

12345678910111213141516
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup Label="Globals">
  4. <ProjectGuid>{6A2BFA8B-C027-400D-A18B-3E9E1CC4DDD0}</ProjectGuid>
  5. </PropertyGroup>
  6. <Import Project="$(SolutionDir)\examples\Examples.props" />
  7. <ItemGroup>
  8. <None Include="$(SolutionDir)\..\examples\asyncio\01-load-bitmaps\README.txt" />
  9. <ClCompile Include="$(SolutionDir)\..\examples\asyncio\01-load-bitmaps\load-bitmaps.c" />
  10. <Content Include="$(SolutionDir)\..\test\sample.png" CopyToOutputDirectory="PreserveNewest" />
  11. <Content Include="$(SolutionDir)\..\test\gamepad_front.png" CopyToOutputDirectory="PreserveNewest" />
  12. <Content Include="$(SolutionDir)\..\test\speaker.png" CopyToOutputDirectory="PreserveNewest" />
  13. <Content Include="$(SolutionDir)\..\test\icon2x.png" CopyToOutputDirectory="PreserveNewest" />
  14. </ItemGroup>
  15. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  16. </Project>