198 lines
8.8 KiB
XML
198 lines
8.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" 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>
|
|
<PropertyGroup Label="Globals">
|
|
<VCProjectVersion>17.0</VCProjectVersion>
|
|
<ProjectGuid>{CF1F4CB3-CF18-4B9C-BBBD-C996D4BD6614}</ProjectGuid>
|
|
<Keyword>Win32Proj</Keyword>
|
|
<ProjectName>lua-5.3.6</ProjectName>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v143</PlatformToolset>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>DynamicLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v143</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|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 Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<LinkIncremental>true</LinkIncremental>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LUA536_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>_DEBUG;_WINDOWS;_USRDLL;LUA536_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LUA536_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<PreprocessorDefinitions>NDEBUG;_WINDOWS;_USRDLL;LUA536_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<SubSystem>Windows</SubSystem>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="src\lapi.c" />
|
|
<ClCompile Include="src\lauxlib.c" />
|
|
<ClCompile Include="src\lbaselib.c" />
|
|
<ClCompile Include="src\lbitlib.c" />
|
|
<ClCompile Include="src\lcode.c" />
|
|
<ClCompile Include="src\lcorolib.c" />
|
|
<ClCompile Include="src\lctype.c" />
|
|
<ClCompile Include="src\ldblib.c" />
|
|
<ClCompile Include="src\ldebug.c" />
|
|
<ClCompile Include="src\ldo.c" />
|
|
<ClCompile Include="src\ldump.c" />
|
|
<ClCompile Include="src\lfunc.c" />
|
|
<ClCompile Include="src\lgc.c" />
|
|
<ClCompile Include="src\linit.c" />
|
|
<ClCompile Include="src\liolib.c" />
|
|
<ClCompile Include="src\llex.c" />
|
|
<ClCompile Include="src\lmathlib.c" />
|
|
<ClCompile Include="src\lmem.c" />
|
|
<ClCompile Include="src\loadlib.c" />
|
|
<ClCompile Include="src\lobject.c" />
|
|
<ClCompile Include="src\lopcodes.c" />
|
|
<ClCompile Include="src\loslib.c" />
|
|
<ClCompile Include="src\lparser.c" />
|
|
<ClCompile Include="src\lstate.c" />
|
|
<ClCompile Include="src\lstring.c" />
|
|
<ClCompile Include="src\lstrlib.c" />
|
|
<ClCompile Include="src\ltable.c" />
|
|
<ClCompile Include="src\ltablib.c" />
|
|
<ClCompile Include="src\ltm.c" />
|
|
<ClCompile Include="src\lundump.c" />
|
|
<ClCompile Include="src\lutf8lib.c" />
|
|
<ClCompile Include="src\lvm.c" />
|
|
<ClCompile Include="src\lzio.c" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="src\lapi.h" />
|
|
<ClInclude Include="src\lauxlib.h" />
|
|
<ClInclude Include="src\lcode.h" />
|
|
<ClInclude Include="src\lctype.h" />
|
|
<ClInclude Include="src\ldebug.h" />
|
|
<ClInclude Include="src\ldo.h" />
|
|
<ClInclude Include="src\lfunc.h" />
|
|
<ClInclude Include="src\lgc.h" />
|
|
<ClInclude Include="src\llex.h" />
|
|
<ClInclude Include="src\llimits.h" />
|
|
<ClInclude Include="src\lmem.h" />
|
|
<ClInclude Include="src\lobject.h" />
|
|
<ClInclude Include="src\lopcodes.h" />
|
|
<ClInclude Include="src\lparser.h" />
|
|
<ClInclude Include="src\lprefix.h" />
|
|
<ClInclude Include="src\lstate.h" />
|
|
<ClInclude Include="src\lstring.h" />
|
|
<ClInclude Include="src\ltable.h" />
|
|
<ClInclude Include="src\ltm.h" />
|
|
<ClInclude Include="src\lua.h" />
|
|
<ClInclude Include="src\lua.hpp" />
|
|
<ClInclude Include="src\luaconf.h" />
|
|
<ClInclude Include="src\lualib.h" />
|
|
<ClInclude Include="src\lundump.h" />
|
|
<ClInclude Include="src\lvm.h" />
|
|
<ClInclude Include="src\lzio.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="doc\contents.html" />
|
|
<None Include="doc\manual.html" />
|
|
<None Include="doc\readme.html" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="mimalloc\ide\vs2022\mimalloc.vcxproj">
|
|
<Project>{abb5eae7-b3e6-432e-b636-333449892ea6}</Project>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |