| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  | <?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|Win32"> | 
					
						
							|  |  |  |  |       <Configuration>Debug</Configuration> | 
					
						
							|  |  |  |  |       <Platform>Win32</Platform> | 
					
						
							|  |  |  |  |     </ProjectConfiguration> | 
					
						
							| 
									
										
										
										
											2018-02-04 21:42:00 +08:00
										 |  |  |  |     <ProjectConfiguration Include="Debug|x64"> | 
					
						
							|  |  |  |  |       <Configuration>Debug</Configuration> | 
					
						
							|  |  |  |  |       <Platform>x64</Platform> | 
					
						
							|  |  |  |  |     </ProjectConfiguration> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |     <ProjectConfiguration Include="Release|Win32"> | 
					
						
							|  |  |  |  |       <Configuration>Release</Configuration> | 
					
						
							|  |  |  |  |       <Platform>Win32</Platform> | 
					
						
							|  |  |  |  |     </ProjectConfiguration> | 
					
						
							| 
									
										
										
										
											2018-02-04 21:42:00 +08:00
										 |  |  |  |     <ProjectConfiguration Include="Release|x64"> | 
					
						
							|  |  |  |  |       <Configuration>Release</Configuration> | 
					
						
							|  |  |  |  |       <Platform>x64</Platform> | 
					
						
							|  |  |  |  |     </ProjectConfiguration> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |   </ItemGroup> | 
					
						
							| 
									
										
										
										
											2018-05-25 00:33:46 +08:00
										 |  |  |  |   <ItemGroup> | 
					
						
							| 
									
										
										
										
											2018-09-06 23:26:32 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\actions\Action.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\Animate.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\Animation.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\Callback.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\Delay.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\FadeIn.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\FadeOut.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\FiniteTimeAction.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\JumpBy.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\JumpTo.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\Loop.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\MoveBy.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\MoveTo.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\OpacityBy.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\OpacityTo.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\RotateBy.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\RotateTo.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\ScaleBy.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\ScaleTo.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\Sequence.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\actions\Spawn.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\components\Button.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\components\Menu.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\components\ToggleButton.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\event\Collision.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\event\KeyEvent.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\event\MouseEvent.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\impl\Exception.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\impl\SystemException.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\impl\TextRenderer.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\impl\VoiceCallback.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\manager\CollisionManager.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\modules\Audio.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\modules\Game.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\modules\GC.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\modules\Input.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\modules\Renderer.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\modules\Window.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\objects\Canvas.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\objects\Collider.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\objects\Image.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\objects\Node.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\objects\Scene.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\objects\Sprite.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\objects\Text.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\tools\Data.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\tools\File.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\tools\Music.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\tools\Path.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\tools\Player.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\tools\Random.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\tools\Task.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\tools\Timer.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\transitions\BoxTransition.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\transitions\EmergeTransition.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\transitions\FadeTransition.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\transitions\MoveTransition.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\transitions\Transition.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\utils\Color.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\utils\Duration.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\utils\Font.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\utils\Function.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\utils\Point.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\utils\Rect.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-09-07 00:28:54 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\utils\Ref.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-09-06 23:26:32 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\utils\Resource.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\utils\Size.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\utils\String.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\utils\Time.cpp" /> | 
					
						
							|  |  |  |  |   </ItemGroup> | 
					
						
							|  |  |  |  |   <ItemGroup> | 
					
						
							|  |  |  |  |     <ClInclude Include="..\..\core\e2dobject.h" /> | 
					
						
							| 
									
										
										
										
											2018-09-05 13:33:39 +08:00
										 |  |  |  |     <ClInclude Include="..\..\core\easy2d.h" /> | 
					
						
							| 
									
										
										
										
											2018-05-25 00:33:46 +08:00
										 |  |  |  |     <ClInclude Include="..\..\core\e2daction.h" /> | 
					
						
							| 
									
										
										
										
											2018-09-05 13:38:30 +08:00
										 |  |  |  |     <ClInclude Include="..\..\core\e2dutil.h" /> | 
					
						
							| 
									
										
										
										
											2018-09-05 13:33:39 +08:00
										 |  |  |  |     <ClInclude Include="..\..\core\e2dcomponent.h" /> | 
					
						
							| 
									
										
										
										
											2018-08-14 00:41:59 +08:00
										 |  |  |  |     <ClInclude Include="..\..\core\e2devent.h" /> | 
					
						
							| 
									
										
										
										
											2018-09-05 13:33:39 +08:00
										 |  |  |  |     <ClInclude Include="..\..\core\e2dimpl.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="..\..\core\e2dmodule.h" /> | 
					
						
							| 
									
										
										
										
											2018-05-25 00:33:46 +08:00
										 |  |  |  |     <ClInclude Include="..\..\core\e2dmacros.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="..\..\core\e2dmanager.h" /> | 
					
						
							| 
									
										
										
										
											2018-09-05 13:38:30 +08:00
										 |  |  |  |     <ClInclude Include="..\..\core\e2dtool.h" /> | 
					
						
							| 
									
										
										
										
											2018-05-25 00:33:46 +08:00
										 |  |  |  |     <ClInclude Include="..\..\core\e2dtransition.h" /> | 
					
						
							|  |  |  |  |   </ItemGroup> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |   <PropertyGroup Label="Globals"> | 
					
						
							|  |  |  |  |     <ProjectGuid>{722EA245-ADD5-4296-8C85-8FF42C0335D3}</ProjectGuid> | 
					
						
							|  |  |  |  |     <Keyword>Win32Proj</Keyword> | 
					
						
							|  |  |  |  |     <RootNamespace>Easy2D</RootNamespace> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							|  |  |  |  |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | 
					
						
							|  |  |  |  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | 
					
						
							|  |  |  |  |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
					
						
							|  |  |  |  |     <UseDebugLibraries>true</UseDebugLibraries> | 
					
						
							|  |  |  |  |     <PlatformToolset>v110</PlatformToolset> | 
					
						
							|  |  |  |  |     <CharacterSet>Unicode</CharacterSet> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							| 
									
										
										
										
											2018-02-04 21:42:00 +08:00
										 |  |  |  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | 
					
						
							|  |  |  |  |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
					
						
							|  |  |  |  |     <UseDebugLibraries>true</UseDebugLibraries> | 
					
						
							|  |  |  |  |     <PlatformToolset>v110</PlatformToolset> | 
					
						
							|  |  |  |  |     <CharacterSet>Unicode</CharacterSet> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | 
					
						
							|  |  |  |  |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
					
						
							|  |  |  |  |     <UseDebugLibraries>false</UseDebugLibraries> | 
					
						
							|  |  |  |  |     <PlatformToolset>v110</PlatformToolset> | 
					
						
							|  |  |  |  |     <WholeProgramOptimization>false</WholeProgramOptimization> | 
					
						
							|  |  |  |  |     <CharacterSet>Unicode</CharacterSet> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							| 
									
										
										
										
											2018-02-04 21:42:00 +08:00
										 |  |  |  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | 
					
						
							|  |  |  |  |     <ConfigurationType>StaticLibrary</ConfigurationType> | 
					
						
							|  |  |  |  |     <UseDebugLibraries>false</UseDebugLibraries> | 
					
						
							|  |  |  |  |     <PlatformToolset>v110</PlatformToolset> | 
					
						
							|  |  |  |  |     <WholeProgramOptimization>false</WholeProgramOptimization> | 
					
						
							|  |  |  |  |     <CharacterSet>Unicode</CharacterSet> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |   <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> | 
					
						
							| 
									
										
										
										
											2018-02-04 21:42:00 +08:00
										 |  |  |  |   <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" /> | 
					
						
							|  |  |  |  |   </ImportGroup> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |   <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> | 
					
						
							| 
									
										
										
										
											2018-02-04 21:42:00 +08:00
										 |  |  |  |   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | 
					
						
							|  |  |  |  |     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | 
					
						
							|  |  |  |  |   </ImportGroup> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |   <PropertyGroup Label="UserMacros" /> | 
					
						
							|  |  |  |  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
					
						
							|  |  |  |  |     <OutDir>$(SolutionDir)$(Platform)\</OutDir> | 
					
						
							|  |  |  |  |     <IntDir>$(Configuration)\$(Platform)\</IntDir> | 
					
						
							|  |  |  |  |     <TargetName>Easy2Ddw</TargetName> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							| 
									
										
										
										
											2018-02-04 21:42:00 +08:00
										 |  |  |  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
					
						
							|  |  |  |  |     <IntDir>$(Configuration)\$(Platform)\</IntDir> | 
					
						
							|  |  |  |  |     <TargetName>Easy2Ddw</TargetName> | 
					
						
							|  |  |  |  |     <OutDir>$(SolutionDir)$(Platform)\</OutDir> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
					
						
							|  |  |  |  |     <OutDir>$(SolutionDir)$(Platform)\</OutDir> | 
					
						
							|  |  |  |  |     <IntDir>$(Configuration)\$(Platform)\</IntDir> | 
					
						
							|  |  |  |  |     <TargetName>Easy2Dw</TargetName> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							| 
									
										
										
										
											2018-02-04 21:42:00 +08:00
										 |  |  |  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
					
						
							|  |  |  |  |     <IntDir>$(Configuration)\$(Platform)\</IntDir> | 
					
						
							|  |  |  |  |     <TargetName>Easy2Dw</TargetName> | 
					
						
							|  |  |  |  |     <OutDir>$(SolutionDir)$(Platform)\</OutDir> | 
					
						
							|  |  |  |  |   </PropertyGroup> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | 
					
						
							|  |  |  |  |     <ClCompile> | 
					
						
							|  |  |  |  |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
					
						
							|  |  |  |  |       <WarningLevel>Level3</WarningLevel> | 
					
						
							|  |  |  |  |       <Optimization>Disabled</Optimization> | 
					
						
							|  |  |  |  |       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
					
						
							| 
									
										
										
										
											2018-04-23 17:59:46 +08:00
										 |  |  |  |       <SDLCheck>false</SDLCheck> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |       <DebugInformationFormat>None</DebugInformationFormat> | 
					
						
							|  |  |  |  |       <MinimalRebuild>false</MinimalRebuild> | 
					
						
							| 
									
										
										
										
											2018-04-23 17:59:46 +08:00
										 |  |  |  |       <TreatWarningAsError>true</TreatWarningAsError> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |     </ClCompile> | 
					
						
							|  |  |  |  |     <Link> | 
					
						
							|  |  |  |  |       <SubSystem>Windows</SubSystem> | 
					
						
							|  |  |  |  |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
					
						
							|  |  |  |  |     </Link> | 
					
						
							|  |  |  |  |   </ItemDefinitionGroup> | 
					
						
							| 
									
										
										
										
											2018-02-04 21:42:00 +08:00
										 |  |  |  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | 
					
						
							|  |  |  |  |     <ClCompile> | 
					
						
							|  |  |  |  |       <PrecompiledHeader>NotUsing</PrecompiledHeader> | 
					
						
							|  |  |  |  |       <WarningLevel>Level3</WarningLevel> | 
					
						
							|  |  |  |  |       <Optimization>Disabled</Optimization> | 
					
						
							|  |  |  |  |       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
					
						
							| 
									
										
										
										
											2018-04-23 17:59:46 +08:00
										 |  |  |  |       <SDLCheck>false</SDLCheck> | 
					
						
							| 
									
										
										
										
											2018-02-04 21:42:00 +08:00
										 |  |  |  |       <DebugInformationFormat>None</DebugInformationFormat> | 
					
						
							|  |  |  |  |       <MinimalRebuild>false</MinimalRebuild> | 
					
						
							| 
									
										
										
										
											2018-04-23 17:59:46 +08:00
										 |  |  |  |       <TreatWarningAsError>true</TreatWarningAsError> | 
					
						
							| 
									
										
										
										
											2018-02-04 21:42:00 +08:00
										 |  |  |  |     </ClCompile> | 
					
						
							|  |  |  |  |     <Link> | 
					
						
							|  |  |  |  |       <SubSystem>Windows</SubSystem> | 
					
						
							|  |  |  |  |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
					
						
							|  |  |  |  |     </Link> | 
					
						
							|  |  |  |  |   </ItemDefinitionGroup> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | 
					
						
							|  |  |  |  |     <ClCompile> | 
					
						
							|  |  |  |  |       <WarningLevel>Level3</WarningLevel> | 
					
						
							|  |  |  |  |       <PrecompiledHeader> | 
					
						
							|  |  |  |  |       </PrecompiledHeader> | 
					
						
							|  |  |  |  |       <Optimization>MaxSpeed</Optimization> | 
					
						
							|  |  |  |  |       <FunctionLevelLinking> | 
					
						
							|  |  |  |  |       </FunctionLevelLinking> | 
					
						
							|  |  |  |  |       <IntrinsicFunctions>true</IntrinsicFunctions> | 
					
						
							|  |  |  |  |       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
					
						
							| 
									
										
										
										
											2018-04-23 17:59:46 +08:00
										 |  |  |  |       <SDLCheck>false</SDLCheck> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |       <DebugInformationFormat>None</DebugInformationFormat> | 
					
						
							| 
									
										
										
										
											2018-04-23 17:59:46 +08:00
										 |  |  |  |       <TreatWarningAsError>true</TreatWarningAsError> | 
					
						
							| 
									
										
										
										
											2018-04-27 00:16:14 +08:00
										 |  |  |  |       <MultiProcessorCompilation>true</MultiProcessorCompilation> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |     </ClCompile> | 
					
						
							|  |  |  |  |     <Link> | 
					
						
							|  |  |  |  |       <SubSystem>Windows</SubSystem> | 
					
						
							|  |  |  |  |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
					
						
							|  |  |  |  |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
					
						
							|  |  |  |  |       <OptimizeReferences>true</OptimizeReferences> | 
					
						
							|  |  |  |  |     </Link> | 
					
						
							|  |  |  |  |   </ItemDefinitionGroup> | 
					
						
							| 
									
										
										
										
											2018-02-04 21:42:00 +08:00
										 |  |  |  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | 
					
						
							|  |  |  |  |     <ClCompile> | 
					
						
							|  |  |  |  |       <WarningLevel>Level3</WarningLevel> | 
					
						
							|  |  |  |  |       <PrecompiledHeader> | 
					
						
							|  |  |  |  |       </PrecompiledHeader> | 
					
						
							|  |  |  |  |       <Optimization>MaxSpeed</Optimization> | 
					
						
							|  |  |  |  |       <FunctionLevelLinking> | 
					
						
							|  |  |  |  |       </FunctionLevelLinking> | 
					
						
							|  |  |  |  |       <IntrinsicFunctions>true</IntrinsicFunctions> | 
					
						
							|  |  |  |  |       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | 
					
						
							| 
									
										
										
										
											2018-04-23 17:59:46 +08:00
										 |  |  |  |       <SDLCheck>false</SDLCheck> | 
					
						
							| 
									
										
										
										
											2018-02-04 21:42:00 +08:00
										 |  |  |  |       <DebugInformationFormat>None</DebugInformationFormat> | 
					
						
							| 
									
										
										
										
											2018-04-23 17:59:46 +08:00
										 |  |  |  |       <TreatWarningAsError>true</TreatWarningAsError> | 
					
						
							| 
									
										
										
										
											2018-04-27 00:16:14 +08:00
										 |  |  |  |       <MultiProcessorCompilation>true</MultiProcessorCompilation> | 
					
						
							| 
									
										
										
										
											2018-02-04 21:42:00 +08:00
										 |  |  |  |     </ClCompile> | 
					
						
							|  |  |  |  |     <Link> | 
					
						
							|  |  |  |  |       <SubSystem>Windows</SubSystem> | 
					
						
							|  |  |  |  |       <GenerateDebugInformation>true</GenerateDebugInformation> | 
					
						
							|  |  |  |  |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | 
					
						
							|  |  |  |  |       <OptimizeReferences>true</OptimizeReferences> | 
					
						
							|  |  |  |  |     </Link> | 
					
						
							|  |  |  |  |   </ItemDefinitionGroup> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | 
					
						
							|  |  |  |  |   <ImportGroup Label="ExtensionTargets"> | 
					
						
							|  |  |  |  |   </ImportGroup> | 
					
						
							|  |  |  |  | </Project> |