| 
									
										
										
										
											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> | 
					
						
							|  |  |  |  |     <ClInclude Include="..\..\core\e2daction.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="..\..\core\e2dbase.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="..\..\core\e2dcommon.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="..\..\core\e2dcustom.h" /> | 
					
						
							| 
									
										
										
										
											2018-08-14 00:41:59 +08:00
										 |  |  |  |     <ClInclude Include="..\..\core\e2devent.h" /> | 
					
						
							| 
									
										
										
										
											2018-05-25 00:33:46 +08:00
										 |  |  |  |     <ClInclude Include="..\..\core\e2dmacros.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="..\..\core\e2dmanager.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="..\..\core\e2dnode.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="..\..\core\e2dtool.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="..\..\core\e2dtransition.h" /> | 
					
						
							|  |  |  |  |     <ClInclude Include="..\..\core\easy2d.h" /> | 
					
						
							|  |  |  |  |   </ItemGroup> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |   <ItemGroup> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\Action.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-05-25 00:33:46 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Action\Animate.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Action\Animation.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-05-25 00:33:46 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Action\CallFunc.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\Delay.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\FiniteTimeAction.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\JumpBy.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\JumpTo.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\Loop.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\MoveBy.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\MoveTo.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\OpacityBy.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\OpacityTo.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\RotateBy.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\RotateTo.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\ScaleBy.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\ScaleTo.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\Sequence.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Action\Spawn.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Base\Game.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-05-25 00:33:46 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Base\GC.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Base\Input.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Base\Renderer.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Base\Window.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-07-05 00:20:53 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Common\Collider.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-04-23 17:59:46 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Common\Color.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-07-21 22:57:21 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Common\Duration.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-05-25 00:33:46 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Common\Font.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-04-23 17:59:46 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Common\Function.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Common\Image.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-07-07 01:43:41 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Common\Ref.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-07-08 15:43:57 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Common\Resource.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-03-04 13:30:52 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Common\Point.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-05-25 00:33:46 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Common\Rect.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-03-04 13:30:52 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Common\Size.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Common\String.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-07-21 22:57:21 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Common\Time.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-05-25 00:33:46 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Custom\Exception.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Custom\SystemException.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Custom\TextRenderer.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Custom\VoiceCallback.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-07-16 22:43:56 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Event\Collision.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Event\KeyEvent.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Event\MouseEvent.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Manager\ActionManager.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-07-08 19:13:39 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Manager\CollisionManager.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Node\Button.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-08-23 00:03:26 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Node\Canvas.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-08-13 23:47:10 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Node\Scene.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Node\Menu.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Node\Node.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Node\Sprite.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Node\Text.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-05-25 00:33:46 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Node\ToggleButton.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-03-28 17:56:04 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Tool\Data.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-07-08 15:43:57 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Tool\File.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Tool\Music.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-03-13 13:13:26 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Tool\Path.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-05-25 00:33:46 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Tool\Player.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Tool\Random.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-07-06 00:47:50 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Tool\Task.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-01-30 16:45:38 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Tool\Timer.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-05-25 00:33:46 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Transition\BoxTransition.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Transition\EmergeTransition.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Transition\FadeTransition.cpp" /> | 
					
						
							|  |  |  |  |     <ClCompile Include="..\..\core\Transition\MoveTransition.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-03-28 17:56:04 +08:00
										 |  |  |  |     <ClCompile Include="..\..\core\Transition\Transition.cpp" /> | 
					
						
							| 
									
										
										
										
											2018-04-02 23:40:08 +08:00
										 |  |  |  |   </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> |