|  | @@ -1,6 +1,10 @@
 | 
											
												
													
														|  |  <?xml version="1.0" encoding="utf-8"?>
 |  |  <?xml version="1.0" encoding="utf-8"?>
 | 
											
												
													
														|  |  <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 |  |  <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | 
											
												
													
														|  |    <ItemGroup Label="ProjectConfigurations">
 |  |    <ItemGroup Label="ProjectConfigurations">
 | 
											
												
													
														|  | 
 |  | +    <ProjectConfiguration Include="Debug CONSOLE|Win32">
 | 
											
												
													
														|  | 
 |  | +      <Configuration>Debug CONSOLE</Configuration>
 | 
											
												
													
														|  | 
 |  | +      <Platform>Win32</Platform>
 | 
											
												
													
														|  | 
 |  | +    </ProjectConfiguration>
 | 
											
												
													
														|  |      <ProjectConfiguration Include="Debug|Win32">
 |  |      <ProjectConfiguration Include="Debug|Win32">
 | 
											
												
													
														|  |        <Configuration>Debug</Configuration>
 |  |        <Configuration>Debug</Configuration>
 | 
											
												
													
														|  |        <Platform>Win32</Platform>
 |  |        <Platform>Win32</Platform>
 | 
											
										
											
												
													
														|  | @@ -30,12 +34,24 @@
 | 
											
												
													
														|  |      <CharacterSet>MultiByte</CharacterSet>
 |  |      <CharacterSet>MultiByte</CharacterSet>
 | 
											
												
													
														|  |      <PlatformToolset>v100</PlatformToolset>
 |  |      <PlatformToolset>v100</PlatformToolset>
 | 
											
												
													
														|  |    </PropertyGroup>
 |  |    </PropertyGroup>
 | 
											
												
													
														|  | 
 |  | +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug CONSOLE|Win32'" Label="Configuration">
 | 
											
												
													
														|  | 
 |  | +    <ConfigurationType>Application</ConfigurationType>
 | 
											
												
													
														|  | 
 |  | +    <UseDebugLibraries>true</UseDebugLibraries>
 | 
											
												
													
														|  | 
 |  | +    <CharacterSet>MultiByte</CharacterSet>
 | 
											
												
													
														|  | 
 |  | +    <PlatformToolset>v100</PlatformToolset>
 | 
											
												
													
														|  | 
 |  | +  </PropertyGroup>
 | 
											
												
													
														|  |    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 |  |    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | 
											
												
													
														|  |      <ConfigurationType>Application</ConfigurationType>
 |  |      <ConfigurationType>Application</ConfigurationType>
 | 
											
												
													
														|  |      <UseDebugLibraries>true</UseDebugLibraries>
 |  |      <UseDebugLibraries>true</UseDebugLibraries>
 | 
											
												
													
														|  |      <PlatformToolset>v110</PlatformToolset>
 |  |      <PlatformToolset>v110</PlatformToolset>
 | 
											
												
													
														|  |      <CharacterSet>MultiByte</CharacterSet>
 |  |      <CharacterSet>MultiByte</CharacterSet>
 | 
											
												
													
														|  |    </PropertyGroup>
 |  |    </PropertyGroup>
 | 
											
												
													
														|  | 
 |  | +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug CONSOLE|x64'" Label="Configuration">
 | 
											
												
													
														|  | 
 |  | +    <ConfigurationType>Application</ConfigurationType>
 | 
											
												
													
														|  | 
 |  | +    <UseDebugLibraries>true</UseDebugLibraries>
 | 
											
												
													
														|  | 
 |  | +    <PlatformToolset>v110</PlatformToolset>
 | 
											
												
													
														|  | 
 |  | +    <CharacterSet>MultiByte</CharacterSet>
 | 
											
												
													
														|  | 
 |  | +  </PropertyGroup>
 | 
											
												
													
														|  |    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 |  |    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | 
											
												
													
														|  |      <ConfigurationType>Application</ConfigurationType>
 |  |      <ConfigurationType>Application</ConfigurationType>
 | 
											
												
													
														|  |      <UseDebugLibraries>false</UseDebugLibraries>
 |  |      <UseDebugLibraries>false</UseDebugLibraries>
 | 
											
										
											
												
													
														|  | @@ -56,9 +72,15 @@
 | 
											
												
													
														|  |    <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 |  |    <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" />
 |  |      <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
											
												
													
														|  |    </ImportGroup>
 |  |    </ImportGroup>
 | 
											
												
													
														|  | 
 |  | +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug CONSOLE|Win32'" Label="PropertySheets">
 | 
											
												
													
														|  | 
 |  | +    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
											
												
													
														|  | 
 |  | +  </ImportGroup>
 | 
											
												
													
														|  |    <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 |  |    <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
 | 
											
												
													
														|  |      <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 |  |      <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
											
												
													
														|  |    </ImportGroup>
 |  |    </ImportGroup>
 | 
											
												
													
														|  | 
 |  | +  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug CONSOLE|x64'" 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'">
 |  |    <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" />
 |  |      <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | 
											
												
													
														|  |    </ImportGroup>
 |  |    </ImportGroup>
 | 
											
										
											
												
													
														|  | @@ -70,10 +92,18 @@
 | 
											
												
													
														|  |      <LinkIncremental>true</LinkIncremental>
 |  |      <LinkIncremental>true</LinkIncremental>
 | 
											
												
													
														|  |      <OutDir>$(SolutionDir)\$(Configuration)\$(Platform)\</OutDir>
 |  |      <OutDir>$(SolutionDir)\$(Configuration)\$(Platform)\</OutDir>
 | 
											
												
													
														|  |    </PropertyGroup>
 |  |    </PropertyGroup>
 | 
											
												
													
														|  | 
 |  | +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug CONSOLE|Win32'">
 | 
											
												
													
														|  | 
 |  | +    <LinkIncremental>true</LinkIncremental>
 | 
											
												
													
														|  | 
 |  | +    <OutDir>$(SolutionDir)\$(Configuration)\$(Platform)\</OutDir>
 | 
											
												
													
														|  | 
 |  | +  </PropertyGroup>
 | 
											
												
													
														|  |    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 |  |    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
											
												
													
														|  |      <LinkIncremental>true</LinkIncremental>
 |  |      <LinkIncremental>true</LinkIncremental>
 | 
											
												
													
														|  |      <OutDir>$(SolutionDir)\$(Configuration)\$(Platform)\</OutDir>
 |  |      <OutDir>$(SolutionDir)\$(Configuration)\$(Platform)\</OutDir>
 | 
											
												
													
														|  |    </PropertyGroup>
 |  |    </PropertyGroup>
 | 
											
												
													
														|  | 
 |  | +  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug CONSOLE|x64'">
 | 
											
												
													
														|  | 
 |  | +    <LinkIncremental>true</LinkIncremental>
 | 
											
												
													
														|  | 
 |  | +    <OutDir>$(SolutionDir)\$(Configuration)\$(Platform)\</OutDir>
 | 
											
												
													
														|  | 
 |  | +  </PropertyGroup>
 | 
											
												
													
														|  |    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 |  |    <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
											
												
													
														|  |      <LinkIncremental>false</LinkIncremental>
 |  |      <LinkIncremental>false</LinkIncremental>
 | 
											
												
													
														|  |      <OutDir>$(SolutionDir)\$(Configuration)\$(Platform)\</OutDir>
 |  |      <OutDir>$(SolutionDir)\$(Configuration)\$(Platform)\</OutDir>
 | 
											
										
											
												
													
														|  | @@ -96,6 +126,20 @@
 | 
											
												
													
														|  |        <GenerateDebugInformation>true</GenerateDebugInformation>
 |  |        <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
											
												
													
														|  |      </Link>
 |  |      </Link>
 | 
											
												
													
														|  |    </ItemDefinitionGroup>
 |  |    </ItemDefinitionGroup>
 | 
											
												
													
														|  | 
 |  | +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug CONSOLE|Win32'">
 | 
											
												
													
														|  | 
 |  | +    <ClCompile>
 | 
											
												
													
														|  | 
 |  | +      <PrecompiledHeader>
 | 
											
												
													
														|  | 
 |  | +      </PrecompiledHeader>
 | 
											
												
													
														|  | 
 |  | +      <WarningLevel>Level3</WarningLevel>
 | 
											
												
													
														|  | 
 |  | +      <Optimization>Disabled</Optimization>
 | 
											
												
													
														|  | 
 |  | +      <PreprocessorDefinitions>LUA_COMPAT_ALL;USE_LUA;USE_LUA_SQLITE3;USE_LUA_FILE_SYSTEM;USE_WEBSOCKET;WIN32;CONSOLE;_DEBUG;_WINDOWS;_CRT_SECURE_NO_DEPRECATE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
											
												
													
														|  | 
 |  | +      <AdditionalIncludeDirectories>$(ProjectDir)..\..\include;$(ProjectDir)..\..\src\third_party\lua-5.2.3\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
											
												
													
														|  | 
 |  | +    </ClCompile>
 | 
											
												
													
														|  | 
 |  | +    <Link>
 | 
											
												
													
														|  | 
 |  | +      <SubSystem>Console</SubSystem>
 | 
											
												
													
														|  | 
 |  | +      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
											
												
													
														|  | 
 |  | +    </Link>
 | 
											
												
													
														|  | 
 |  | +  </ItemDefinitionGroup>
 | 
											
												
													
														|  |    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 |  |    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | 
											
												
													
														|  |      <ClCompile>
 |  |      <ClCompile>
 | 
											
												
													
														|  |        <PrecompiledHeader>
 |  |        <PrecompiledHeader>
 | 
											
										
											
												
													
														|  | @@ -110,6 +154,20 @@
 | 
											
												
													
														|  |        <GenerateDebugInformation>true</GenerateDebugInformation>
 |  |        <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
											
												
													
														|  |      </Link>
 |  |      </Link>
 | 
											
												
													
														|  |    </ItemDefinitionGroup>
 |  |    </ItemDefinitionGroup>
 | 
											
												
													
														|  | 
 |  | +  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug CONSOLE|x64'">
 | 
											
												
													
														|  | 
 |  | +    <ClCompile>
 | 
											
												
													
														|  | 
 |  | +      <PrecompiledHeader>
 | 
											
												
													
														|  | 
 |  | +      </PrecompiledHeader>
 | 
											
												
													
														|  | 
 |  | +      <WarningLevel>Level3</WarningLevel>
 | 
											
												
													
														|  | 
 |  | +      <Optimization>Disabled</Optimization>
 | 
											
												
													
														|  | 
 |  | +      <PreprocessorDefinitions>LUA_COMPAT_ALL;USE_LUA;USE_LUA_SQLITE3;USE_LUA_FILE_SYSTEM;USE_WEBSOCKET;WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
											
												
													
														|  | 
 |  | +      <AdditionalIncludeDirectories>$(ProjectDir)..\..\include;$(ProjectDir)..\..\src\third_party\lua-5.2.3\src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
 | 
											
												
													
														|  | 
 |  | +    </ClCompile>
 | 
											
												
													
														|  | 
 |  | +    <Link>
 | 
											
												
													
														|  | 
 |  | +      <SubSystem>Windows</SubSystem>
 | 
											
												
													
														|  | 
 |  | +      <GenerateDebugInformation>true</GenerateDebugInformation>
 | 
											
												
													
														|  | 
 |  | +    </Link>
 | 
											
												
													
														|  | 
 |  | +  </ItemDefinitionGroup>
 | 
											
												
													
														|  |    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 |  |    <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | 
											
												
													
														|  |      <ClCompile>
 |  |      <ClCompile>
 | 
											
												
													
														|  |        <WarningLevel>Level3</WarningLevel>
 |  |        <WarningLevel>Level3</WarningLevel>
 |