2017-09-26 08:59:34 +02:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Debug|x64">
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
<ProjectConfiguration Include="Release|x64">
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
<Platform>x64</Platform>
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
2017-09-26 20:27:11 +02:00
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lapi.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lauxlib.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lbaselib.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lbitlib.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lcode.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lcorolib.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lctype.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\ldblib.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\ldebug.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\ldo.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\ldump.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lfunc.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lgc.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\linit.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\llex.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lmathlib.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lmem.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\loadlib.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lobject.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lopcodes.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\loslib.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lparser.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lpcap.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lpcode.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lpprint.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lptree.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lpvm.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lstate.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lstring.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lstrlib.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\ltable.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\ltablib.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\ltm.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lundump.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lutf8lib.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lvm.c" />
|
|
|
|
|
<ClCompile Include="..\..\..\..\3rd-party\lua-5.3.1\src\lzio.c" />
|
2017-09-26 08:59:34 +02:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
<ProjectGuid>{57D2471B-3138-495E-AF18-6E290D098FFC}</ProjectGuid>
|
|
|
|
|
<Keyword>Win32Proj</Keyword>
|
|
|
|
|
<RootNamespace>lua</RootNamespace>
|
|
|
|
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v140_xp</PlatformToolset>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v140_xp</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v140_xp</PlatformToolset>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
<PlatformToolset>v140_xp</PlatformToolset>
|
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
|
|
<ImportGroup Label="ExtensionSettings">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="Shared">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
<PropertyGroup />
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>LUA_COMPAT_5_2;WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include\lua;</AdditionalIncludeDirectories>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
<PreprocessorDefinitions>LUA_COMPAT_5_2;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include\lua;</AdditionalIncludeDirectories>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>LUA_COMPAT_5_2;WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include\lua;</AdditionalIncludeDirectories>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
|
|
|
<ClCompile>
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
<PrecompiledHeader>
|
|
|
|
|
</PrecompiledHeader>
|
|
|
|
|
<Optimization>MaxSpeed</Optimization>
|
|
|
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
|
|
<PreprocessorDefinitions>LUA_COMPAT_5_2;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
|
|
|
<AdditionalIncludeDirectories>..\..\..\include\lua;</AdditionalIncludeDirectories>
|
|
|
|
|
</ClCompile>
|
|
|
|
|
<Link>
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
</Link>
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
</ImportGroup>
|
|
|
|
|
</Project>
|