08-rotating-textures.vcxproj 779 B

1234567891011121314
  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>{7091C001-3D71-47D4-B27B-E99271E5B987}</ProjectGuid>
  5. </PropertyGroup>
  6. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  7. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  8. <ItemGroup>
  9. <None Include="$(SolutionDir)\..\examples\renderer\08-rotating-textures\README.txt" />
  10. <ClCompile Include="$(SolutionDir)\..\examples\renderer\08-rotating-textures\rotating-textures.c" />
  11. <Content Include="$(SolutionDir)\..\test\sample.bmp" CopyToOutputDirectory="PreserveNewest" />
  12. </ItemGroup>
  13. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  14. </Project>