167 lines
		
	
	
		
			8.5 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			167 lines
		
	
	
		
			8.5 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>
 | |
|   <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>
 | |
|       </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>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="..\..\core\eactions.h" />
 | |
|     <ClInclude Include="..\..\core\easy2d.h" />
 | |
|     <ClInclude Include="..\..\core\ebase.h" />
 | |
|     <ClInclude Include="..\..\core\ecommon.h" />
 | |
|     <ClInclude Include="..\..\core\egeometry.h" />
 | |
|     <ClInclude Include="..\..\core\elisteners.h" />
 | |
|     <ClInclude Include="..\..\core\emacros.h" />
 | |
|     <ClInclude Include="..\..\core\emanagers.h" />
 | |
|     <ClInclude Include="..\..\core\enodes.h" />
 | |
|     <ClInclude Include="..\..\core\etools.h" />
 | |
|     <ClInclude Include="..\..\core\etransitions.h" />
 | |
|     <ClInclude Include="..\..\core\Win\MciPlayer.h" />
 | |
|     <ClInclude Include="..\..\core\Win\winbase.h" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="..\..\core\Action\EAction.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EActionCallback.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EActionDelay.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EActionGradual.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EActionLoop.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EActionMoveBy.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EActionMoveTo.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EActionOpacityBy.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EActionOpacityTo.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EActionRotateBy.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EActionRotateTo.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EActionScaleBy.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EActionScaleTo.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EActionSequence.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EActionTwo.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EActionTwoAtSameTime.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\EAnimation.cpp" />
 | |
|     <ClCompile Include="..\..\core\Base\EApp.cpp" />
 | |
|     <ClCompile Include="..\..\core\Base\EScene.cpp" />
 | |
|     <ClCompile Include="..\..\core\Common\EFont.cpp" />
 | |
|     <ClCompile Include="..\..\core\Common\EObject.cpp" />
 | |
|     <ClCompile Include="..\..\core\Common\ESpriteFrame.cpp" />
 | |
|     <ClCompile Include="..\..\core\Common\EString.cpp" />
 | |
|     <ClCompile Include="..\..\core\Common\ETexture.cpp" />
 | |
|     <ClCompile Include="..\..\core\Geometry\ECircle.cpp" />
 | |
|     <ClCompile Include="..\..\core\Geometry\EEllipse.cpp" />
 | |
|     <ClCompile Include="..\..\core\Geometry\EGeometry.cpp" />
 | |
|     <ClCompile Include="..\..\core\Geometry\ERectangle.cpp" />
 | |
|     <ClCompile Include="..\..\core\Listener\EListener.cpp" />
 | |
|     <ClCompile Include="..\..\core\Listener\EListenerKeyboard.cpp" />
 | |
|     <ClCompile Include="..\..\core\Listener\EListenerKeyboardPress.cpp" />
 | |
|     <ClCompile Include="..\..\core\Listener\EListenerMouse.cpp" />
 | |
|     <ClCompile Include="..\..\core\Listener\EListenerMouseClick.cpp" />
 | |
|     <ClCompile Include="..\..\core\Listener\EListenerMouseDoubleClick.cpp" />
 | |
|     <ClCompile Include="..\..\core\Listener\EListenerMouseDrag.cpp" />
 | |
|     <ClCompile Include="..\..\core\Listener\EListenerMousePress.cpp" />
 | |
|     <ClCompile Include="..\..\core\Listener\EListenerPhysics.cpp" />
 | |
|     <ClCompile Include="..\..\core\Listener\EListenerPhysicsCollision.cpp" />
 | |
|     <ClCompile Include="..\..\core\Manager\EActionManager.cpp" />
 | |
|     <ClCompile Include="..\..\core\Manager\EMsgManager.cpp" />
 | |
|     <ClCompile Include="..\..\core\Manager\EObjectManager.cpp" />
 | |
|     <ClCompile Include="..\..\core\Manager\EPhysicsManager.cpp" />
 | |
|     <ClCompile Include="..\..\core\Manager\ETimerManager.cpp" />
 | |
|     <ClCompile Include="..\..\core\Msg\EKeyboardMsg.cpp" />
 | |
|     <ClCompile Include="..\..\core\Msg\EMouseMsg.cpp" />
 | |
|     <ClCompile Include="..\..\core\Msg\EPhysicsMsg.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\EButton.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\EButtonToggle.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\EMenu.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\ENode.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\ESprite.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\EText.cpp" />
 | |
|     <ClCompile Include="..\..\core\Tool\EFileUtils.cpp" />
 | |
|     <ClCompile Include="..\..\core\Tool\EMusicUtils.cpp" />
 | |
|     <ClCompile Include="..\..\core\Tool\ERandom.cpp" />
 | |
|     <ClCompile Include="..\..\core\Tool\ETimer.cpp" />
 | |
|     <ClCompile Include="..\..\core\Transition\ETransition.cpp" />
 | |
|     <ClCompile Include="..\..\core\Transition\ETransitionEmerge.cpp" />
 | |
|     <ClCompile Include="..\..\core\Transition\ETransitionFade.cpp" />
 | |
|     <ClCompile Include="..\..\core\Transition\ETransitionMove.cpp" />
 | |
|     <ClCompile Include="..\..\core\Win\MciPlayer.cpp" />
 | |
|     <ClCompile Include="..\..\core\Win\winbase.cpp" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
|   <ImportGroup Label="ExtensionTargets">
 | |
|   </ImportGroup>
 | |
| </Project> |