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.
 
 
 

128 Zeilen
5.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. <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. <PropertyGroup Label="Globals">
  30. <ProjectGuid>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</ProjectGuid>
  31. <ConfigurationType>StaticLibrary</ConfigurationType>
  32. <Keyword>Win32Proj</Keyword>
  33. </PropertyGroup>
  34. <Import Project="$(SolutionDir)\msbuild\lol.config.props" />
  35. <PropertyGroup Label="Configuration">
  36. <CharacterSet>MultiByte</CharacterSet>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
  39. <UseDebugLibraries>true</UseDebugLibraries>
  40. </PropertyGroup>
  41. <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
  42. <UseDebugLibraries>false</UseDebugLibraries>
  43. <WholeProgramOptimization>true</WholeProgramOptimization>
  44. </PropertyGroup>
  45. <ImportGroup Label="PropertySheets">
  46. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  47. <Import Project="$(SolutionDir)\msbuild\lol.vars.props" />
  48. </ImportGroup>
  49. <PropertyGroup Label="UserMacros" />
  50. <Import Project="$(SolutionDir)\msbuild\lol.rules.props" />
  51. <ItemDefinitionGroup>
  52. <ClCompile>
  53. <PreprocessorDefinitions>LUA_ANSI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  54. </ClCompile>
  55. </ItemDefinitionGroup>
  56. <ItemGroup>
  57. <ClCompile Include="lapi.c" />
  58. <ClCompile Include="lauxlib.c" />
  59. <ClCompile Include="lbaselib.c" />
  60. <ClCompile Include="lbitlib.c" />
  61. <ClCompile Include="lcode.c" />
  62. <ClCompile Include="lcorolib.c" />
  63. <ClCompile Include="lctype.c" />
  64. <ClCompile Include="ldblib.c" />
  65. <ClCompile Include="ldebug.c" />
  66. <ClCompile Include="ldo.c" />
  67. <ClCompile Include="ldump.c" />
  68. <ClCompile Include="lfunc.c" />
  69. <ClCompile Include="lgc.c" />
  70. <ClCompile Include="linit.c" />
  71. <ClCompile Include="liolib.c" />
  72. <ClCompile Include="llex.c" />
  73. <ClCompile Include="lmathlib.c" />
  74. <ClCompile Include="lmem.c" />
  75. <ClCompile Include="loadlib.c" />
  76. <ClCompile Include="lobject.c" />
  77. <ClCompile Include="lopcodes.c" />
  78. <ClCompile Include="loslib.c" />
  79. <ClCompile Include="lparser.c" />
  80. <ClCompile Include="lstate.c" />
  81. <ClCompile Include="lstring.c" />
  82. <ClCompile Include="lstrlib.c" />
  83. <ClCompile Include="ltable.c" />
  84. <ClCompile Include="ltablib.c" />
  85. <ClCompile Include="ltm.c" />
  86. <ClCompile Include="lundump.c" />
  87. <ClCompile Include="lvm.c" />
  88. <ClCompile Include="lzio.c" />
  89. </ItemGroup>
  90. <ItemGroup>
  91. <ClInclude Include="lapi.h" />
  92. <ClInclude Include="lauxlib.h" />
  93. <ClInclude Include="lcode.h" />
  94. <ClInclude Include="lctype.h" />
  95. <ClInclude Include="ldebug.h" />
  96. <ClInclude Include="ldo.h" />
  97. <ClInclude Include="lfunc.h" />
  98. <ClInclude Include="lgc.h" />
  99. <ClInclude Include="llex.h" />
  100. <ClInclude Include="llimits.h" />
  101. <ClInclude Include="lmem.h" />
  102. <ClInclude Include="lobject.h" />
  103. <ClInclude Include="lopcodes.h" />
  104. <ClInclude Include="lparser.h" />
  105. <ClInclude Include="lstate.h" />
  106. <ClInclude Include="lstring.h" />
  107. <ClInclude Include="ltable.h" />
  108. <ClInclude Include="ltm.h" />
  109. <ClInclude Include="luaconf.h" />
  110. <ClInclude Include="lua.h" />
  111. <ClInclude Include="lua.hpp" />
  112. <ClInclude Include="lualib.h" />
  113. <ClInclude Include="luawrapper.hpp" />
  114. <ClInclude Include="lundump.h" />
  115. <ClInclude Include="lvm.h" />
  116. <ClInclude Include="lzio.h" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <None Include="Makefile.am">
  120. <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">true</ExcludedFromBuild>
  121. </None>
  122. </ItemGroup>
  123. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  124. <ImportGroup Label="ExtensionTargets">
  125. <Import Project="$(SolutionDir)\msbuild\lolfx.targets" />
  126. </ImportGroup>
  127. </Project>