Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 

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