Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

79 righe
3.2 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. <PropertyGroup Label="LolMacros">
  4. <LolDir>$(SolutionDir)</LolDir>
  5. </PropertyGroup>
  6. <ItemGroup Label="ProjectConfigurations">
  7. <ProjectConfiguration Include="Debug|NX64">
  8. <Configuration>Debug</Configuration>
  9. <Platform>NX64</Platform>
  10. </ProjectConfiguration>
  11. <ProjectConfiguration Include="Debug|ORBIS">
  12. <Configuration>Debug</Configuration>
  13. <Platform>ORBIS</Platform>
  14. </ProjectConfiguration>
  15. <ProjectConfiguration Include="Debug|Prospero">
  16. <Configuration>Debug</Configuration>
  17. <Platform>Prospero</Platform>
  18. </ProjectConfiguration>
  19. <ProjectConfiguration Include="Debug|Win32">
  20. <Configuration>Debug</Configuration>
  21. <Platform>Win32</Platform>
  22. </ProjectConfiguration>
  23. <ProjectConfiguration Include="Debug|x64">
  24. <Configuration>Debug</Configuration>
  25. <Platform>x64</Platform>
  26. </ProjectConfiguration>
  27. <ProjectConfiguration Include="Release|NX64">
  28. <Configuration>Release</Configuration>
  29. <Platform>NX64</Platform>
  30. </ProjectConfiguration>
  31. <ProjectConfiguration Include="Release|ORBIS">
  32. <Configuration>Release</Configuration>
  33. <Platform>ORBIS</Platform>
  34. </ProjectConfiguration>
  35. <ProjectConfiguration Include="Release|Prospero">
  36. <Configuration>Release</Configuration>
  37. <Platform>Prospero</Platform>
  38. </ProjectConfiguration>
  39. <ProjectConfiguration Include="Release|Win32">
  40. <Configuration>Release</Configuration>
  41. <Platform>Win32</Platform>
  42. </ProjectConfiguration>
  43. <ProjectConfiguration Include="Release|x64">
  44. <Configuration>Release</Configuration>
  45. <Platform>x64</Platform>
  46. </ProjectConfiguration>
  47. </ItemGroup>
  48. <Import Project="$(LolDir)\build\msbuild\lol-core.props" />
  49. <Import Project="$(LolDir)\build\msbuild\lol-bullet.props" />
  50. <Import Project="$(LolDir)\build\msbuild\lol-lua.props" />
  51. <ItemGroup>
  52. <ClCompile Include="14_lua.cpp" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <None Include="14_lua.lua">
  56. <ExcludedFromBuild>true</ExcludedFromBuild>
  57. </None>
  58. </ItemGroup>
  59. <PropertyGroup Label="Globals">
  60. <ProjectGuid>{31B96262-1C41-43B9-BA38-27AA385B05DB}</ProjectGuid>
  61. <ConfigurationType>Application</ConfigurationType>
  62. <Keyword>Win32Proj</Keyword>
  63. </PropertyGroup>
  64. <Import Project="$(LolDir)\build\msbuild\lol.config.props" />
  65. <ImportGroup Label="ExtensionSettings">
  66. <Import Project="$(LolDir)\build\msbuild\lolfx.props" />
  67. </ImportGroup>
  68. <ImportGroup Label="PropertySheets">
  69. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  70. <Import Project="$(LolDir)\build\msbuild\lol.vars.props" />
  71. </ImportGroup>
  72. <PropertyGroup Label="UserMacros" />
  73. <Import Project="$(LolDir)\build\msbuild\lol.rules.props" />
  74. <ItemDefinitionGroup />
  75. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  76. <ImportGroup Label="ExtensionTargets">
  77. <Import Project="$(LolDir)\build\msbuild\lolfx.targets" />
  78. </ImportGroup>
  79. </Project>