248 lines
14 KiB
XML
248 lines
14 KiB
XML
|
<?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|ARM">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>ARM</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Debug|Win32">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Debug|x64">
|
|||
|
<Configuration>Debug</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|ARM">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>ARM</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|Win32">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>Win32</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
<ProjectConfiguration Include="Release|x64">
|
|||
|
<Configuration>Release</Configuration>
|
|||
|
<Platform>x64</Platform>
|
|||
|
</ProjectConfiguration>
|
|||
|
</ItemGroup>
|
|||
|
<ItemGroup>
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lapi.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lauxlib.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lbaselib.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lbitlib.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lcode.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lcorolib.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lctype.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\ldblib.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\ldebug.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\ldo.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\ldump.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lfunc.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lgc.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\llex.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lmathlib.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lmem.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\loadlib.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lobject.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lopcodes.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lparser.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lpcap.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lpcode.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lpprint.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lptree.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lpvm.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lstate.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lstring.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lstrlib.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\ltable.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\ltablib.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\ltm.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lundump.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lutf8lib.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lvm.c" />
|
|||
|
<ClCompile Include="..\..\..\..\..\sdk\lua-5.3.1\src\lzio.c" />
|
|||
|
</ItemGroup>
|
|||
|
<PropertyGroup Label="Globals">
|
|||
|
<ProjectGuid>{53802f21-41da-4ac1-8b62-0dac2ccb8af8}</ProjectGuid>
|
|||
|
<Keyword>StaticLibrary</Keyword>
|
|||
|
<RootNamespace>lua</RootNamespace>
|
|||
|
<DefaultLanguage>en-US</DefaultLanguage>
|
|||
|
<MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
|
|||
|
<AppContainerApplication>true</AppContainerApplication>
|
|||
|
<ApplicationType>Windows Store</ApplicationType>
|
|||
|
<WindowsTargetPlatformVersion>10.0.15063.0</WindowsTargetPlatformVersion>
|
|||
|
<WindowsTargetPlatformMinVersion>10.0.14393.0</WindowsTargetPlatformMinVersion>
|
|||
|
<ApplicationTypeRevision>10.0</ApplicationTypeRevision>
|
|||
|
</PropertyGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
<PlatformToolset>v140</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
<PlatformToolset>v140</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|||
|
<PlatformToolset>v140</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|||
|
<PlatformToolset>v140</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|||
|
<PlatformToolset>v140</PlatformToolset>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|||
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|||
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|||
|
<PlatformToolset>v140</PlatformToolset>
|
|||
|
</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|ARM'">
|
|||
|
<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|ARM'">
|
|||
|
<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 />
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<GenerateManifest>false</GenerateManifest>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<GenerateManifest>false</GenerateManifest>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|ARM'">
|
|||
|
<GenerateManifest>false</GenerateManifest>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|ARM'">
|
|||
|
<GenerateManifest>false</GenerateManifest>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<GenerateManifest>false</GenerateManifest>
|
|||
|
</PropertyGroup>
|
|||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<GenerateManifest>false</GenerateManifest>
|
|||
|
</PropertyGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|||
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|||
|
<SDLCheck>true</SDLCheck>
|
|||
|
<PreprocessorDefinitions>LUA_COMPAT_5_2;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<AdditionalIncludeDirectories>..\..\..\include\lua;$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<DisableSpecificWarnings>4244;4267</DisableSpecificWarnings>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<SubSystem>Console</SubSystem>
|
|||
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|||
|
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|||
|
<ClCompile>
|
|||
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|||
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|||
|
<SDLCheck>true</SDLCheck>
|
|||
|
<PreprocessorDefinitions>LUA_COMPAT_5_2;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<AdditionalIncludeDirectories>..\..\..\include\lua;$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<DisableSpecificWarnings>4244;4267</DisableSpecificWarnings>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<SubSystem>Console</SubSystem>
|
|||
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|||
|
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|arm'">
|
|||
|
<ClCompile>
|
|||
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|||
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|||
|
<SDLCheck>true</SDLCheck>
|
|||
|
<PreprocessorDefinitions>LUA_COMPAT_5_2;_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1;%(ClCompile.PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<AdditionalIncludeDirectories>..\..\..\include\lua;$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<DisableSpecificWarnings>4244;4267</DisableSpecificWarnings>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<SubSystem>Console</SubSystem>
|
|||
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|||
|
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|arm'">
|
|||
|
<ClCompile>
|
|||
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|||
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|||
|
<SDLCheck>true</SDLCheck>
|
|||
|
<PreprocessorDefinitions>LUA_COMPAT_5_2;_ARM_WINAPI_PARTITION_DESKTOP_SDK_AVAILABLE=1;%(ClCompile.PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<AdditionalIncludeDirectories>..\..\..\include\lua;$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<DisableSpecificWarnings>4244;4267</DisableSpecificWarnings>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<SubSystem>Console</SubSystem>
|
|||
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|||
|
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|||
|
<ClCompile>
|
|||
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|||
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|||
|
<SDLCheck>true</SDLCheck>
|
|||
|
<PreprocessorDefinitions>LUA_COMPAT_5_2;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<AdditionalIncludeDirectories>..\..\..\include\lua;$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<DisableSpecificWarnings>4244;4267</DisableSpecificWarnings>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<SubSystem>Console</SubSystem>
|
|||
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|||
|
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|||
|
<ClCompile>
|
|||
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|||
|
<CompileAsWinRT>false</CompileAsWinRT>
|
|||
|
<SDLCheck>true</SDLCheck>
|
|||
|
<PreprocessorDefinitions>LUA_COMPAT_5_2;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|||
|
<AdditionalIncludeDirectories>..\..\..\include\lua;$(ProjectDir);$(GeneratedFilesDir);$(IntDir);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
|
|||
|
<DisableSpecificWarnings>4244;4267</DisableSpecificWarnings>
|
|||
|
</ClCompile>
|
|||
|
<Link>
|
|||
|
<SubSystem>Console</SubSystem>
|
|||
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
|||
|
<GenerateWindowsMetadata>false</GenerateWindowsMetadata>
|
|||
|
</Link>
|
|||
|
</ItemDefinitionGroup>
|
|||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|||
|
<ImportGroup Label="ExtensionTargets">
|
|||
|
</ImportGroup>
|
|||
|
</Project>
|