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>
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\action\Action.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\action\ActionDelay.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\action\ActionGroup.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\action\ActionHelper.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\action\ActionManager.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\action\ActionWalk.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\action\ActionTween.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\action\Animation.h" />
|
2020-01-09 08:45:00 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\Button.h" />
|
2020-02-18 12:53:18 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\Component.h" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\GifSprite.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-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-01-16 18:33:42 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Director.h" />
|
2019-12-31 11:22:23 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\event\Event.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\event\EventType.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\event\KeyEvent.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\event\MouseEvent.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\event\WindowEvent.h" />
|
2020-02-10 14:41:19 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Exception.h" />
|
2020-02-15 17:32:32 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Function.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\IntrusiveList.h" />
|
2020-01-17 16:55:47 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Keys.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" />
|
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\Actor.h" />
|
|
|
|
|
|
<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-09-29 22:23:13 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\2d\Transition.h" />
|
2020-02-14 17:56:50 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Module.h" />
|
2019-11-13 14:33:15 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\EventDispatcher.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\EventListener.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Logger.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\ObjectBase.h" />
|
2019-12-25 18:07:57 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\RefCounter.h" />
|
2019-11-13 14:33:15 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\Resource.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\core\SmartPtr.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-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" />
|
|
|
|
|
|
<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-04-26 21:20:58 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\Frame.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\FrameSequence.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" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\TextStyle.hpp" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\Texture.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\render\TextureCache.h" />
|
2020-05-20 23:48:56 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\EventTicker.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\Json.h" />
|
2019-10-11 21:12:29 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\LocalStorage.h" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\ResourceCache.h" />
|
2020-05-20 23:48:56 +08:00
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\Task.h" />
|
|
|
|
|
|
<ClInclude Include="..\..\src\kiwano\utils\TaskManager.h" />
|
|
|
|
|
|
<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>
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\action\Action.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\action\ActionDelay.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\action\ActionGroup.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\action\ActionManager.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\action\ActionWalk.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\action\ActionTween.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\action\Animation.cpp" />
|
2020-01-09 08:45:00 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\Button.cpp" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\Canvas.cpp" />
|
2020-02-18 12:53:18 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\Component.cpp" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<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" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\Actor.cpp" />
|
|
|
|
|
|
<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" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\2d\Transition.cpp" />
|
2020-02-20 22:27:09 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\Allocator.cpp" />
|
2020-02-14 17:56:50 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\Module.cpp" />
|
2020-01-16 18:33:42 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\Director.cpp" />
|
2019-11-13 14:33:15 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\EventDispatcher.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\EventListener.cpp" />
|
2019-12-31 11:22:23 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\event\Event.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\event\KeyEvent.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\event\MouseEvent.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\event\WindowEvent.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\Logger.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\ObjectBase.cpp" />
|
2019-12-25 18:07:57 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\core\RefCounter.cpp" />
|
2019-11-13 14:33:15 +08:00
|
|
|
|
<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" />
|
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-04-26 21:20:58 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\Frame.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\FrameSequence.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" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\Texture.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\render\TextureCache.cpp" />
|
2020-05-20 23:48:56 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\utils\EventTicker.cpp" />
|
2019-10-11 21:12:29 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\utils\LocalStorage.cpp" />
|
2019-09-29 22:23:13 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\utils\ResourceCache.cpp" />
|
2020-05-20 23:48:56 +08:00
|
|
|
|
<ClCompile Include="..\..\src\kiwano\utils\Task.cpp" />
|
|
|
|
|
|
<ClCompile Include="..\..\src\kiwano\utils\TaskManager.cpp" />
|
|
|
|
|
|
<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>
|