|  | @@ -47,6 +47,9 @@
 | 
	
		
			
				|  |  |    <PropertyGroup Condition="'$(VisualStudioVersion)' == '12.0'" Label="Configuration">
 | 
	
		
			
				|  |  |      <PlatformToolset>v120</PlatformToolset>
 | 
	
		
			
				|  |  |    </PropertyGroup>
 | 
	
		
			
				|  |  | +  <PropertyGroup Condition="'$(VisualStudioVersion)' == '14.0'" Label="Configuration">
 | 
	
		
			
				|  |  | +    <PlatformToolset>v140</PlatformToolset>
 | 
	
		
			
				|  |  | +  </PropertyGroup>
 | 
	
		
			
				|  |  |    <PropertyGroup Condition="'$(Configuration)'=='Debug'" Label="Configuration">
 | 
	
		
			
				|  |  |      <ConfigurationType>StaticLibrary</ConfigurationType>
 | 
	
		
			
				|  |  |      <UseDebugLibraries>true</UseDebugLibraries>
 | 
	
	
		
			
				|  | @@ -89,7 +92,7 @@
 | 
	
		
			
				|  |  |        <PrecompiledHeader>NotUsing</PrecompiledHeader>
 | 
	
		
			
				|  |  |        <WarningLevel>Level3</WarningLevel>
 | 
	
		
			
				|  |  |        <Optimization>Disabled</Optimization>
 | 
	
		
			
				|  |  | -      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
	
		
			
				|  |  | +      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
	
		
			
				|  |  |        <SDLCheck>true</SDLCheck>
 | 
	
		
			
				|  |  |        <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
 | 
	
		
			
				|  |  |        <TreatWarningAsError>true</TreatWarningAsError>
 | 
	
	
		
			
				|  | @@ -125,7 +128,7 @@
 | 
	
		
			
				|  |  |        <Optimization>MaxSpeed</Optimization>
 | 
	
		
			
				|  |  |        <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
	
		
			
				|  |  |        <IntrinsicFunctions>true</IntrinsicFunctions>
 | 
	
		
			
				|  |  | -      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
	
		
			
				|  |  | +      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
	
		
			
				|  |  |        <SDLCheck>true</SDLCheck>
 | 
	
		
			
				|  |  |        <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | 
	
		
			
				|  |  |        <TreatWarningAsError>true</TreatWarningAsError>
 | 
	
	
		
			
				|  | @@ -165,7 +168,7 @@
 | 
	
		
			
				|  |  |        <PrecompiledHeader>NotUsing</PrecompiledHeader>
 | 
	
		
			
				|  |  |        <WarningLevel>Level3</WarningLevel>
 | 
	
		
			
				|  |  |        <Optimization>Disabled</Optimization>
 | 
	
		
			
				|  |  | -      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
	
		
			
				|  |  | +      <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
	
		
			
				|  |  |        <SDLCheck>true</SDLCheck>
 | 
	
		
			
				|  |  |        <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
 | 
	
		
			
				|  |  |        <TreatWarningAsError>true</TreatWarningAsError>
 | 
	
	
		
			
				|  | @@ -201,7 +204,7 @@
 | 
	
		
			
				|  |  |        <Optimization>MaxSpeed</Optimization>
 | 
	
		
			
				|  |  |        <FunctionLevelLinking>true</FunctionLevelLinking>
 | 
	
		
			
				|  |  |        <IntrinsicFunctions>true</IntrinsicFunctions>
 | 
	
		
			
				|  |  | -      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;_USE_32BIT_TIME_T;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
	
		
			
				|  |  | +      <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | 
	
		
			
				|  |  |        <SDLCheck>true</SDLCheck>
 | 
	
		
			
				|  |  |        <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
 | 
	
		
			
				|  |  |        <TreatWarningAsError>true</TreatWarningAsError>
 |