diff options
Diffstat (limited to 'Build/3rdParty/lua51c/lua51c.vcxproj')
-rw-r--r-- | Build/3rdParty/lua51c/lua51c.vcxproj | 181 |
1 files changed, 0 insertions, 181 deletions
diff --git a/Build/3rdParty/lua51c/lua51c.vcxproj b/Build/3rdParty/lua51c/lua51c.vcxproj deleted file mode 100644 index 8bb02a8..0000000 --- a/Build/3rdParty/lua51c/lua51c.vcxproj +++ /dev/null @@ -1,181 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="15.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> - <PropertyGroup Label="Globals"> - <VCProjectVersion>15.0</VCProjectVersion> - <ProjectGuid>{B8F9616D-5393-4B34-B191-D200D1985439}</ProjectGuid> - <RootNamespace>lua51c</RootNamespace> - <WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion> - </PropertyGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> - <CharacterSet>MultiByte</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> - <WholeProgramOptimization>true</WholeProgramOptimization> - <CharacterSet>MultiByte</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <UseDebugLibraries>true</UseDebugLibraries> - <PlatformToolset>v141</PlatformToolset> - <CharacterSet>MultiByte</CharacterSet> - </PropertyGroup> - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> - <ConfigurationType>Application</ConfigurationType> - <UseDebugLibraries>false</UseDebugLibraries> - <PlatformToolset>v141</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> - <WarningLevel>Level3</WarningLevel> - <Optimization>Disabled</Optimization> - <SDLCheck>true</SDLCheck> - <ConformanceMode>true</ConformanceMode> - </ClCompile> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> - <ClCompile> - <WarningLevel>Level3</WarningLevel> - <Optimization>Disabled</Optimization> - <SDLCheck>true</SDLCheck> - <ConformanceMode>true</ConformanceMode> - </ClCompile> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> - <ClCompile> - <WarningLevel>Level3</WarningLevel> - <Optimization>MaxSpeed</Optimization> - <FunctionLevelLinking>true</FunctionLevelLinking> - <IntrinsicFunctions>true</IntrinsicFunctions> - <SDLCheck>true</SDLCheck> - <ConformanceMode>true</ConformanceMode> - </ClCompile> - <Link> - <EnableCOMDATFolding>true</EnableCOMDATFolding> - <OptimizeReferences>true</OptimizeReferences> - </Link> - </ItemDefinitionGroup> - <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> - <ClCompile> - <WarningLevel>Level3</WarningLevel> - <Optimization>MaxSpeed</Optimization> - <FunctionLevelLinking>true</FunctionLevelLinking> - <IntrinsicFunctions>true</IntrinsicFunctions> - <SDLCheck>true</SDLCheck> - <ConformanceMode>true</ConformanceMode> - </ClCompile> - <Link> - <EnableCOMDATFolding>true</EnableCOMDATFolding> - <OptimizeReferences>true</OptimizeReferences> - </Link> - </ItemDefinitionGroup> - <ItemGroup> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lapi.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lauxlib.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lbaselib.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lcode.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\ldblib.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\ldebug.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\ldo.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\ldump.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lfunc.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lgc.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\linit.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\liolib.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\llex.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lmathlib.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lmem.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\loadlib.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lobject.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lopcodes.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\loslib.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lparser.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lstate.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lstring.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lstrlib.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\ltable.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\ltablib.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\ltm.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\luac.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lundump.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lvm.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\lzio.c" /> - <ClCompile Include="..\..\..\Source\3rdParty\Lua51\print.c" /> - </ItemGroup> - <ItemGroup> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lapi.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lauxlib.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lcode.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\ldebug.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\ldo.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lfunc.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lgc.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\llex.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\llimits.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lmem.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lobject.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lopcodes.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lparser.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lstate.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lstring.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\ltable.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\ltm.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lua.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\luaconf.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lualib.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lundump.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lvm.h" /> - <ClInclude Include="..\..\..\Source\3rdParty\Lua51\lzio.h" /> - </ItemGroup> - <ItemGroup> - <None Include="..\..\..\Source\3rdParty\Lua51\Makefile" /> - </ItemGroup> - <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> - <ImportGroup Label="ExtensionTargets"> - </ImportGroup> -</Project>
\ No newline at end of file |