257 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			XML
		
	
	
	
			
		
		
	
	
			257 lines
		
	
	
		
			12 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="..\..\core\base\Action.h" />
 | |
|     <ClInclude Include="..\..\core\base\ActionCombined.h" />
 | |
|     <ClInclude Include="..\..\core\base\ActionFiniteTime.h" />
 | |
|     <ClInclude Include="..\..\core\base\Animation.h" />
 | |
|     <ClInclude Include="..\..\core\base\audio.h" />
 | |
|     <ClInclude Include="..\..\core\base\base.h" />
 | |
|     <ClInclude Include="..\..\core\base\BaseTypes.h" />
 | |
|     <ClInclude Include="..\..\core\base\CallFunc.h" />
 | |
|     <ClInclude Include="..\..\core\base\Canvas.h" />
 | |
|     <ClInclude Include="..\..\core\base\Color.h" />
 | |
|     <ClInclude Include="..\..\core\base\Font.h" />
 | |
|     <ClInclude Include="..\..\core\base\Game.h" />
 | |
|     <ClInclude Include="..\..\core\base\Image.h" />
 | |
|     <ClInclude Include="..\..\core\base\Input.h" />
 | |
|     <ClInclude Include="..\..\core\base\KeyEvent.h" />
 | |
|     <ClInclude Include="..\..\core\base\logs.h" />
 | |
|     <ClInclude Include="..\..\core\base\macros.h" />
 | |
|     <ClInclude Include="..\..\core\base\modules.h" />
 | |
|     <ClInclude Include="..\..\core\base\MouseEvent.h" />
 | |
|     <ClInclude Include="..\..\core\base\Node.h" />
 | |
|     <ClInclude Include="..\..\core\base\Rect.hpp" />
 | |
|     <ClInclude Include="..\..\core\base\RefCounter.h" />
 | |
|     <ClInclude Include="..\..\core\base\render.h" />
 | |
|     <ClInclude Include="..\..\core\base\Resource.h" />
 | |
|     <ClInclude Include="..\..\core\base\Scene.h" />
 | |
|     <ClInclude Include="..\..\core\base\Size.h" />
 | |
|     <ClInclude Include="..\..\core\base\Sprite.h" />
 | |
|     <ClInclude Include="..\..\core\base\Task.h" />
 | |
|     <ClInclude Include="..\..\core\base\Text.h" />
 | |
|     <ClInclude Include="..\..\core\base\TextRenderer.h" />
 | |
|     <ClInclude Include="..\..\core\base\time.h" />
 | |
|     <ClInclude Include="..\..\core\base\Transition.h" />
 | |
|     <ClInclude Include="..\..\core\base\window.h" />
 | |
|     <ClInclude Include="..\..\core\easy2d.h" />
 | |
|     <ClInclude Include="..\..\core\math\Matrix.hpp" />
 | |
|     <ClInclude Include="..\..\core\math\rand.h" />
 | |
|     <ClInclude Include="..\..\core\math\scalar.hpp" />
 | |
|     <ClInclude Include="..\..\core\math\Transform.h" />
 | |
|     <ClInclude Include="..\..\core\math\vector.hpp" />
 | |
|     <ClInclude Include="..\..\core\ui\Button.h" />
 | |
|     <ClInclude Include="..\..\core\ui\Menu.h" />
 | |
|     <ClInclude Include="..\..\core\utils\Data.h" />
 | |
|     <ClInclude Include="..\..\core\utils\File.h" />
 | |
|     <ClInclude Include="..\..\core\utils\Music.h" />
 | |
|     <ClInclude Include="..\..\core\utils\Path.h" />
 | |
|     <ClInclude Include="..\..\core\utils\Player.h" />
 | |
|     <ClInclude Include="..\..\core\utils\Transcoder.h" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ClCompile Include="..\..\core\base\Action.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\ActionCombined.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\ActionFiniteTime.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\Animation.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\audio.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\CallFunc.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\Canvas.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\Color.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\Font.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\Game.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\Image.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\Input.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\KeyEvent.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\modules.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\MouseEvent.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\Node.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\RefCounter.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\render.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\Resource.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\Scene.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\Size.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\Sprite.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\Task.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\Text.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\TextRenderer.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\time.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\Transition.cpp" />
 | |
|     <ClCompile Include="..\..\core\base\window.cpp" />
 | |
|     <ClCompile Include="..\..\core\math\rand.cpp" />
 | |
|     <ClCompile Include="..\..\core\math\Transform.cpp" />
 | |
|     <ClCompile Include="..\..\core\ui\Button.cpp" />
 | |
|     <ClCompile Include="..\..\core\ui\Menu.cpp" />
 | |
|     <ClCompile Include="..\..\core\utils\Data.cpp" />
 | |
|     <ClCompile Include="..\..\core\utils\File.cpp" />
 | |
|     <ClCompile Include="..\..\core\utils\Music.cpp" />
 | |
|     <ClCompile Include="..\..\core\utils\Path.cpp" />
 | |
|     <ClCompile Include="..\..\core\utils\Player.cpp" />
 | |
|     <ClCompile Include="..\..\core\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> |