284 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			284 lines
		
	
	
		
			14 KiB
		
	
	
	
		
			XML
		
	
	
	
| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project DefaultTargets="Build" ToolsVersion="12.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>
 | |
|   <ItemGroup>
 | |
|     <ClInclude Include="..\..\src\core\Action.hpp" />
 | |
|     <ClInclude Include="..\..\src\core\ActionGroup.h" />
 | |
|     <ClInclude Include="..\..\src\core\ActionHelper.h" />
 | |
|     <ClInclude Include="..\..\src\core\ActionTween.h" />
 | |
|     <ClInclude Include="..\..\src\core\ActionManager.h" />
 | |
|     <ClInclude Include="..\..\src\core\Animation.h" />
 | |
|     <ClInclude Include="..\..\src\core\audio.h" />
 | |
|     <ClInclude Include="..\..\src\core\Canvas.h" />
 | |
|     <ClInclude Include="..\..\src\core\closure.hpp" />
 | |
|     <ClInclude Include="..\..\src\core\Color.h" />
 | |
|     <ClInclude Include="..\..\src\core\d2dhelper.hpp" />
 | |
|     <ClInclude Include="..\..\src\core\DebugNode.h" />
 | |
|     <ClInclude Include="..\..\src\core\Delay.h" />
 | |
|     <ClInclude Include="..\..\src\core\Event.hpp" />
 | |
|     <ClInclude Include="..\..\src\core\EventDispatcher.h" />
 | |
|     <ClInclude Include="..\..\src\core\EventListener.h" />
 | |
|     <ClInclude Include="..\..\src\core\Factory.h" />
 | |
|     <ClInclude Include="..\..\src\core\Font.hpp" />
 | |
|     <ClInclude Include="..\..\src\core\Frames.h" />
 | |
|     <ClInclude Include="..\..\src\core\Application.h" />
 | |
|     <ClInclude Include="..\..\src\core\Geometry.h" />
 | |
|     <ClInclude Include="..\..\src\core\GeometryNode.h" />
 | |
|     <ClInclude Include="..\..\src\core\helper.hpp" />
 | |
|     <ClInclude Include="..\..\src\core\Image.h" />
 | |
|     <ClInclude Include="..\..\src\core\include-forwards.h" />
 | |
|     <ClInclude Include="..\..\src\core\Input.h" />
 | |
|     <ClInclude Include="..\..\src\core\IntrusiveList.hpp" />
 | |
|     <ClInclude Include="..\..\src\core\IntrusivePtr.hpp" />
 | |
|     <ClInclude Include="..\..\src\core\keys.hpp" />
 | |
|     <ClInclude Include="..\..\src\core\logs.h" />
 | |
|     <ClInclude Include="..\..\src\core\macros.h" />
 | |
|     <ClInclude Include="..\..\src\core\modules.h" />
 | |
|     <ClInclude Include="..\..\src\core\Music.h" />
 | |
|     <ClInclude Include="..\..\src\core\Node.h" />
 | |
|     <ClInclude Include="..\..\src\core\noncopyable.hpp" />
 | |
|     <ClInclude Include="..\..\src\core\Object.h" />
 | |
|     <ClInclude Include="..\..\src\core\RefCounter.hpp" />
 | |
|     <ClInclude Include="..\..\src\core\render.h" />
 | |
|     <ClInclude Include="..\..\src\core\Resource.h" />
 | |
|     <ClInclude Include="..\..\src\core\Scene.h" />
 | |
|     <ClInclude Include="..\..\src\core\Singleton.hpp" />
 | |
|     <ClInclude Include="..\..\src\core\Sprite.h" />
 | |
|     <ClInclude Include="..\..\src\core\Task.h" />
 | |
|     <ClInclude Include="..\..\src\core\TaskManager.h" />
 | |
|     <ClInclude Include="..\..\src\core\Text.h" />
 | |
|     <ClInclude Include="..\..\src\core\TextRenderer.h" />
 | |
|     <ClInclude Include="..\..\src\core\TextStyle.hpp" />
 | |
|     <ClInclude Include="..\..\src\core\time.h" />
 | |
|     <ClInclude Include="..\..\src\core\Transform.hpp" />
 | |
|     <ClInclude Include="..\..\src\core\Transition.h" />
 | |
|     <ClInclude Include="..\..\src\core\window.h" />
 | |
|     <ClInclude Include="..\..\src\easy2d.h" />
 | |
|     <ClInclude Include="..\..\src\math\constants.hpp" />
 | |
|     <ClInclude Include="..\..\src\math\ease.hpp" />
 | |
|     <ClInclude Include="..\..\src\math\Matrix.hpp" />
 | |
|     <ClInclude Include="..\..\src\math\rand.h" />
 | |
|     <ClInclude Include="..\..\src\math\Rect.hpp" />
 | |
|     <ClInclude Include="..\..\src\math\scalar.hpp" />
 | |
|     <ClInclude Include="..\..\src\math\vector.hpp" />
 | |
|     <ClInclude Include="..\..\src\ui\Button.h" />
 | |
|     <ClInclude Include="..\..\src\ui\Menu.h" />
 | |
|     <ClInclude Include="..\..\src\utils\Data.h" />
 | |
|     <ClInclude Include="..\..\src\utils\File.h" />
 | |
|     <ClInclude Include="..\..\src\utils\Path.h" />
 | |
|     <ClInclude Include="..\..\src\utils\Player.h" />
 | |
|     <ClInclude Include="..\..\src\utils\ResLoader.h" />
 | |
|     <ClInclude Include="..\..\src\utils\string.h" />
 | |
|     <ClInclude Include="..\..\src\utils\Transcoder.h" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="..\..\src\core\ActionGroup.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\ActionTween.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\ActionManager.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Animation.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\audio.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Canvas.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Color.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\DebugNode.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Delay.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\EventDispatcher.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\EventListener.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Factory.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Frames.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Application.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Geometry.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\GeometryNode.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Image.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Input.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\logs.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\modules.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Music.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Node.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Object.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\render.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Resource.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Scene.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Sprite.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Task.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\TaskManager.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Text.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\TextRenderer.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\time.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\Transition.cpp" />
 | |
|     <ClCompile Include="..\..\src\core\window.cpp" />
 | |
|     <ClCompile Include="..\..\src\math\rand.cpp" />
 | |
|     <ClCompile Include="..\..\src\ui\Button.cpp" />
 | |
|     <ClCompile Include="..\..\src\ui\Menu.cpp" />
 | |
|     <ClCompile Include="..\..\src\utils\Data.cpp" />
 | |
|     <ClCompile Include="..\..\src\utils\File.cpp" />
 | |
|     <ClCompile Include="..\..\src\utils\Path.cpp" />
 | |
|     <ClCompile Include="..\..\src\utils\Player.cpp" />
 | |
|     <ClCompile Include="..\..\src\utils\ResLoader.cpp" />
 | |
|     <ClCompile Include="..\..\src\utils\string.cpp" />
 | |
|     <ClCompile Include="..\..\src\utils\Transcoder.cpp" />
 | |
|   </ItemGroup>
 | |
|   <PropertyGroup Label="Globals">
 | |
|     <ProjectGuid>{91DBDFCC-4083-427C-AAAD-55715118DB26}</ProjectGuid>
 | |
|     <Keyword>Win32Proj</Keyword>
 | |
|     <RootNamespace>Win32Project1</RootNamespace>
 | |
|   </PropertyGroup>
 | |
|   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <PlatformToolset>v120</PlatformToolset>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>true</UseDebugLibraries>
 | |
|     <PlatformToolset>v120</PlatformToolset>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <PlatformToolset>v120</PlatformToolset>
 | |
|     <WholeProgramOptimization>false</WholeProgramOptimization>
 | |
|     <CharacterSet>Unicode</CharacterSet>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
 | |
|     <ConfigurationType>StaticLibrary</ConfigurationType>
 | |
|     <UseDebugLibraries>false</UseDebugLibraries>
 | |
|     <PlatformToolset>v120</PlatformToolset>
 | |
|     <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 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 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>
 | |
|   <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'">
 | |
|     <OutDir>$(SolutionDir)x86\</OutDir>
 | |
|     <IntDir>$(Configuration)\x86\</IntDir>
 | |
|     <TargetName>Easy2Ddw</TargetName>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <IntDir>$(Configuration)\$(Platform)\</IntDir>
 | |
|     <TargetName>Easy2Ddw</TargetName>
 | |
|     <OutDir>$(SolutionDir)$(Platform)\</OutDir>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
 | |
|     <OutDir>$(SolutionDir)x86\</OutDir>
 | |
|     <IntDir>$(Configuration)\x86\</IntDir>
 | |
|     <TargetName>Easy2Dw</TargetName>
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
 | |
|     <IntDir>$(Configuration)\$(Platform)\</IntDir>
 | |
|     <TargetName>Easy2Dw</TargetName>
 | |
|     <OutDir>$(SolutionDir)$(Platform)\</OutDir>
 | |
|   </PropertyGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>NotUsing</PrecompiledHeader>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>false</SDLCheck>
 | |
|       <DebugInformationFormat>None</DebugInformationFormat>
 | |
|       <MinimalRebuild>false</MinimalRebuild>
 | |
|       <TreatWarningAsError>true</TreatWarningAsError>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
 | |
|     <ClCompile>
 | |
|       <PrecompiledHeader>NotUsing</PrecompiledHeader>
 | |
|       <WarningLevel>Level3</WarningLevel>
 | |
|       <Optimization>Disabled</Optimization>
 | |
|       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>false</SDLCheck>
 | |
|       <DebugInformationFormat>None</DebugInformationFormat>
 | |
|       <MinimalRebuild>false</MinimalRebuild>
 | |
|       <TreatWarningAsError>true</TreatWarningAsError>
 | |
|     </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>
 | |
|       </FunctionLevelLinking>
 | |
|       <IntrinsicFunctions>true</IntrinsicFunctions>
 | |
|       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
 | |
|       <SDLCheck>false</SDLCheck>
 | |
|       <DebugInformationFormat>None</DebugInformationFormat>
 | |
|       <TreatWarningAsError>true</TreatWarningAsError>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|     </ClCompile>
 | |
|     <Link>
 | |
|       <SubSystem>Windows</SubSystem>
 | |
|       <GenerateDebugInformation>true</GenerateDebugInformation>
 | |
|       <EnableCOMDATFolding>true</EnableCOMDATFolding>
 | |
|       <OptimizeReferences>true</OptimizeReferences>
 | |
|     </Link>
 | |
|   </ItemDefinitionGroup>
 | |
|   <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>
 | |
|       <SDLCheck>false</SDLCheck>
 | |
|       <DebugInformationFormat>None</DebugInformationFormat>
 | |
|       <TreatWarningAsError>true</TreatWarningAsError>
 | |
|       <MultiProcessorCompilation>true</MultiProcessorCompilation>
 | |
|     </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> |