255 lines
13 KiB
XML
255 lines
13 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<ItemGroup>
|
|
<ClInclude Include="..\..\src\core\Action.h" />
|
|
<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\Array.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\config.h" />
|
|
<ClInclude Include="..\..\src\core\d2dhelper.hpp" />
|
|
<ClInclude Include="..\..\src\core\DebugNode.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.h" />
|
|
<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\Action.cpp" />
|
|
<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\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\Matrix.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>
|
|
<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">
|
|
<ProjectGuid>{FF7F943D-A89C-4E6C-97CF-84F7D8FF8EDF}</ProjectGuid>
|
|
<RootNamespace>Easy2D</RootNamespace>
|
|
</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>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>true</UseDebugLibraries>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
|
<WholeProgramOptimization>true</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>$(ProjectDir)$(Configuration)\</OutDir>
|
|
<IntDir>$(ProjectDir)$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<IntDir>$(ProjectDir)$(Configuration)\</IntDir>
|
|
<OutDir>$(ProjectDir)$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<OutDir>$(ProjectDir)$(Configuration)\</OutDir>
|
|
<IntDir>$(ProjectDir)$(Configuration)\</IntDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<IntDir>$(ProjectDir)$(Configuration)\</IntDir>
|
|
<OutDir>$(ProjectDir)$(Configuration)\</OutDir>
|
|
</PropertyGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>Disabled</Optimization>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
|
|
<ClCompile>
|
|
<WarningLevel>Level3</WarningLevel>
|
|
<Optimization>MaxSpeed</Optimization>
|
|
<FunctionLevelLinking>true</FunctionLevelLinking>
|
|
<IntrinsicFunctions>true</IntrinsicFunctions>
|
|
<BufferSecurityCheck>false</BufferSecurityCheck>
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
</ClCompile>
|
|
<Link>
|
|
<SubSystem>Console</SubSystem>
|
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
</Link>
|
|
</ItemDefinitionGroup>
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
<ImportGroup Label="ExtensionTargets">
|
|
</ImportGroup>
|
|
</Project> |