287 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			287 lines
		
	
	
		
			14 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>
 | |
|     <WholeProgramOptimization>false</WholeProgramOptimization>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <WholeProgramOptimization>false</WholeProgramOptimization>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|     <PlatformToolset>v141</PlatformToolset>
 | |
|   </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>$(Configuration)\$(Platform)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <LinkIncremental>true</LinkIncremental>
 | |
|     <TargetName>Easy2Ddw</TargetName>
 | |
|     <OutDir>$(SolutionDir)$(Platform)\</OutDir>
 | |
|     <IntDir>$(Configuration)\$(Platform)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | |
|     <LinkIncremental>false</LinkIncremental>
 | |
|     <TargetName>Easy2Dw</TargetName>
 | |
|     <OutDir>$(SolutionDir)$(Platform)\</OutDir>
 | |
|     <IntDir>$(Configuration)\$(Platform)\</IntDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <LinkIncremental>false</LinkIncremental>
 | |
|     <TargetName>Easy2Dw</TargetName>
 | |
|     <OutDir>$(SolutionDir)$(Platform)\</OutDir>
 | |
|     <IntDir>$(Configuration)\$(Platform)\</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>false</SDLCheck>
 | |
|       <DebugInformationFormat>None</DebugInformationFormat>
 | |
|       <MinimalRebuild>false</MinimalRebuild>
 | |
|       <TreatWarningAsError>true</TreatWarningAsError>
 | |
|     </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>false</SDLCheck>
 | |
|       <DebugInformationFormat>None</DebugInformationFormat>
 | |
|       <MinimalRebuild>false</MinimalRebuild>
 | |
|       <TreatWarningAsError>true</TreatWarningAsError>
 | |
|     </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>false</SDLCheck>
 | |
|       <DebugInformationFormat>None</DebugInformationFormat>
 | |
|       <TreatWarningAsError>true</TreatWarningAsError>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|     </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>false</SDLCheck>
 | |
|       <DebugInformationFormat>None</DebugInformationFormat>
 | |
|       <TreatWarningAsError>true</TreatWarningAsError>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|     </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="..\..\core\Action\Action.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\Animation.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\CallFunc.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\Delay.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\JumpBy.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\JumpTo.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\MoveBy.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\Animate.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\MoveTo.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\Loop.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\FiniteTimeAction.cpp" />
 | |
|     <ClCompile Include="..\..\core\Action\Spawn.cpp" />
 | |
|     <ClCompile Include="..\..\core\Base\Game.cpp" />
 | |
|     <ClCompile Include="..\..\core\Base\GC.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\Collider\Collider.cpp" />
 | |
|     <ClCompile Include="..\..\core\Collider\CircleCollider.cpp" />
 | |
|     <ClCompile Include="..\..\core\Collider\EllipseCollider.cpp" />
 | |
|     <ClCompile Include="..\..\core\Collider\RectCollider.cpp" />
 | |
|     <ClCompile Include="..\..\core\Collider\Collision.cpp" />
 | |
|     <ClCompile Include="..\..\core\Common\Color.cpp" />
 | |
|     <ClCompile Include="..\..\core\Common\Font.cpp" />
 | |
|     <ClCompile Include="..\..\core\Common\Function.cpp" />
 | |
|     <ClCompile Include="..\..\core\Common\Object.cpp" />
 | |
|     <ClCompile Include="..\..\core\Common\Point.cpp" />
 | |
|     <ClCompile Include="..\..\core\Common\Rect.cpp" />
 | |
|     <ClCompile Include="..\..\core\Common\Scene.cpp" />
 | |
|     <ClCompile Include="..\..\core\Common\Size.cpp" />
 | |
|     <ClCompile Include="..\..\core\Common\String.cpp" />
 | |
|     <ClCompile Include="..\..\core\Common\Image.cpp" />
 | |
|     <ClCompile Include="..\..\core\Custom\Exception.cpp" />
 | |
|     <ClCompile Include="..\..\core\Custom\SystemException.cpp" />
 | |
|     <ClCompile Include="..\..\core\Custom\TextRenderer.cpp" />
 | |
|     <ClCompile Include="..\..\core\Custom\VoiceCallback.cpp" />
 | |
|     <ClCompile Include="..\..\core\Manager\ActionManager.cpp" />
 | |
|     <ClCompile Include="..\..\core\Manager\ColliderManager.cpp" />
 | |
|     <ClCompile Include="..\..\core\Manager\SceneManager.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\Button.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\ToggleButton.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\Menu.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\Node.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\Shape\CircleShape.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\Shape\EllipseShape.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\Shape\RectShape.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\Shape\RoundRectShape.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\Shape\Shape.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\Sprite.cpp" />
 | |
|     <ClCompile Include="..\..\core\Node\Text.cpp" />
 | |
|     <ClCompile Include="..\..\core\Tool\Data.cpp" />
 | |
|     <ClCompile Include="..\..\core\Tool\Listener.cpp" />
 | |
|     <ClCompile Include="..\..\core\Tool\Music.cpp" />
 | |
|     <ClCompile Include="..\..\core\Tool\Path.cpp" />
 | |
|     <ClCompile Include="..\..\core\Tool\Player.cpp" />
 | |
|     <ClCompile Include="..\..\core\Tool\Random.cpp" />
 | |
|     <ClCompile Include="..\..\core\Tool\Timer.cpp" />
 | |
|     <ClCompile Include="..\..\core\Transition\Transition.cpp" />
 | |
|     <ClCompile Include="..\..\core\Transition\BoxTransition.cpp" />
 | |
|     <ClCompile Include="..\..\core\Transition\EmergeTransition.cpp" />
 | |
|     <ClCompile Include="..\..\core\Transition\FadeTransition.cpp" />
 | |
|     <ClCompile Include="..\..\core\Transition\MoveTransition.cpp" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="..\..\core\e2daction.h" />
 | |
|     <ClInclude Include="..\..\core\e2dcustom.h" />
 | |
|     <ClInclude Include="..\..\core\easy2d.h" />
 | |
|     <ClInclude Include="..\..\core\e2dbase.h" />
 | |
|     <ClInclude Include="..\..\core\e2dcommon.h" />
 | |
|     <ClInclude Include="..\..\core\e2dcollider.h" />
 | |
|     <ClInclude Include="..\..\core\e2dmacros.h" />
 | |
|     <ClInclude Include="..\..\core\e2dmanager.h" />
 | |
|     <ClInclude Include="..\..\core\e2dnode.h" />
 | |
|     <ClInclude Include="..\..\core\e2dshape.h" />
 | |
|     <ClInclude Include="..\..\core\e2dtool.h" />
 | |
|     <ClInclude Include="..\..\core\e2dtransition.h" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
 | |
|   <ImportGroup Label="ExtensionTargets">
 | |
|   </ImportGroup>
 | |
| </Project> |