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.

69 lignes
2.9 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="05_easymesh.cpp" />
  31. </ItemGroup>
  32. <ItemGroup>
  33. <ProjectReference Include="$(SolutionDir)\..\src\lol-core.vcxproj">
  34. <Project>{9e62f2fe-3408-4eae-8238-fd84238ceeda}</Project>
  35. </ProjectReference>
  36. <ProjectReference Include="$(SolutionDir)\..\src\bullet\lol-bullet.vcxproj">
  37. <Project>{83d3b207-c601-4025-8f41-01dedc354661}</Project>
  38. </ProjectReference>
  39. <ProjectReference Include="$(SolutionDir)\..\src\lua\lol-lua.vcxproj">
  40. <Project>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</Project>
  41. </ProjectReference>
  42. </ItemGroup>
  43. <ItemGroup>
  44. <None Include="05_easymesh.lua">
  45. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  46. </None>
  47. </ItemGroup>
  48. <PropertyGroup Label="Globals">
  49. <ProjectGuid>{1c5b8702-290c-42da-aa9e-671348f5b747}</ProjectGuid>
  50. <ConfigurationType>Application</ConfigurationType>
  51. <Keyword>Win32Proj</Keyword>
  52. </PropertyGroup>
  53. <Import Project="$(SolutionDir)\msbuild\lol.config.props" />
  54. <ImportGroup Label="ExtensionSettings">
  55. <Import Project="$(SolutionDir)\msbuild\lolfx.props" />
  56. </ImportGroup>
  57. <ImportGroup Label="PropertySheets">
  58. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  59. <Import Project="$(SolutionDir)\msbuild\lol.vars.props" />
  60. </ImportGroup>
  61. <PropertyGroup Label="UserMacros" />
  62. <Import Project="$(SolutionDir)\msbuild\lol.rules.props" />
  63. <ItemDefinitionGroup />
  64. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  65. <ImportGroup Label="ExtensionTargets">
  66. <Import Project="$(SolutionDir)\msbuild\lolfx.targets" />
  67. </ImportGroup>
  68. </Project>