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.
 
 
 

67 linhas
2.7 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|ORBIS">
  5. <Configuration>Debug</Configuration>
  6. <Platform>ORBIS</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|Win32">
  9. <Configuration>Debug</Configuration>
  10. <Platform>Win32</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|x64">
  13. <Configuration>Debug</Configuration>
  14. <Platform>x64</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|ORBIS">
  17. <Configuration>Release</Configuration>
  18. <Platform>ORBIS</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Release|Win32">
  21. <Configuration>Release</Configuration>
  22. <Platform>Win32</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|x64">
  25. <Configuration>Release</Configuration>
  26. <Platform>x64</Platform>
  27. </ProjectConfiguration>
  28. </ItemGroup>
  29. <ItemGroup>
  30. <ClCompile Include="02_cube.cpp" />
  31. </ItemGroup>
  32. <ItemGroup>
  33. <LolFxCompile Include="02_cube.lolfx" />
  34. </ItemGroup>
  35. <ItemGroup>
  36. <ProjectReference Include="$(SolutionDir)\..\src\lol-core.vcxproj">
  37. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  38. </ProjectReference>
  39. <ProjectReference Include="$(SolutionDir)\..\src\bullet\lol-bullet.vcxproj">
  40. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  41. </ProjectReference>
  42. <ProjectReference Include="$(SolutionDir)\..\src\lua\lol-lua.vcxproj">
  43. <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
  44. </ProjectReference>
  45. </ItemGroup>
  46. <PropertyGroup Label="Globals">
  47. <ProjectGuid>{7b083da2-fe08-4f6d-bfdd-195d5c2783eb}</ProjectGuid>
  48. <ConfigurationType>Application</ConfigurationType>
  49. <Keyword>Win32Proj</Keyword>
  50. </PropertyGroup>
  51. <Import Project="$(SolutionDir)\msbuild\lol.config.props" />
  52. <ImportGroup Label="ExtensionSettings">
  53. <Import Project="$(SolutionDir)\msbuild\lolfx.props" />
  54. </ImportGroup>
  55. <ImportGroup Label="PropertySheets">
  56. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  57. <Import Project="$(SolutionDir)\msbuild\lol.vars.props" />
  58. </ImportGroup>
  59. <PropertyGroup Label="UserMacros" />
  60. <Import Project="$(SolutionDir)\msbuild\lol.rules.props" />
  61. <ItemDefinitionGroup />
  62. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  63. <ImportGroup Label="ExtensionTargets">
  64. <Import Project="$(SolutionDir)\msbuild\lolfx.targets" />
  65. </ImportGroup>
  66. </Project>