You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

138 lines
5.4 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|PS3">
  9. <Configuration>Debug</Configuration>
  10. <Platform>PS3</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Debug|Win32">
  13. <Configuration>Debug</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Debug|x64">
  17. <Configuration>Debug</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. <ProjectConfiguration Include="Debug|Xbox 360">
  21. <Configuration>Debug</Configuration>
  22. <Platform>Xbox 360</Platform>
  23. </ProjectConfiguration>
  24. <ProjectConfiguration Include="Release|ORBIS">
  25. <Configuration>Release</Configuration>
  26. <Platform>ORBIS</Platform>
  27. </ProjectConfiguration>
  28. <ProjectConfiguration Include="Release|PS3">
  29. <Configuration>Release</Configuration>
  30. <Platform>PS3</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. <ProjectConfiguration Include="Release|Xbox 360">
  41. <Configuration>Release</Configuration>
  42. <Platform>Xbox 360</Platform>
  43. </ProjectConfiguration>
  44. </ItemGroup>
  45. <PropertyGroup Label="Globals">
  46. <ProjectGuid>{d84021ca-b233-4e0f-8a52-071b83bbccc4}</ProjectGuid>
  47. <ConfigurationType>StaticLibrary</ConfigurationType>
  48. <Keyword>Win32Proj</Keyword>
  49. </PropertyGroup>
  50. <Import Project="$(SolutionDir)\Lol.Core.Config.props" />
  51. <PropertyGroup Label="Configuration">
  52. <CharacterSet>MultiByte</CharacterSet>
  53. </PropertyGroup>
  54. <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
  55. <UseDebugLibraries>true</UseDebugLibraries>
  56. </PropertyGroup>
  57. <PropertyGroup Condition="'$(Configuration)'=='Release'" Label="Configuration">
  58. <UseDebugLibraries>false</UseDebugLibraries>
  59. <WholeProgramOptimization>true</WholeProgramOptimization>
  60. </PropertyGroup>
  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="$(SolutionDir)\Lol.Core.Vars.props" />
  64. </ImportGroup>
  65. <PropertyGroup Label="UserMacros" />
  66. <Import Project="$(SolutionDir)\Lol.Core.Rules.props" />
  67. <ItemDefinitionGroup>
  68. <ClCompile>
  69. <PreprocessorDefinitions>LUA_ANSI;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  70. </ClCompile>
  71. </ItemDefinitionGroup>
  72. <ItemGroup>
  73. <ClCompile Include="lapi.c" />
  74. <ClCompile Include="lauxlib.c" />
  75. <ClCompile Include="lbaselib.c" />
  76. <ClCompile Include="lbitlib.c" />
  77. <ClCompile Include="lcode.c" />
  78. <ClCompile Include="lcorolib.c" />
  79. <ClCompile Include="lctype.c" />
  80. <ClCompile Include="ldblib.c" />
  81. <ClCompile Include="ldebug.c" />
  82. <ClCompile Include="ldo.c" />
  83. <ClCompile Include="ldump.c" />
  84. <ClCompile Include="lfunc.c" />
  85. <ClCompile Include="lgc.c" />
  86. <ClCompile Include="linit.c" />
  87. <ClCompile Include="liolib.c" />
  88. <ClCompile Include="llex.c" />
  89. <ClCompile Include="lmathlib.c" />
  90. <ClCompile Include="lmem.c" />
  91. <ClCompile Include="loadlib.c" />
  92. <ClCompile Include="lobject.c" />
  93. <ClCompile Include="lopcodes.c" />
  94. <ClCompile Include="loslib.c" />
  95. <ClCompile Include="lparser.c" />
  96. <ClCompile Include="lstate.c" />
  97. <ClCompile Include="lstring.c" />
  98. <ClCompile Include="lstrlib.c" />
  99. <ClCompile Include="ltable.c" />
  100. <ClCompile Include="ltablib.c" />
  101. <ClCompile Include="ltm.c" />
  102. <ClCompile Include="lundump.c" />
  103. <ClCompile Include="lvm.c" />
  104. <ClCompile Include="lzio.c" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <ClInclude Include="lapi.h" />
  108. <ClInclude Include="lauxlib.h" />
  109. <ClInclude Include="lcode.h" />
  110. <ClInclude Include="lctype.h" />
  111. <ClInclude Include="ldebug.h" />
  112. <ClInclude Include="ldo.h" />
  113. <ClInclude Include="lfunc.h" />
  114. <ClInclude Include="lgc.h" />
  115. <ClInclude Include="llex.h" />
  116. <ClInclude Include="llimits.h" />
  117. <ClInclude Include="lmem.h" />
  118. <ClInclude Include="lobject.h" />
  119. <ClInclude Include="lopcodes.h" />
  120. <ClInclude Include="lparser.h" />
  121. <ClInclude Include="lstate.h" />
  122. <ClInclude Include="lstring.h" />
  123. <ClInclude Include="ltable.h" />
  124. <ClInclude Include="ltm.h" />
  125. <ClInclude Include="luaconf.h" />
  126. <ClInclude Include="lua.h" />
  127. <ClInclude Include="lua.hpp" />
  128. <ClInclude Include="lualib.h" />
  129. <ClInclude Include="lundump.h" />
  130. <ClInclude Include="lvm.h" />
  131. <ClInclude Include="lzio.h" />
  132. </ItemGroup>
  133. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  134. <ImportGroup Label="ExtensionTargets">
  135. <Import Project="$(SolutionDir)\Lol.Fx.targets" />
  136. </ImportGroup>
  137. </Project>