Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

61 linhas
2.4 KiB

  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\01_triangle.cpp" />
  31. </ItemGroup>
  32. <ItemGroup>
  33. <LolFxCompile Include="..\test\tutorial\01_triangle.lolfx" />
  34. </ItemGroup>
  35. <ItemGroup>
  36. <ProjectReference Include="lolcore.vcxproj">
  37. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  38. </ProjectReference>
  39. </ItemGroup>
  40. <PropertyGroup Label="Globals">
  41. <ProjectGuid>{b92abadc-45be-4cc5-b724-9426053123a1}</ProjectGuid>
  42. <ConfigurationType>Application</ConfigurationType>
  43. <Keyword>Win32Proj</Keyword>
  44. </PropertyGroup>
  45. <Import Project="Lol.Core.Config.props" />
  46. <ImportGroup Label="ExtensionSettings">
  47. <Import Project="Lol.Fx.props" />
  48. </ImportGroup>
  49. <ImportGroup Label="PropertySheets">
  50. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  51. <Import Project="Lol.Core.Vars.props" />
  52. </ImportGroup>
  53. <PropertyGroup Label="UserMacros" />
  54. <Import Project="Lol.Core.Rules.props" />
  55. <ItemDefinitionGroup />
  56. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  57. <ImportGroup Label="ExtensionTargets">
  58. <Import Project="Lol.Fx.targets" />
  59. </ImportGroup>
  60. </Project>