2019-10-14 11:07:16 +08:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
|
<ItemGroup>
|
2020-05-24 20:46:52 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\Actor.h" />
|
2020-10-09 23:17:50 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\animation\Animation.h" />
|
2020-10-10 21:12:37 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\animation\DelayAnimation.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\animation\AnimationGroup.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\animation\Animator.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\animation\FrameSequence.h" />
|
2020-10-09 23:17:50 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\animation\TweenAnimation.h" />
|
2020-10-10 21:12:37 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\animation\PathAnimation.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\animation\AnimationWrapper.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\animation\CustomAnimation.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\animation\FrameAnimation.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\animation\EaseFunc.h" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\GifSprite.h" />
|
2020-10-11 03:45:42 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\SpriteFrame.h" />
|
2020-10-11 17:10:14 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\transition\BoxTransition.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\transition\FadeTransition.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\transition\MoveTransition.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\transition\RotationTransition.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\transition\Transition.h" />
|
2020-05-24 20:46:52 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\base\component\Button.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\base\component\Component.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\base\component\ComponentManager.h" />
|
2020-05-24 11:26:21 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\base\Director.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\base\Module.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\base\ObjectBase.h" />
|
2020-07-22 16:52:32 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\base\RefObject.h" />
|
2020-07-22 21:08:48 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\base\RefPtr.h" />
|
2020-02-20 22:27:09 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Allocator.h" />
|
2020-02-15 17:32:32 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Any.h" />
|
2020-10-11 03:45:42 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\BinaryData.h" />
|
2020-10-07 01:48:24 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\BitOperator.h" />
|
2020-04-03 17:48:00 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Cloneable.h" />
|
2020-01-17 16:55:47 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Common.h" />
|
2020-06-21 14:33:07 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Defer.h" />
|
2020-10-09 20:54:43 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Duration.h" />
|
2020-02-10 14:41:19 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Exception.h" />
|
2020-10-07 01:48:24 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Flag.h" />
|
2020-02-15 17:32:32 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Function.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\IntrusiveList.h" />
|
2019-11-13 14:33:15 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Library.h" />
|
2020-04-15 16:37:58 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Serializable.h" />
|
2020-01-17 11:24:24 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Singleton.h" />
|
2020-02-15 17:32:32 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\String.h" />
|
2020-01-17 16:55:47 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Time.h" />
|
2020-05-24 11:26:21 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\event\Event.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\event\EventDispatcher.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\event\EventListener.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\event\Events.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\event\EventType.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\event\KeyEvent.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\event\MouseEvent.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\event\WindowEvent.h" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\kiwano.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\config.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\macros.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\Canvas.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\DebugActor.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\ShapeActor.h" />
|
2020-02-10 18:03:35 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\LayerActor.h" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\Stage.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\Sprite.h" />
|
2019-12-23 18:05:08 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\TextActor.h" />
|
2019-11-13 14:33:15 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Resource.h" />
|
2020-07-22 21:08:48 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\RefBasePtr.hpp" />
|
2020-02-06 16:54:47 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\math\Constants.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\math\EaseFunctions.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\math\Math.h" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\math\Matrix.hpp" />
|
2020-02-06 16:54:47 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\math\Random.h" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\math\Rect.hpp" />
|
2020-02-06 16:54:47 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\math\Scalar.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\math\Transform.hpp" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\math\Vec2.hpp" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\platform\Application.h" />
|
2019-11-13 14:33:15 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\platform\FileSystem.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\platform\Input.h" />
|
2020-10-11 17:10:14 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\platform\Keys.h" />
|
2020-02-14 22:01:56 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\platform\Runner.h" />
|
2019-12-30 14:24:29 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\platform\win32\ComPtr.hpp" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\platform\win32\libraries.h" />
|
2019-11-13 14:33:15 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\platform\Window.h" />
|
2020-01-17 16:55:47 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\Brush.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\Color.h" />
|
2020-01-21 10:09:55 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\DirectX\D2DDeviceResources.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\DirectX\D3D10DeviceResources.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\DirectX\D3D11DeviceResources.h" />
|
2020-05-22 21:07:32 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\DirectX\D3DDeviceResources.h" />
|
2020-01-21 10:09:55 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\DirectX\D3DDeviceResourcesBase.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\DirectX\FontCollectionLoader.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\DirectX\helper.h" />
|
2020-02-16 20:14:01 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\DirectX\NativePtr.h" />
|
2020-02-09 18:41:59 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\DirectX\RenderContextImpl.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\DirectX\RendererImpl.h" />
|
2020-01-21 10:09:55 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\DirectX\TextRenderer.h" />
|
2020-01-17 16:55:47 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\Font.h" />
|
2020-02-16 20:14:01 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\NativeObject.h" />
|
2020-02-05 19:56:22 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\Shape.h" />
|
2020-02-16 20:14:01 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\ShapeMaker.h" />
|
2020-01-17 16:55:47 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\GifImage.h" />
|
2020-02-10 18:03:35 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\Layer.h" />
|
2020-01-17 16:55:47 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\RenderContext.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\Renderer.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\StrokeStyle.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\TextLayout.h" />
|
2020-08-03 21:55:27 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\TextStyle.h" />
|
2020-01-17 16:55:47 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\Texture.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\TextureCache.h" />
|
2020-05-28 02:42:32 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\ConfigIni.h" />
|
2020-05-20 23:48:56 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\EventTicker.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\Json.h" />
|
2020-05-24 11:26:21 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\Logger.h" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\ResourceCache.h" />
|
2020-07-26 11:51:27 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\ResourceLoader.h" />
|
2020-05-20 23:48:56 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\Task.h" />
|
2020-05-21 00:06:47 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\TaskScheduler.h" />
|
2020-05-20 23:48:56 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\Ticker.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\Timer.h" />
|
2019-10-13 23:43:15 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\UserData.h" />
|
2020-05-20 23:48:56 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\Xml.h" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup>
|
2020-05-24 20:46:52 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\Actor.cpp" />
|
2020-10-09 23:17:50 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\animation\Animation.cpp" />
|
2020-10-10 21:12:37 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\animation\DelayAnimation.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\animation\AnimationGroup.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\animation\Animator.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\animation\FrameSequence.cpp" />
|
2020-10-09 23:17:50 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\animation\TweenAnimation.cpp" />
|
2020-10-10 21:12:37 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\animation\PathAnimation.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\animation\CustomAnimation.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\animation\FrameAnimation.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\animation\EaseFunc.cpp" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\Canvas.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\DebugActor.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\ShapeActor.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\GifSprite.cpp" />
|
2020-02-10 18:03:35 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\LayerActor.cpp" />
|
2020-10-11 03:45:42 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\SpriteFrame.h.cpp" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\Stage.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\Sprite.cpp" />
|
2019-12-23 18:05:08 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\TextActor.cpp" />
|
2020-10-11 17:10:14 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\transition\BoxTransition.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\transition\FadeTransition.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\transition\MoveTransition.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\transition\RotationTransition.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\transition\Transition.cpp" />
|
2020-05-24 20:46:52 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\base\component\Button.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\base\component\Component.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\base\component\ComponentManager.cpp" />
|
2020-05-24 11:26:21 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\base\Director.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\base\Module.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\base\ObjectBase.cpp" />
|
2020-07-22 16:52:32 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\base\RefObject.cpp" />
|
2020-02-20 22:27:09 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\Allocator.cpp" />
|
2020-10-09 20:54:43 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\Duration.cpp" />
|
2020-02-10 14:41:19 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\Exception.cpp" />
|
2019-11-13 14:33:15 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\Library.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\Resource.cpp" />
|
2020-02-15 17:32:32 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\String.cpp" />
|
2020-01-17 16:55:47 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\Time.cpp" />
|
2020-05-24 11:26:21 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\event\Event.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\event\EventDispatcher.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\event\EventListener.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\event\KeyEvent.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\event\MouseEvent.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\event\WindowEvent.cpp" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\platform\Application.cpp" />
|
2019-11-13 14:33:15 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\platform\FileSystem.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\platform\Input.cpp" />
|
2020-02-14 22:01:56 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\platform\Runner.cpp" />
|
2019-12-30 14:24:29 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\platform\win32\libraries.cpp" />
|
2020-01-17 11:24:24 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\platform\win32\WindowImpl.cpp" />
|
2019-11-13 14:33:15 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\platform\Window.cpp" />
|
2020-01-17 16:55:47 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\Brush.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\Color.cpp" />
|
2020-01-21 10:09:55 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\DirectX\D2DDeviceResources.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\DirectX\D3D10DeviceResources.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\DirectX\D3D11DeviceResources.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\DirectX\FontCollectionLoader.cpp" />
|
2020-02-09 18:41:59 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\DirectX\RenderContextImpl.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\DirectX\RendererImpl.cpp" />
|
2020-01-21 10:09:55 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\DirectX\TextRenderer.cpp" />
|
2020-01-17 16:55:47 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\Font.cpp" />
|
2020-08-04 02:19:08 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\NativeObject.cpp" />
|
2020-02-05 19:56:22 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\Shape.cpp" />
|
2020-02-16 20:14:01 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\ShapeMaker.cpp" />
|
2020-01-17 16:55:47 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\GifImage.cpp" />
|
2020-02-10 18:03:35 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\Layer.cpp" />
|
2020-01-17 16:55:47 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\RenderContext.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\Renderer.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\StrokeStyle.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\TextLayout.cpp" />
|
2020-08-03 21:55:27 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\TextStyle.cpp" />
|
2020-01-17 16:55:47 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\Texture.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\TextureCache.cpp" />
|
2020-05-28 02:42:32 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\utils\ConfigIni.cpp" />
|
2020-05-20 23:48:56 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\utils\EventTicker.cpp" />
|
2020-05-24 11:26:21 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\utils\Logger.cpp" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\utils\ResourceCache.cpp" />
|
2020-07-26 11:51:27 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\utils\ResourceLoader.cpp" />
|
2020-05-20 23:48:56 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\utils\Task.cpp" />
|
2020-05-21 00:06:47 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\utils\TaskScheduler.cpp" />
|
2020-05-20 23:48:56 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\utils\Ticker.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\utils\Timer.cpp" />
|
2019-10-13 23:43:15 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\utils\UserData.cpp" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
<ItemGroup Label="ProjectConfigurations">
|
|
|
|
|
|
<ProjectConfiguration Include="Debug|Win32">
|
|
|
|
|
|
<Configuration>Debug</Configuration>
|
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
<ProjectConfiguration Include="Release|Win32">
|
|
|
|
|
|
<Configuration>Release</Configuration>
|
|
|
|
|
|
<Platform>Win32</Platform>
|
|
|
|
|
|
</ProjectConfiguration>
|
|
|
|
|
|
</ItemGroup>
|
2020-03-31 10:10:33 +08:00
|
|
|
|
<ItemGroup>
|
2020-05-17 20:19:03 +08:00
|
|
|
|
<None Include="suppress_warning.ruleset" />
|
2020-03-31 10:10:33 +08:00
|
|
|
|
</ItemGroup>
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<PropertyGroup Label="Globals">
|
|
|
|
|
|
<ProjectGuid>{FF7F943D-A89C-4E6C-97CF-84F7D8FF8EDF}</ProjectGuid>
|
|
|
|
|
|
<RootNamespace>kiwano</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>
|
|
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
|
|
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
|
|
|
|
|
<UseDebugLibraries>false</UseDebugLibraries>
|
2019-12-31 10:37:29 +08:00
|
|
|
|
<WholeProgramOptimization>true</WholeProgramOptimization>
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<CharacterSet>Unicode</CharacterSet>
|
|
|
|
|
|
<PlatformToolset>$(DefaultPlatformToolset)</PlatformToolset>
|
|
|
|
|
|
</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 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>
|
|
|
|
|
|
<PropertyGroup Label="UserMacros" />
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
|
<OutDir>$(SolutionDir)\output\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
|
<IntDir>$(SolutionDir)\build\$(PlatformToolset)\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
|
|
|
|
|
<LinkIncremental>true</LinkIncremental>
|
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
|
|
|
<OutDir>$(SolutionDir)\output\$(PlatformToolset)\$(Platform)\$(Configuration)\</OutDir>
|
|
|
|
|
|
<IntDir>$(SolutionDir)\build\$(PlatformToolset)\$(Platform)\$(Configuration)\$(ProjectName)\</IntDir>
|
2020-02-11 10:04:37 +08:00
|
|
|
|
<LinkIncremental>false</LinkIncremental>
|
2019-09-29 22:23:13 +08:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
|
|
|
<ClCompile>
|
|
|
|
|
|
<WarningLevel>Level3</WarningLevel>
|
|
|
|
|
|
<Optimization>Disabled</Optimization>
|
|
|
|
|
|
<TreatWarningAsError>true</TreatWarningAsError>
|
|
|
|
|
|
<DebugInformationFormat>EditAndContinue</DebugInformationFormat>
|
|
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2020-04-15 10:12:42 +08:00
|
|
|
|
<AdditionalIncludeDirectories>../../src;../../src/3rd-party;</AdditionalIncludeDirectories>
|
2020-02-17 23:11:17 +08:00
|
|
|
|
<UseFullPaths>false</UseFullPaths>
|
2019-09-29 22:23:13 +08:00
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<SubSystem>Windows</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>
|
2019-10-08 14:25:33 +08:00
|
|
|
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
|
|
|
|
|
<MinimalRebuild>false</MinimalRebuild>
|
2020-04-15 10:12:42 +08:00
|
|
|
|
<AdditionalIncludeDirectories>../../src;../../src/3rd-party;</AdditionalIncludeDirectories>
|
2020-02-17 23:11:17 +08:00
|
|
|
|
<UseFullPaths>false</UseFullPaths>
|
2019-09-29 22:23:13 +08:00
|
|
|
|
</ClCompile>
|
|
|
|
|
|
<Link>
|
|
|
|
|
|
<SubSystem>Windows</SubSystem>
|
|
|
|
|
|
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
|
|
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
|
|
|
<OptimizeReferences>true</OptimizeReferences>
|
|
|
|
|
|
</Link>
|
|
|
|
|
|
</ItemDefinitionGroup>
|
|
|
|
|
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
|
|
|
<ImportGroup Label="ExtensionTargets">
|
|
|
|
|
|
</ImportGroup>
|
2020-04-15 16:37:58 +08:00
|
|
|
|
</Project>
|