275 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			275 lines
		
	
	
		
			13 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project DefaultTargets="Build" ToolsVersion="15.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="Debug|x64">
 | |
|       <Configuration>Debug</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release|Win32">
 | |
|       <Configuration>Release</Configuration>
 | |
|       <Platform>Win32</Platform>
 | |
|     </ProjectConfiguration>
 | |
|     <ProjectConfiguration Include="Release|x64">
 | |
|       <Configuration>Release</Configuration>
 | |
|       <Platform>x64</Platform>
 | |
|     </ProjectConfiguration>
 | |
|   </ItemGroup>
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <VCProjectVersion>15.0</VCProjectVersion>
 | |
|     <ProjectGuid>{FF7F943D-A89C-4E6C-97CF-84F7D8FF8EDF}</ProjectGuid>
 | |
|     <Keyword>Win32Proj</Keyword>
 | |
|     <RootNamespace>Easy2D</RootNamespace>
 | |
|     <WindowsTargetPlatformVersion>10.0.16299.0</WindowsTargetPlatformVersion>
 | |
|   </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>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|     <WholeProgramOptimization>false</WholeProgramOptimization>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|     <WholeProgramOptimization>false</WholeProgramOptimization>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
 | |
|   <ImportGroup Label="ExtensionSettings">
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Label="Shared">
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|   </ImportGroup>
 | |
|   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
 | |
|     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
 | |
|   </ImportGroup>
 | |
|   <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>
 | |
|   <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>
 | |
|   <PropertyGroup Label="UserMacros" />
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | |
|     <LinkIncremental>true</LinkIncremental>
 | |
|     <TargetName>Easy2Ddw</TargetName>
 | |
|     <OutDir>$(SolutionDir)$(Platform)\</OutDir>
 | |
|     <IntDir>$(Platform)\$(Configuration)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <LinkIncremental>true</LinkIncremental>
 | |
|     <TargetName>Easy2Ddw</TargetName>
 | |
|     <OutDir>$(SolutionDir)$(Platform)\</OutDir>
 | |
|     <IntDir>$(Platform)\$(Configuration)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | |
|     <LinkIncremental>false</LinkIncremental>
 | |
|     <TargetName>Easy2Dw</TargetName>
 | |
|     <OutDir>$(SolutionDir)$(Platform)\</OutDir>
 | |
|     <IntDir>$(Platform)\$(Configuration)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <LinkIncremental>false</LinkIncremental>
 | |
|     <TargetName>Easy2Dw</TargetName>
 | |
|     <OutDir>$(SolutionDir)$(Platform)\</OutDir>
 | |
|     <IntDir>$(Platform)\$(Configuration)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>NotUsing</PrecompiledHeader>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>true</SDLCheck>
 | |
|       <DebugInformationFormat>EditAndContinue</DebugInformationFormat>
 | |
|       <MinimalRebuild>false</MinimalRebuild>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Console</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|     </Link>
 | |
|     <Lib>
 | |
|       <AdditionalDependencies>
 | |
|       </AdditionalDependencies>
 | |
|       <IgnoreAllDefaultLibraries>
 | |
|       </IgnoreAllDefaultLibraries>
 | |
|       <AdditionalLibraryDirectories>
 | |
|       </AdditionalLibraryDirectories>
 | |
|     </Lib>
 | |
|     <ProjectReference>
 | |
|       <LinkLibraryDependencies>false</LinkLibraryDependencies>
 | |
|     </ProjectReference>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>NotUsing</PrecompiledHeader>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>true</SDLCheck>
 | |
|       <DebugInformationFormat>None</DebugInformationFormat>
 | |
|       <MinimalRebuild>false</MinimalRebuild>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Console</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|     </Link>
 | |
|     <Lib>
 | |
|       <AdditionalDependencies>
 | |
|       </AdditionalDependencies>
 | |
|       <AdditionalLibraryDirectories>
 | |
|       </AdditionalLibraryDirectories>
 | |
|     </Lib>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>NotUsing</PrecompiledHeader>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|       <Optimization>MaxSpeed</Optimization>
 | |
|       <IntrinsicFunctions>true</IntrinsicFunctions>
 | |
|       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>true</SDLCheck>
 | |
|       <DebugInformationFormat>None</DebugInformationFormat>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Console</SubSystem>
 | |
|       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | |
|       <OptimizeReferences>true</OptimizeReferences>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|     </Link>
 | |
|     <Lib>
 | |
|       <AdditionalDependencies>
 | |
|       </AdditionalDependencies>
 | |
|       <AdditionalLibraryDirectories>
 | |
|       </AdditionalLibraryDirectories>
 | |
|       <IgnoreSpecificDefaultLibraries>
 | |
|       </IgnoreSpecificDefaultLibraries>
 | |
|     </Lib>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>NotUsing</PrecompiledHeader>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|       <Optimization>MaxSpeed</Optimization>
 | |
|       <IntrinsicFunctions>true</IntrinsicFunctions>
 | |
|       <PreprocessorDefinitions>NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>true</SDLCheck>
 | |
|       <DebugInformationFormat>None</DebugInformationFormat>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Console</SubSystem>
 | |
|       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | |
|       <OptimizeReferences>true</OptimizeReferences>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|     </Link>
 | |
|     <Lib>
 | |
|       <AdditionalDependencies>
 | |
|       </AdditionalDependencies>
 | |
|       <AdditionalLibraryDirectories>
 | |
|       </AdditionalLibraryDirectories>
 | |
|     </Lib>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="Action\EAction.cpp" />
 | |
|     <ClCompile Include="Action\EActionCallback.cpp" />
 | |
|     <ClCompile Include="Action\EActionDelay.cpp" />
 | |
|     <ClCompile Include="Action\EAnimation.cpp" />
 | |
|     <ClCompile Include="Action\EActionMoveBy.cpp" />
 | |
|     <ClCompile Include="Action\EActionMoveTo.cpp" />
 | |
|     <ClCompile Include="Action\EActionLoop.cpp" />
 | |
|     <ClCompile Include="Action\EActionOpacityBy.cpp" />
 | |
|     <ClCompile Include="Action\EActionOpacityTo.cpp" />
 | |
|     <ClCompile Include="Action\EActionRotateBy.cpp" />
 | |
|     <ClCompile Include="Action\EActionRotateTo.cpp" />
 | |
|     <ClCompile Include="Action\EActionScaleBy.cpp" />
 | |
|     <ClCompile Include="Action\EActionScaleTo.cpp" />
 | |
|     <ClCompile Include="Action\EActionSequence.cpp" />
 | |
|     <ClCompile Include="Action\EActionTwo.cpp" />
 | |
|     <ClCompile Include="Action\EActionTwoAtSameTime.cpp" />
 | |
|     <ClCompile Include="Action\EActionGradual.cpp" />
 | |
|     <ClCompile Include="Base\EApp.cpp" />
 | |
|     <ClCompile Include="Base\EScene.cpp" />
 | |
|     <ClCompile Include="Common\EFont.cpp" />
 | |
|     <ClCompile Include="Common\EKeyboardMsg.cpp" />
 | |
|     <ClCompile Include="Common\EMouseMsg.cpp" />
 | |
|     <ClCompile Include="Common\EObject.cpp" />
 | |
|     <ClCompile Include="Common\EPhysicsMsg.cpp" />
 | |
|     <ClCompile Include="Common\ESpriteFrame.cpp" />
 | |
|     <ClCompile Include="Common\ETexture.cpp" />
 | |
|     <ClCompile Include="Geometry\ECircle.cpp" />
 | |
|     <ClCompile Include="Geometry\EEllipse.cpp" />
 | |
|     <ClCompile Include="Geometry\EGeometry.cpp" />
 | |
|     <ClCompile Include="Geometry\ERectangle.cpp" />
 | |
|     <ClCompile Include="Listener\EListenerPhysicsCollision.cpp" />
 | |
|     <ClCompile Include="Listener\EListenerKeyboard.cpp" />
 | |
|     <ClCompile Include="Listener\EListenerKeyboardPress.cpp" />
 | |
|     <ClCompile Include="Listener\EListener.cpp" />
 | |
|     <ClCompile Include="Listener\EListenerMouseClick.cpp" />
 | |
|     <ClCompile Include="Listener\EListenerMouseDoubleClick.cpp" />
 | |
|     <ClCompile Include="Listener\EListenerMouseDrag.cpp" />
 | |
|     <ClCompile Include="Listener\EListenerMouse.cpp" />
 | |
|     <ClCompile Include="Listener\EListenerMousePress.cpp" />
 | |
|     <ClCompile Include="Listener\EListenerPhysics.cpp" />
 | |
|     <ClCompile Include="Manager\EActionManager.cpp" />
 | |
|     <ClCompile Include="Manager\EMsgManager.cpp" />
 | |
|     <ClCompile Include="Manager\EObjectManager.cpp" />
 | |
|     <ClCompile Include="Manager\EPhysicsManager.cpp" />
 | |
|     <ClCompile Include="Manager\ETimerManager.cpp" />
 | |
|     <ClCompile Include="Node\EButton.cpp" />
 | |
|     <ClCompile Include="Node\EButtonToggle.cpp" />
 | |
|     <ClCompile Include="Node\EMenu.cpp" />
 | |
|     <ClCompile Include="Node\ENode.cpp" />
 | |
|     <ClCompile Include="Node\ESprite.cpp" />
 | |
|     <ClCompile Include="Node\EText.cpp" />
 | |
|     <ClCompile Include="Tool\EFileUtils.cpp" />
 | |
|     <ClCompile Include="Tool\EMusicUtils.cpp" />
 | |
|     <ClCompile Include="Tool\ERandom.cpp" />
 | |
|     <ClCompile Include="Tool\ETimer.cpp" />
 | |
|     <ClCompile Include="Transition\ETransitionEmerge.cpp" />
 | |
|     <ClCompile Include="Transition\ETransitionFade.cpp" />
 | |
|     <ClCompile Include="Transition\ETransitionMove.cpp" />
 | |
|     <ClCompile Include="Transition\ETransitionScale.cpp" />
 | |
|     <ClCompile Include="Transition\ETransitionScaleEmerge.cpp" />
 | |
|     <ClCompile Include="Win\MciPlayer.cpp" />
 | |
|     <ClCompile Include="Win\winbase.cpp" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="eactions.h" />
 | |
|     <ClInclude Include="easy2d.h" />
 | |
|     <ClInclude Include="ebase.h" />
 | |
|     <ClInclude Include="ecommon.h" />
 | |
|     <ClInclude Include="egeometry.h" />
 | |
|     <ClInclude Include="elisteners.h" />
 | |
|     <ClInclude Include="emacros.h" />
 | |
|     <ClInclude Include="emanagers.h" />
 | |
|     <ClInclude Include="enodes.h" />
 | |
|     <ClInclude Include="etools.h" />
 | |
|     <ClInclude Include="etransitions.h" />
 | |
|     <ClInclude Include="etypedef.h" />
 | |
|     <ClInclude Include="Win\MciPlayer.h" />
 | |
|     <ClInclude Include="Win\winbase.h" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
|   <ImportGroup Label="ExtensionTargets">
 | |
|   </ImportGroup>
 | |
| </Project> |