2017-12-15 21:51:07 +08:00
|
|
|
|
<?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>
|
2018-07-16 22:43:56 +08:00
|
|
|
|
<WindowsTargetPlatformVersion>10.0.17134.0</WindowsTargetPlatformVersion>
|
2017-12-15 21:51:07 +08:00
|
|
|
|
</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>
|
2018-01-30 16:45:38 +08:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2017-12-15 21:51:07 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
|
|
|
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
|
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
2017-12-15 23:15:06 +08:00
|
|
|
|
<PlatformToolset>v141</PlatformToolset>
|
2017-12-15 21:51:07 +08:00
|
|
|
|
</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>
|
2018-04-23 17:59:46 +08:00
|
|
|
|
<SDLCheck>false</SDLCheck>
|
2018-07-24 23:30:44 +08:00
|
|
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
2017-12-15 21:51:07 +08:00
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2018-04-23 17:59:46 +08:00
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
2017-12-15 21:51:07 +08:00
|
|
|
|
</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>
|
2018-04-23 17:59:46 +08:00
|
|
|
|
<SDLCheck>false</SDLCheck>
|
2017-12-15 21:51:07 +08:00
|
|
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2018-04-23 17:59:46 +08:00
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
2017-12-15 21:51:07 +08:00
|
|
|
|
</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>
|
2018-04-23 17:59:46 +08:00
|
|
|
|
<SDLCheck>false</SDLCheck>
|
2017-12-15 21:51:07 +08:00
|
|
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
2018-04-23 17:59:46 +08:00
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2017-12-15 21:51:07 +08:00
|
|
|
|
</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>
|
2018-04-23 17:59:46 +08:00
|
|
|
|
<SDLCheck>false</SDLCheck>
|
2017-12-15 21:51:07 +08:00
|
|
|
|
<DebugInformationFormat>None</DebugInformationFormat>
|
2018-04-23 17:59:46 +08:00
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
2017-12-15 21:51:07 +08:00
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<SubSystem>Console</SubSystem>
|
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
<Lib>
|
|
|
|
|
|
<AdditionalDependencies>
|
|
|
|
|
|
</AdditionalDependencies>
|
|
|
|
|
|
<AdditionalLibraryDirectories>
|
|
|
|
|
|
</AdditionalLibraryDirectories>
|
|
|
|
|
|
</Lib>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
<ItemGroup>
|
2018-01-30 16:45:38 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Action\Action.cpp" />
|
2018-05-19 01:10:37 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Action\Animation.cpp" />
|
2018-05-08 20:03:29 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Action\CallFunc.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Action\Delay.cpp" />
|
2018-05-10 14:03:54 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Action\JumpBy.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Action\JumpTo.cpp" />
|
2018-05-08 20:03:29 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Action\MoveBy.cpp" />
|
2018-05-10 00:58:43 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Action\Animate.cpp" />
|
2018-05-08 20:03:29 +08:00
|
|
|
|
<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" />
|
2018-05-22 22:29:42 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Action\FiniteTimeAction.cpp" />
|
2018-05-08 20:03:29 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Action\Spawn.cpp" />
|
2018-07-28 20:48:25 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Base\Config.cpp" />
|
2018-01-30 16:45:38 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Base\Game.cpp" />
|
2018-05-19 01:10:37 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Base\GC.cpp" />
|
2018-01-30 16:45:38 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Base\Input.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Base\Renderer.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Base\Window.cpp" />
|
2018-07-05 00:20:53 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Common\Collider.cpp" />
|
2018-04-22 13:15:57 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Common\Color.cpp" />
|
2018-07-21 22:57:21 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Common\Duration.cpp" />
|
2018-05-22 22:00:47 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Common\Font.cpp" />
|
2018-04-22 15:52:46 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Common\Function.cpp" />
|
2018-03-01 00:19:09 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Common\Point.cpp" />
|
2018-05-22 22:55:06 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Common\Rect.cpp" />
|
2018-07-07 01:43:41 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Common\Ref.cpp" />
|
2018-07-08 02:41:44 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Common\Resource.cpp" />
|
2018-01-30 16:45:38 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Common\Scene.cpp" />
|
2018-03-01 00:19:09 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Common\Size.cpp" />
|
2018-01-30 16:45:38 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Common\String.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Common\Image.cpp" />
|
2018-07-21 22:57:21 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Common\Time.cpp" />
|
2018-05-24 00:58:16 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Custom\Exception.cpp" />
|
2018-05-24 12:24:39 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Custom\SystemException.cpp" />
|
2018-05-22 11:58:45 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Custom\TextRenderer.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Custom\VoiceCallback.cpp" />
|
2018-07-16 22:11:27 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Event\Collision.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Event\KeyEvent.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Event\MouseEvent.cpp" />
|
2018-01-30 16:45:38 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Manager\ActionManager.cpp" />
|
2018-07-08 16:57:12 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Manager\CollisionManager.cpp" />
|
2018-01-30 16:45:38 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Manager\SceneManager.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Node\Button.cpp" />
|
2018-05-22 22:29:42 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Node\ToggleButton.cpp" />
|
2018-01-30 16:45:38 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Node\Menu.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Node\Node.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Node\Sprite.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Node\Text.cpp" />
|
2018-03-28 17:56:04 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Tool\Data.cpp" />
|
2018-07-08 02:41:44 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Tool\File.cpp" />
|
2018-01-30 16:45:38 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Tool\Music.cpp" />
|
2018-05-17 23:53:27 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Tool\Path.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Tool\Player.cpp" />
|
2018-01-30 16:45:38 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Tool\Random.cpp" />
|
2018-07-05 22:05:23 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Tool\Task.cpp" />
|
2018-01-30 16:45:38 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Tool\Timer.cpp" />
|
2018-03-22 18:25:56 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Transition\Transition.cpp" />
|
2018-05-22 22:29:42 +08:00
|
|
|
|
<ClCompile Include="..\..\core\Transition\BoxTransition.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Transition\EmergeTransition.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Transition\FadeTransition.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\core\Transition\MoveTransition.cpp" />
|
2017-12-15 21:51:07 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2018-04-21 21:24:46 +08:00
|
|
|
|
<ClInclude Include="..\..\core\e2daction.h" />
|
2018-04-21 23:09:59 +08:00
|
|
|
|
<ClInclude Include="..\..\core\e2dcustom.h" />
|
2017-12-15 21:51:07 +08:00
|
|
|
|
<ClInclude Include="..\..\core\easy2d.h" />
|
2018-04-21 21:24:46 +08:00
|
|
|
|
<ClInclude Include="..\..\core\e2dbase.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\core\e2dcommon.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\core\e2dmacros.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\core\e2dmanager.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\core\e2dnode.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\core\e2dtool.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\core\e2dtransition.h" />
|
2017-12-15 21:51:07 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
|
</ImportGroup>
|
2017-09-10 23:56:52 +08:00
|
|
|
|
</Project>
|