158 lines
		
	
	
		
			7.9 KiB
		
	
	
	
		
			XML
		
	
	
	
		
		
			
		
	
	
			158 lines
		
	
	
		
			7.9 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|Win32"> | |||
|  |       <Configuration>Debug</Configuration> | |||
|  |       <Platform>Win32</Platform> | |||
|  |     </ProjectConfiguration> | |||
|  |     <ProjectConfiguration Include="Release|Win32"> | |||
|  |       <Configuration>Release</Configuration> | |||
|  |       <Platform>Win32</Platform> | |||
|  |     </ProjectConfiguration> | |||
|  |   </ItemGroup> | |||
|  |   <ItemGroup> | |||
|  |     <ClCompile Include="..\..\core\Action\Action.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Action\ActionDelay.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Action\ActionFunc.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Action\ActionGradual.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Action\ActionLoop.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Action\ActionMoveBy.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Action\ActionMoveTo.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Action\ActionOpacityBy.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Action\ActionOpacityTo.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Action\ActionRotateBy.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Action\ActionRotateTo.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Action\ActionScaleBy.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Action\ActionScaleTo.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Action\ActionSequence.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Action\ActionTwo.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Action\Animation.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Base\Game.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Base\Input.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Base\Renderer.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Base\Time.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Base\Window.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Common\Font.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Common\Image.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Common\Object.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Common\Point.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Common\Scene.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Common\Size.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Common\String.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Manager\ActionManager.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Manager\CollisionManager.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Manager\InputManager.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Manager\MusicManager.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Manager\ObjectManager.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Manager\SceneManager.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Manager\TimerManager.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Node\Button.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Node\ButtonToggle.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Node\Menu.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Node\Node.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Node\Sprite.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Node\Text.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Shape\ShapeBase.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Shape\ShapeCircle.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Shape\ShapeEllipse.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Shape\ShapeRectangle.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Tool\CollisionListener.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Tool\Data.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Tool\InputListener.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Tool\Listener.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Tool\Music.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Tool\Path.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Tool\Random.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Tool\Timer.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Transition\Transition.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Transition\TransitionEmerge.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Transition\TransitionFade.cpp" /> | |||
|  |     <ClCompile Include="..\..\core\Transition\TransitionMove.cpp" /> | |||
|  |   </ItemGroup> | |||
|  |   <ItemGroup> | |||
|  |     <ClInclude Include="..\..\core\eactions.h" /> | |||
|  |     <ClInclude Include="..\..\core\easy2d.h" /> | |||
|  |     <ClInclude Include="..\..\core\ebase.h" /> | |||
|  |     <ClInclude Include="..\..\core\ecommon.h" /> | |||
|  |     <ClInclude Include="..\..\core\emacros.h" /> | |||
|  |     <ClInclude Include="..\..\core\emanagers.h" /> | |||
|  |     <ClInclude Include="..\..\core\enodes.h" /> | |||
|  |     <ClInclude Include="..\..\core\eshape.h" /> | |||
|  |     <ClInclude Include="..\..\core\etools.h" /> | |||
|  |     <ClInclude Include="..\..\core\etransitions.h" /> | |||
|  |   </ItemGroup> | |||
|  |   <PropertyGroup Label="Globals"> | |||
|  |     <ProjectGuid>{47AF11E1-8725-4ECA-B8CF-951ABC397B31}</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> | |||
|  |     <CharacterSet>Unicode</CharacterSet> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | |||
|  |     <ConfigurationType>StaticLibrary</ConfigurationType> | |||
|  |     <UseDebugLibraries>false</UseDebugLibraries> | |||
|  |     <WholeProgramOptimization>false</WholeProgramOptimization> | |||
|  |     <CharacterSet>Unicode</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 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> | |||
|  |   <PropertyGroup Label="UserMacros" /> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
|  |     <TargetName>Easy2Dw</TargetName> | |||
|  |     <OutDir>$(SolutionDir)$(Platform)\</OutDir> | |||
|  |     <IntDir>$(Configuration)\$(Platform)\</IntDir> | |||
|  |   </PropertyGroup> | |||
|  |   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
|  |     <TargetName>Easy2Ddw</TargetName> | |||
|  |     <OutDir>$(SolutionDir)$(Platform)\</OutDir> | |||
|  |     <IntDir>$(Configuration)\$(Platform)\</IntDir> | |||
|  |   </PropertyGroup> | |||
|  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | |||
|  |     <ClCompile> | |||
|  |       <PrecompiledHeader> | |||
|  |       </PrecompiledHeader> | |||
|  |       <WarningLevel>Level3</WarningLevel> | |||
|  |       <Optimization>Disabled</Optimization> | |||
|  |       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
|  |       <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | |||
|  |       <MinimalRebuild>false</MinimalRebuild> | |||
|  |     </ClCompile> | |||
|  |     <Link> | |||
|  |       <SubSystem>Windows</SubSystem> | |||
|  |       <GenerateDebugInformation>true</GenerateDebugInformation> | |||
|  |     </Link> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | |||
|  |     <ClCompile> | |||
|  |       <WarningLevel>Level3</WarningLevel> | |||
|  |       <PrecompiledHeader> | |||
|  |       </PrecompiledHeader> | |||
|  |       <Optimization>MaxSpeed</Optimization> | |||
|  |       <FunctionLevelLinking>true</FunctionLevelLinking> | |||
|  |       <IntrinsicFunctions>true</IntrinsicFunctions> | |||
|  |       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> | |||
|  |       <DebugInformationFormat> | |||
|  |       </DebugInformationFormat> | |||
|  |     </ClCompile> | |||
|  |     <Link> | |||
|  |       <SubSystem>Windows</SubSystem> | |||
|  |       <GenerateDebugInformation>true</GenerateDebugInformation> | |||
|  |       <EnableCOMDATFolding>true</EnableCOMDATFolding> | |||
|  |       <OptimizeReferences>true</OptimizeReferences> | |||
|  |     </Link> | |||
|  |   </ItemDefinitionGroup> | |||
|  |   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | |||
|  |   <ImportGroup Label="ExtensionTargets"> | |||
|  |   </ImportGroup> | |||
|  | </Project> |