Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

02_cube.vcxproj 2.2 KiB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Xbox 360">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Xbox 360</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|Win32">
  17. <Configuration>Release</Configuration>
  18. <Platform>Win32</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|x64">
  21. <Configuration>Release</Configuration>
  22. <Platform>x64</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|Xbox 360">
  25. <Configuration>Release</Configuration>
  26. <Platform>Xbox 360</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <ItemGroup>
  30. <ClCompile Include="..\test\tutorial\02_cube.cpp" />
  31. </ItemGroup>
  32. <ItemGroup>
  33. <ProjectReference Include="lolcore.vcxproj">
  34. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  35. </ProjectReference>
  36. </ItemGroup>
  37. <PropertyGroup Label="Globals">
  38. <ProjectGuid>{7b083da2-fe08-4f6d-bfdd-195d5c2783eb}</ProjectGuid>
  39. <ConfigurationType>Application</ConfigurationType>
  40. <Keyword>Win32Proj</Keyword>
  41. </PropertyGroup>
  42. <Import Project="Lol.Config.props" />
  43. <ImportGroup Label="ExtensionSettings">
  44. </ImportGroup>
  45. <ImportGroup Label="PropertySheets">
  46. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  47. <Import Project="Lol.Vars.props" />
  48. </ImportGroup>
  49. <PropertyGroup Label="UserMacros" />
  50. <Import Project="Lol.Rules.props" />
  51. <ItemDefinitionGroup />
  52. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  53. <ImportGroup Label="ExtensionTargets">
  54. </ImportGroup>
  55. </Project>