lua.2015.vcxproj 9.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <ItemGroup Label="ProjectConfigurations">
  4. <ProjectConfiguration Include="Debug|Win32">
  5. <Configuration>Debug</Configuration>
  6. <Platform>Win32</Platform>
  7. </ProjectConfiguration>
  8. <ProjectConfiguration Include="Debug|x64">
  9. <Configuration>Debug</Configuration>
  10. <Platform>x64</Platform>
  11. </ProjectConfiguration>
  12. <ProjectConfiguration Include="Release|Win32">
  13. <Configuration>Release</Configuration>
  14. <Platform>Win32</Platform>
  15. </ProjectConfiguration>
  16. <ProjectConfiguration Include="Release|x64">
  17. <Configuration>Release</Configuration>
  18. <Platform>x64</Platform>
  19. </ProjectConfiguration>
  20. </ItemGroup>
  21. <PropertyGroup Label="Globals">
  22. <ProjectName>lua52</ProjectName>
  23. <RootNamespace>lua55</RootNamespace>
  24. <Keyword>Win32Proj</Keyword>
  25. <ProjectGuid>{4F990563-6DFB-45C3-B083-1938C6D7FFA4}</ProjectGuid>
  26. </PropertyGroup>
  27. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  28. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  29. <ConfigurationType>DynamicLibrary</ConfigurationType>
  30. <CharacterSet>MultiByte</CharacterSet>
  31. <PlatformToolset>v140</PlatformToolset>
  32. </PropertyGroup>
  33. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  34. <ConfigurationType>DynamicLibrary</ConfigurationType>
  35. <CharacterSet>MultiByte</CharacterSet>
  36. <PlatformToolset>v140</PlatformToolset>
  37. </PropertyGroup>
  38. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  39. <ConfigurationType>DynamicLibrary</ConfigurationType>
  40. <CharacterSet>MultiByte</CharacterSet>
  41. <PlatformToolset>v140</PlatformToolset>
  42. </PropertyGroup>
  43. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  44. <ConfigurationType>DynamicLibrary</ConfigurationType>
  45. <CharacterSet>MultiByte</CharacterSet>
  46. <PlatformToolset>v140</PlatformToolset>
  47. </PropertyGroup>
  48. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  49. <Import Project="$(SolutionDir)w32\lua.props" />
  50. <ImportGroup Label="ExtensionSettings">
  51. </ImportGroup>
  52. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
  53. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  54. <Import Project="$(SolutionDir)w32\extdll.props" />
  55. </ImportGroup>
  56. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
  57. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  58. <Import Project="$(SolutionDir)w32\extdll.props" />
  59. </ImportGroup>
  60. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  61. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  62. <Import Project="$(SolutionDir)w32\extdll.props" />
  63. </ImportGroup>
  64. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  65. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  66. <Import Project="$(SolutionDir)w32\extdll.props" />
  67. </ImportGroup>
  68. <PropertyGroup Label="UserMacros" />
  69. <PropertyGroup>
  70. <_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
  71. </PropertyGroup>
  72. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  73. <ClCompile>
  74. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_WIN32;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  75. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  76. <DisableSpecificWarnings>4127; 4505;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  77. <EnablePREfast>false</EnablePREfast>
  78. </ClCompile>
  79. <Link>
  80. <GenerateDebugInformation>true</GenerateDebugInformation>
  81. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  82. <TargetMachine>MachineX86</TargetMachine>
  83. </Link>
  84. </ItemDefinitionGroup>
  85. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  86. <Midl>
  87. <TargetEnvironment>X64</TargetEnvironment>
  88. </Midl>
  89. <ClCompile>
  90. <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;_CRT_SECURE_NO_DEPRECATE;_WIN32;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  91. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  92. <DisableSpecificWarnings>4127; 4505;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  93. <EnablePREfast>false</EnablePREfast>
  94. </ClCompile>
  95. <Link>
  96. <GenerateDebugInformation>true</GenerateDebugInformation>
  97. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  98. <TargetMachine>MachineX64</TargetMachine>
  99. </Link>
  100. </ItemDefinitionGroup>
  101. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  102. <ClCompile>
  103. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_WIN32;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  104. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  105. <DisableSpecificWarnings>4127; 4505;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  106. </ClCompile>
  107. <Link>
  108. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  109. <TargetMachine>MachineX86</TargetMachine>
  110. </Link>
  111. </ItemDefinitionGroup>
  112. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  113. <Midl>
  114. <TargetEnvironment>X64</TargetEnvironment>
  115. </Midl>
  116. <ClCompile>
  117. <PreprocessorDefinitions>_CRT_SECURE_NO_DEPRECATE;_WIN32;LUA_BUILD_AS_DLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  118. <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
  119. <DisableSpecificWarnings>4127; 4505;%(DisableSpecificWarnings)</DisableSpecificWarnings>
  120. </ClCompile>
  121. <Link>
  122. <RandomizedBaseAddress>false</RandomizedBaseAddress>
  123. <TargetMachine>MachineX64</TargetMachine>
  124. </Link>
  125. </ItemDefinitionGroup>
  126. <ItemGroup>
  127. <ClCompile Include="$(LuaDir)\lapi.c" />
  128. <ClCompile Include="$(LuaDir)\lauxlib.c" />
  129. <ClCompile Include="$(LuaDir)\lbaselib.c" />
  130. <ClCompile Include="$(LuaDir)\lbitlib.c" />
  131. <ClCompile Include="$(LuaDir)\lcode.c" />
  132. <ClCompile Include="$(LuaDir)\lcorolib.c" />
  133. <ClCompile Include="$(LuaDir)\lctype.c" />
  134. <ClCompile Include="$(LuaDir)\ldblib.c" />
  135. <ClCompile Include="$(LuaDir)\ldebug.c" />
  136. <ClCompile Include="$(LuaDir)\ldo.c" />
  137. <ClCompile Include="$(LuaDir)\ldump.c" />
  138. <ClCompile Include="$(LuaDir)\lfunc.c" />
  139. <ClCompile Include="$(LuaDir)\lgc.c" />
  140. <ClCompile Include="$(LuaDir)\linit.c" />
  141. <ClCompile Include="$(LuaDir)\liolib.c" />
  142. <ClCompile Include="$(LuaDir)\llex.c" />
  143. <ClCompile Include="$(LuaDir)\lmathlib.c" />
  144. <ClCompile Include="$(LuaDir)\lmem.c" />
  145. <ClCompile Include="$(LuaDir)\loadlib.c" />
  146. <ClCompile Include="$(LuaDir)\lobject.c" />
  147. <ClCompile Include="$(LuaDir)\lopcodes.c" />
  148. <ClCompile Include="$(LuaDir)\loslib.c" />
  149. <ClCompile Include="$(LuaDir)\lparser.c" />
  150. <ClCompile Include="$(LuaDir)\lstate.c" />
  151. <ClCompile Include="$(LuaDir)\lstring.c" />
  152. <ClCompile Include="$(LuaDir)\lstrlib.c" />
  153. <ClCompile Include="$(LuaDir)\ltable.c" />
  154. <ClCompile Include="$(LuaDir)\ltablib.c" />
  155. <ClCompile Include="$(LuaDir)\ltm.c" />
  156. <ClCompile Include="$(LuaDir)\lundump.c" />
  157. <ClCompile Include="$(LuaDir)\lvm.c" />
  158. <ClCompile Include="$(LuaDir)\lzio.c" />
  159. </ItemGroup>
  160. <ItemGroup>
  161. <ClInclude Include="$(LuaDir)\lapi.h" />
  162. <ClInclude Include="$(LuaDir)\lauxlib.h" />
  163. <ClInclude Include="$(LuaDir)\lcode.h" />
  164. <ClInclude Include="$(LuaDir)\lctype.h" />
  165. <ClInclude Include="$(LuaDir)\ldebug.h" />
  166. <ClInclude Include="$(LuaDir)\ldo.h" />
  167. <ClInclude Include="$(LuaDir)\lfunc.h" />
  168. <ClInclude Include="$(LuaDir)\lgc.h" />
  169. <ClInclude Include="$(LuaDir)\llex.h" />
  170. <ClInclude Include="$(LuaDir)\llimits.h" />
  171. <ClInclude Include="$(LuaDir)\lmem.h" />
  172. <ClInclude Include="$(LuaDir)\lobject.h" />
  173. <ClInclude Include="$(LuaDir)\lopcodes.h" />
  174. <ClInclude Include="$(LuaDir)\lparser.h" />
  175. <ClInclude Include="$(LuaDir)\lstate.h" />
  176. <ClInclude Include="$(LuaDir)\lstring.h" />
  177. <ClInclude Include="$(LuaDir)\ltable.h" />
  178. <ClInclude Include="$(LuaDir)\ltm.h" />
  179. <ClInclude Include="$(LuaDir)\lua.h" />
  180. <ClInclude Include="$(LuaDir)\lua.hpp" />
  181. <ClInclude Include="$(LuaDir)\luaconf.h" />
  182. <ClInclude Include="$(LuaDir)\lualib.h" />
  183. <ClInclude Include="$(LuaDir)\lundump.h" />
  184. <ClInclude Include="$(LuaDir)\lvm.h" />
  185. <ClInclude Include="$(LuaDir)\lzio.h" />
  186. </ItemGroup>
  187. <ItemGroup>
  188. <None Include="$(LuaDir)\lua.def" />
  189. </ItemGroup>
  190. <ItemGroup>
  191. <ProjectReference Include="..\Download lua.2015.vcxproj">
  192. <Project>{45cd36ee-0af3-4387-8790-4f11e928299d}</Project>
  193. </ProjectReference>
  194. </ItemGroup>
  195. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  196. <ImportGroup Label="ExtensionTargets">
  197. </ImportGroup>
  198. </Project>