204 lines
9.8 KiB
XML
204 lines
9.8 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
<ProjectConfiguration Include="Debug-XP|Win32">
|
|
<Configuration>Debug-XP</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
<Configuration>Debug</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release-XP|Win32">
|
|
<Configuration>Release-XP</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
<Configuration>Release</Configuration>
|
|
<Platform>Win32</Platform>
|
|
</ProjectConfiguration>
|
|
</ItemGroup>
|
|
<PropertyGroup Label="Globals">
|
|
<ProjectGuid>{476399DF-6832-45BE-86A7-DF43728B9938}</ProjectGuid>
|
|
<RootNamespace>Lua</RootNamespace>
|
|
<WindowsTargetPlatformVersion>10.0.17763.0</WindowsTargetPlatformVersion>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-XP|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<PlatformToolset>v110_xp</PlatformToolset>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v142</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-XP|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<PlatformToolset>v110_xp</PlatformToolset>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>MultiByte</CharacterSet>
|
|
</PropertyGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
<ImportGroup Label="ExtensionSettings">
|
|
</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 Condition="'$(Configuration)|$(Platform)'=='Debug-XP|Win32'" Label="PropertySheets">
|
|
<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 Condition="'$(Configuration)|$(Platform)'=='Release-XP|Win32'" Label="PropertySheets">
|
|
<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'">
|
|
<OutDir>$(SolutionDir)..\bin\$(Configuration)\</OutDir>
|
|
<IncludePath>E:\KO\KO CALISMALAR\boost;$(IncludePath)</IncludePath>
|
|
<LibraryPath>E:\KO\KO CALISMALAR\boost\libs;$(LibraryPath)</LibraryPath>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-XP|Win32'">
|
|
<OutDir>$(SolutionDir)..\bin\$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>$(SolutionDir)..\bin\$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release-XP|Win32'">
|
|
<OutDir>$(SolutionDir)..\bin\$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<FloatingPointExceptions>false</FloatingPointExceptions>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-XP|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
<FloatingPointExceptions>false</FloatingPointExceptions>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<FloatingPointExceptions>false</FloatingPointExceptions>
|
|
<PrecompiledHeader>NotUsing</PrecompiledHeader>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release-XP|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<PreprocessorDefinitions>_CRT_SECURE_NO_WARNINGS;_MBCS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
<RuntimeLibrary>MultiThreaded</RuntimeLibrary>
|
|
<FloatingPointExceptions>false</FloatingPointExceptions>
|
|
</ClCompile>
|
|
<Link>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemGroup>
|
|
<ClInclude Include="Lua/src/lapi.h" />
|
|
<ClInclude Include="Lua/src/lauxlib.h" />
|
|
<ClInclude Include="Lua/src/lcode.h" />
|
|
<ClInclude Include="Lua/src/lctype.h" />
|
|
<ClInclude Include="Lua/src/ldebug.h" />
|
|
<ClInclude Include="Lua/src/ldo.h" />
|
|
<ClInclude Include="Lua/src/lfunc.h" />
|
|
<ClInclude Include="Lua/src/lgc.h" />
|
|
<ClInclude Include="Lua/src/llex.h" />
|
|
<ClInclude Include="Lua/src/llimits.h" />
|
|
<ClInclude Include="Lua/src/lmem.h" />
|
|
<ClInclude Include="Lua/src/lobject.h" />
|
|
<ClInclude Include="Lua/src/lopcodes.h" />
|
|
<ClInclude Include="Lua/src/lparser.h" />
|
|
<ClInclude Include="Lua/src/lstate.h" />
|
|
<ClInclude Include="Lua/src/lstring.h" />
|
|
<ClInclude Include="Lua/src/ltable.h" />
|
|
<ClInclude Include="Lua/src/ltm.h" />
|
|
<ClInclude Include="Lua/src/lua.h" />
|
|
<ClInclude Include="Lua/src/lua.hpp" />
|
|
<ClInclude Include="Lua/src/luaconf.h" />
|
|
<ClInclude Include="Lua/src/lualib.h" />
|
|
<ClInclude Include="Lua/src/lundump.h" />
|
|
<ClInclude Include="Lua/src/lvm.h" />
|
|
<ClInclude Include="Lua/src/lzio.h" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ClCompile Include="Lua/src/lapi.c" />
|
|
<ClCompile Include="Lua/src/lauxlib.c" />
|
|
<ClCompile Include="Lua/src/lbaselib.c" />
|
|
<ClCompile Include="Lua/src/lbitlib.c" />
|
|
<ClCompile Include="Lua/src/lcode.c" />
|
|
<ClCompile Include="Lua/src/lcorolib.c" />
|
|
<ClCompile Include="Lua/src/lctype.c" />
|
|
<ClCompile Include="Lua/src/ldblib.c" />
|
|
<ClCompile Include="Lua/src/ldebug.c" />
|
|
<ClCompile Include="Lua/src/ldo.c" />
|
|
<ClCompile Include="Lua/src/ldump.c" />
|
|
<ClCompile Include="Lua/src/lfunc.c" />
|
|
<ClCompile Include="Lua/src/lgc.c" />
|
|
<ClCompile Include="Lua/src/linit.c" />
|
|
<ClCompile Include="Lua/src/liolib.c" />
|
|
<ClCompile Include="Lua/src/llex.c" />
|
|
<ClCompile Include="Lua/src/lmathlib.c" />
|
|
<ClCompile Include="Lua/src/lmem.c" />
|
|
<ClCompile Include="Lua/src/loadlib.c" />
|
|
<ClCompile Include="Lua/src/lobject.c" />
|
|
<ClCompile Include="Lua/src/lopcodes.c" />
|
|
<ClCompile Include="Lua/src/loslib.c" />
|
|
<ClCompile Include="Lua/src/lparser.c" />
|
|
<ClCompile Include="Lua/src/lstate.c" />
|
|
<ClCompile Include="Lua/src/lstring.c" />
|
|
<ClCompile Include="Lua/src/lstrlib.c" />
|
|
<ClCompile Include="Lua/src/ltable.c" />
|
|
<ClCompile Include="Lua/src/ltablib.c" />
|
|
<ClCompile Include="Lua/src/ltm.c" />
|
|
<ClCompile Include="Lua/src/lundump.c" />
|
|
<ClCompile Include="Lua/src/lvm.c" />
|
|
<ClCompile Include="Lua/src/lzio.c" />
|
|
</ItemGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |