03-gamepad-polling.vcxproj 708 B

12345678910111213
  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>{70B36605-D8E8-4679-A126-0869BA621778}</ProjectGuid>
  5. </PropertyGroup>
  6. <Import Project="$(SolutionDir)\examples\Examples.props" />
  7. <ItemGroup>
  8. <None Include="$(SolutionDir)\..\examples\input\03-gamepad-polling\README.txt" />
  9. <ClCompile Include="$(SolutionDir)\..\examples\input\03-gamepad-polling\gamepad-polling.c" />
  10. <Content Include="$(SolutionDir)\..\test\gamepad_front.png" CopyToOutputDirectory="PreserveNewest" />
  11. </ItemGroup>
  12. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  13. </Project>