mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-26 11:48:29 +00:00
841 lines
61 KiB
XML
841 lines
61 KiB
XML
|
<?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="Release|Win32">
|
||
|
<Configuration>Release</Configuration>
|
||
|
<Platform>Win32</Platform>
|
||
|
</ProjectConfiguration>
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClCompile Include="..\cocos\2d\CCFontAtlas.cpp" />
|
||
|
<ClCompile Include="..\cocos\2d\CCFontFreetype.cpp" />
|
||
|
<ClCompile Include="..\cocos\2d\CCLabelLayout.cpp" />
|
||
|
<ClCompile Include="..\cocos\2d\CCTTFLabelAtlasCache.cpp" />
|
||
|
<ClCompile Include="..\cocos\2d\CCTTFLabelRenderer.cpp" />
|
||
|
<ClCompile Include="..\cocos\2d\CCTTFTypes.cpp" />
|
||
|
<ClCompile Include="..\cocos\audio\AudioEngine.cpp" />
|
||
|
<ClCompile Include="..\cocos\audio\win32\AudioCache.cpp" />
|
||
|
<ClCompile Include="..\cocos\audio\win32\AudioDecoder.cpp" />
|
||
|
<ClCompile Include="..\cocos\audio\win32\AudioDecoderManager.cpp" />
|
||
|
<ClCompile Include="..\cocos\audio\win32\AudioDecoderMp3.cpp" />
|
||
|
<ClCompile Include="..\cocos\audio\win32\AudioDecoderOgg.cpp" />
|
||
|
<ClCompile Include="..\cocos\audio\win32\AudioEngine-win32.cpp" />
|
||
|
<ClCompile Include="..\cocos\audio\win32\AudioPlayer.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\base64.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\CCAutoreleasePool.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\ccCArray.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\CCConfiguration.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\CCData.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\CCGLUtils.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\CCLog.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\ccRandom.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\CCRef.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\CCRenderTexture.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\CCScheduler.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\CCThreadPool.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\ccTypes.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\ccUTF8.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\ccUtils.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\CCValue.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\csscolorparser.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\etc1.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\etc2.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\pvr.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\TGAlib.cpp" />
|
||
|
<ClCompile Include="..\cocos\base\ZipUtils.cpp" />
|
||
|
<ClCompile Include="..\cocos\cocos2d.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones-creator-support\ArmatureCache.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones-creator-support\ArmatureCacheMgr.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones-creator-support\AttachUtil.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones-creator-support\CCArmatureCacheDisplay.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones-creator-support\CCArmatureDisplay.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones-creator-support\CCFactory.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones-creator-support\CCSlot.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones-creator-support\CCTextureAtlasData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\animation\Animation.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\animation\AnimationState.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\animation\BaseTimelineState.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\animation\TimelineState.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\animation\WorldClock.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\armature\Armature.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\armature\Bone.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\armature\Constraint.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\armature\DeformVertices.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\armature\Slot.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\armature\TransformObject.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\core\BaseObject.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\core\DragonBones.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\event\EventObject.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\factory\BaseFactory.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\geom\Point.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\geom\Transform.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\model\AnimationConfig.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\model\AnimationData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\model\ArmatureData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\model\BoundingBoxData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\model\CanvasData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\model\ConstraintData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\model\DisplayData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\model\DragonBonesData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\model\SkinData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\model\TextureAtlasData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\model\UserData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\parser\BinaryDataParser.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\parser\DataParser.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\dragonbones\parser\JSONDataParser.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\MeshBuffer.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\middleware-adapter.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\MiddlewareManager.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\IOBuffer.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\IOTypedArray.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\particle\ParticleSimulator.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine-creator-support\AttachmentVertices.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine-creator-support\AttachUtil.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine-creator-support\SkeletonAnimation.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine-creator-support\SkeletonCache.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine-creator-support\SkeletonCacheAnimation.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine-creator-support\SkeletonCacheMgr.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine-creator-support\SkeletonDataMgr.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine-creator-support\SkeletonRenderer.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine-creator-support\spine-cocos2dx.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine-creator-support\VertexEffectDelegate.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\Animation.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\AnimationState.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\AnimationStateData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\Atlas.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\AtlasAttachmentLoader.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\Attachment.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\AttachmentLoader.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\AttachmentTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\Bone.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\BoneData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\BoundingBoxAttachment.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\ClippingAttachment.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\ColorTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\Constraint.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\ConstraintData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\CurveTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\DeformTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\DrawOrderTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\Event.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\EventData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\EventTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\Extension.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\IkConstraint.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\IkConstraintData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\IkConstraintTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\Json.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\LinkedMesh.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\MathUtil.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\MeshAttachment.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\PathAttachment.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\PathConstraint.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\PathConstraintData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\PathConstraintMixTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\PathConstraintPositionTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\PathConstraintSpacingTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\PointAttachment.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\RegionAttachment.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\RotateTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\RTTI.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\ScaleTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\ShearTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\Skeleton.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\SkeletonBinary.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\SkeletonBounds.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\SkeletonClipping.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\SkeletonData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\SkeletonJson.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\Skin.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\Slot.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\SlotData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\SpineObject.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\TextureLoader.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\Timeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\TransformConstraint.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\TransformConstraintData.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\TransformConstraintTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\TranslateTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\Triangulator.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\TwoColorTimeline.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\Updatable.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\VertexAttachment.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\spine\VertexEffect.cpp" />
|
||
|
<ClCompile Include="..\cocos\editor-support\TypedArrayPool.cpp" />
|
||
|
<ClCompile Include="..\cocos\math\CCGeometry.cpp" />
|
||
|
<ClCompile Include="..\cocos\math\CCVertex.cpp" />
|
||
|
<ClCompile Include="..\cocos\math\Mat4.cpp" />
|
||
|
<ClCompile Include="..\cocos\math\MathUtil.cpp" />
|
||
|
<ClCompile Include="..\cocos\math\Quaternion.cpp" />
|
||
|
<ClCompile Include="..\cocos\math\Vec2.cpp" />
|
||
|
<ClCompile Include="..\cocos\math\Vec3.cpp" />
|
||
|
<ClCompile Include="..\cocos\math\Vec4.cpp" />
|
||
|
<ClCompile Include="..\cocos\network\CCDownloader-curl.cpp" />
|
||
|
<ClCompile Include="..\cocos\network\CCDownloader.cpp" />
|
||
|
<ClCompile Include="..\cocos\network\HttpClient.cpp" />
|
||
|
<ClCompile Include="..\cocos\network\HttpCookie.cpp" />
|
||
|
<ClCompile Include="..\cocos\network\SocketIO.cpp" />
|
||
|
<ClCompile Include="..\cocos\network\Uri.cpp" />
|
||
|
<ClCompile Include="..\cocos\network\WebSocket-libwebsockets.cpp" />
|
||
|
<ClCompile Include="..\cocos\network\WebSocketServer.cpp" />
|
||
|
<ClCompile Include="..\cocos\platform\CCFileUtils.cpp" />
|
||
|
<ClCompile Include="..\cocos\platform\CCImage.cpp" />
|
||
|
<ClCompile Include="..\cocos\platform\CCSAXParser.cpp" />
|
||
|
<ClCompile Include="..\cocos\platform\desktop\CCGLView-desktop.cpp" />
|
||
|
<ClCompile Include="..\cocos\platform\win32\CCApplication-win32.cpp" />
|
||
|
<ClCompile Include="..\cocos\platform\win32\CCCanvasRenderingContext2D-win32.cpp" />
|
||
|
<ClCompile Include="..\cocos\platform\win32\CCDevice-win32.cpp" />
|
||
|
<ClCompile Include="..\cocos\platform\win32\CCFileUtils-win32.cpp" />
|
||
|
<ClCompile Include="..\cocos\platform\win32\CCUtils-win32.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\gfx\DeviceGraphics.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\gfx\FrameBuffer.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\gfx\GFX.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\gfx\GFXUtils.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\gfx\GraphicsHandle.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\gfx\IndexBuffer.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\gfx\Program.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\gfx\RenderBuffer.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\gfx\RenderTarget.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\gfx\State.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\gfx\Texture.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\gfx\Texture2D.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\gfx\VertexBuffer.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\gfx\VertexFormat.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\BaseRenderer.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\Camera.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\Config.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\EffectVariant.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\Effect.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\EffectBase.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\ForwardRenderer.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\InputAssembler.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\Light.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\Model.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\Pass.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\ProgramLib.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\RendererUtils.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\Scene.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\Technique.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\renderer\View.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\assembler\Assembler.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\assembler\AssemblerBase.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\assembler\AssemblerSprite.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\assembler\CustomAssembler.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\assembler\MaskAssembler.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\assembler\RenderData.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\assembler\RenderDataList.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\assembler\SimpleSprite2D.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\assembler\SlicedSprite2D.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\assembler\SimpleSprite3D.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\assembler\SlicedSprite3D.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\assembler\TiledMapAssembler.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\assembler\MeshAssembler.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\assembler\Particle3DAssembler.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\MemPool.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\MeshBuffer.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\ModelBatcher.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\NodeMemPool.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\NodeProxy.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\ParallelTask.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\RenderFlow.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\scene\StencilManager.cpp" />
|
||
|
<ClCompile Include="..\cocos\renderer\Types.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_audioengine_auto.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_auto.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_dragonbones_auto.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_editor_support_auto.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_extension_auto.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_network_auto.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_particle_auto.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_spine_auto.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\auto\jsb_gfx_auto.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\auto\jsb_renderer_auto.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\event\EventDispatcher.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\config.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\HandleObject.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\MappingUtils.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\RefCounter.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\State.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\v8\Class.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\env.cc" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\http_parser.c" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\inspector_agent.cc" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\inspector_io.cc" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\inspector_socket.cc" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\inspector_socket_server.cc" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\node.cc" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\node_debug_options.cc" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\SHA1.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\util.cc" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\v8\Object.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\v8\ObjectWrap.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\v8\ScriptEngine.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\v8\Utils.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\jswrapper\Value.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_classtype.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_cocos2dx_manual.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_cocos2dx_network_manual.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_conversions.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_dragonbones_manual.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_gfx_manual.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_global.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_helper.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_opengl_manual.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_opengl_utils.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_platfrom_win32.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_renderer_manual.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_socketio.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_spine_manual.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_websocket.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_websocket_server.cpp" />
|
||
|
<ClCompile Include="..\cocos\scripting\js-bindings\manual\jsb_xmlhttprequest.cpp" />
|
||
|
<ClCompile Include="..\cocos\storage\local-storage\LocalStorage.cpp" />
|
||
|
<ClCompile Include="..\cocos\ui\edit-box\EditBox-win32.cpp" />
|
||
|
<ClCompile Include="..\extensions\assets-manager\AssetsManagerEx.cpp" />
|
||
|
<ClCompile Include="..\extensions\assets-manager\CCAsyncTaskPool.cpp" />
|
||
|
<ClCompile Include="..\extensions\assets-manager\CCEventAssetsManagerEx.cpp" />
|
||
|
<ClCompile Include="..\extensions\assets-manager\Manifest.cpp" />
|
||
|
<ClCompile Include="..\external\sources\ConvertUTF\ConvertUTF.c" />
|
||
|
<ClCompile Include="..\external\sources\ConvertUTF\ConvertUTFWrapper.cpp" />
|
||
|
<ClCompile Include="..\external\sources\edtaa3func\edtaa3func.cpp" />
|
||
|
<ClCompile Include="..\external\sources\tinyxml2\tinyxml2.cpp" />
|
||
|
<ClCompile Include="..\external\sources\unzip\ioapi.cpp" />
|
||
|
<ClCompile Include="..\external\sources\unzip\ioapi_mem.cpp" />
|
||
|
<ClCompile Include="..\external\sources\unzip\unzip.cpp" />
|
||
|
<ClCompile Include="..\external\sources\xxtea\xxtea.cpp" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<ClInclude Include="..\cocos\2d\CCFontAtlas.h" />
|
||
|
<ClInclude Include="..\cocos\2d\CCFontFreetype.h" />
|
||
|
<ClInclude Include="..\cocos\2d\CCLabelLayout.h" />
|
||
|
<ClInclude Include="..\cocos\2d\CCTTFLabelAtlasCache.h" />
|
||
|
<ClInclude Include="..\cocos\2d\CCTTFLabelRenderer.h" />
|
||
|
<ClInclude Include="..\cocos\2d\CCTTFTypes.h" />
|
||
|
<ClInclude Include="..\cocos\audio\include\AudioEngine.h" />
|
||
|
<ClInclude Include="..\cocos\audio\include\Export.h" />
|
||
|
<ClInclude Include="..\cocos\audio\win32\AudioCache.h" />
|
||
|
<ClInclude Include="..\cocos\audio\win32\AudioDecoder.h" />
|
||
|
<ClInclude Include="..\cocos\audio\win32\AudioDecoderManager.h" />
|
||
|
<ClInclude Include="..\cocos\audio\win32\AudioDecoderMp3.h" />
|
||
|
<ClInclude Include="..\cocos\audio\win32\AudioDecoderOgg.h" />
|
||
|
<ClInclude Include="..\cocos\audio\win32\AudioEngine-win32.h" />
|
||
|
<ClInclude Include="..\cocos\audio\win32\AudioMacros.h" />
|
||
|
<ClInclude Include="..\cocos\audio\win32\AudioPlayer.h" />
|
||
|
<ClInclude Include="..\cocos\base\base64.h" />
|
||
|
<ClInclude Include="..\cocos\base\CCAutoreleasePool.h" />
|
||
|
<ClInclude Include="..\cocos\base\ccCArray.h" />
|
||
|
<ClInclude Include="..\cocos\base\ccConfig.h" />
|
||
|
<ClInclude Include="..\cocos\base\CCConfiguration.h" />
|
||
|
<ClInclude Include="..\cocos\base\CCData.h" />
|
||
|
<ClInclude Include="..\cocos\base\CCGLUtils.h" />
|
||
|
<ClInclude Include="..\cocos\base\CCLog.h" />
|
||
|
<ClInclude Include="..\cocos\base\ccMacros.h" />
|
||
|
<ClInclude Include="..\cocos\base\CCMap.h" />
|
||
|
<ClInclude Include="..\cocos\base\ccRandom.h" />
|
||
|
<ClInclude Include="..\cocos\base\CCRef.h" />
|
||
|
<ClInclude Include="..\cocos\base\CCRefPtr.h" />
|
||
|
<ClInclude Include="..\cocos\base\CCRenderTexture.h" />
|
||
|
<ClInclude Include="..\cocos\base\CCScheduler.h" />
|
||
|
<ClInclude Include="..\cocos\base\CCThreadPool.h" />
|
||
|
<ClInclude Include="..\cocos\base\ccTypes.h" />
|
||
|
<ClInclude Include="..\cocos\base\ccUTF8.h" />
|
||
|
<ClInclude Include="..\cocos\base\ccUtils.h" />
|
||
|
<ClInclude Include="..\cocos\base\CCValue.h" />
|
||
|
<ClInclude Include="..\cocos\base\CCVector.h" />
|
||
|
<ClInclude Include="..\cocos\base\csscolorparser.hpp" />
|
||
|
<ClInclude Include="..\cocos\base\etc1.h" />
|
||
|
<ClInclude Include="..\cocos\base\etc2.h" />
|
||
|
<ClInclude Include="..\cocos\base\pvr.h" />
|
||
|
<ClInclude Include="..\cocos\base\TGAlib.h" />
|
||
|
<ClInclude Include="..\cocos\base\uthash.h" />
|
||
|
<ClInclude Include="..\cocos\base\utlist.h" />
|
||
|
<ClInclude Include="..\cocos\base\ZipUtils.h" />
|
||
|
<ClInclude Include="..\cocos\cocos2d.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones-creator-support\ArmatureCache.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones-creator-support\ArmatureCacheMgr.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones-creator-support\AttachUtil.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones-creator-support\CCArmatureCacheDisplay.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones-creator-support\CCArmatureDisplay.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones-creator-support\CCDragonBonesHeaders.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones-creator-support\CCFactory.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones-creator-support\CCSlot.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones-creator-support\CCTextureAtlasData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\animation\Animation.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\animation\AnimationState.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\animation\BaseTimelineState.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\animation\IAnimatable.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\animation\TimelineState.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\animation\WorldClock.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\armature\Armature.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\armature\Bone.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\armature\Constraint.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\armature\DeformVertices.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\armature\IArmatureProxy.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\armature\Slot.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\armature\TransformObject.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\core\BaseObject.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\core\DragonBones.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\DragonBonesHeaders.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\event\EventObject.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\event\IEventDispatcher.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\factory\BaseFactory.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\geom\ColorTransform.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\geom\Matrix.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\geom\Point.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\geom\Rectangle.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\geom\Transform.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\model\AnimationConfig.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\model\AnimationData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\model\ArmatureData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\model\BoundingBoxData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\model\CanvasData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\model\ConstraintData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\model\DisplayData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\model\DragonBonesData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\model\SkinData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\model\TextureAtlasData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\model\UserData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\parser\BinaryDataParser.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\parser\DataParser.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\dragonbones\parser\JSONDataParser.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\IOBuffer.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\MeshBuffer.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\middleware-adapter.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\MiddlewareMacro.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\MiddlewareManager.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\IOTypedArray.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\particle\ParticleSimulator.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine-creator-support\AttachmentVertices.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine-creator-support\AttachUtil.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine-creator-support\SkeletonAnimation.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine-creator-support\SkeletonCache.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine-creator-support\SkeletonCacheAnimation.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine-creator-support\SkeletonCacheMgr.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine-creator-support\SkeletonDataMgr.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine-creator-support\SkeletonRenderer.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine-creator-support\spine-cocos2dx.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine-creator-support\VertexEffectDelegate.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Attachment.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Animation.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\AnimationState.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\AnimationStateData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Atlas.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\AtlasAttachmentLoader.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\AttachmentLoader.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\AttachmentTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\AttachmentType.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\BlendMode.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Bone.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\BoneData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\BoundingBoxAttachment.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\ClippingAttachment.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Color.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\ColorTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Constraint.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\ConstraintData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\ContainerUtil.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\CurveTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Debug.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\DeformTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\dll.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\DrawOrderTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Event.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\EventData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\EventTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Extension.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\HashMap.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\HasRendererObject.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\IkConstraint.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\IkConstraintData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\IkConstraintTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Json.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\LinkedMesh.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\MathUtil.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\MeshAttachment.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\MixBlend.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\MixDirection.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\PathAttachment.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\PathConstraint.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\PathConstraintData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\PathConstraintMixTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\PathConstraintPositionTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\PathConstraintSpacingTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\PointAttachment.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Pool.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\PositionMode.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\RegionAttachment.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\RotateMode.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\RotateTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\RTTI.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\ScaleTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\ShearTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Skeleton.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\SkeletonBinary.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\SkeletonBounds.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\SkeletonClipping.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\SkeletonData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\SkeletonJson.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Skin.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Slot.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\SlotData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\SpacingMode.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\spine.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\SpineObject.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\SpineString.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\TextureLoader.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Timeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\TimelineType.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\TransformConstraint.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\TransformConstraintData.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\TransformConstraintTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\TransformMode.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\TranslateTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Triangulator.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\TwoColorTimeline.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Updatable.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Vector.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\VertexAttachment.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\VertexEffect.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\spine\Vertices.h" />
|
||
|
<ClInclude Include="..\cocos\editor-support\TypedArrayPool.h" />
|
||
|
<ClInclude Include="..\cocos\math\CCGeometry.h" />
|
||
|
<ClInclude Include="..\cocos\math\CCMath.h" />
|
||
|
<ClInclude Include="..\cocos\math\CCMathBase.h" />
|
||
|
<ClInclude Include="..\cocos\math\CCVertex.h" />
|
||
|
<ClInclude Include="..\cocos\math\Mat4.h" />
|
||
|
<ClInclude Include="..\cocos\math\MathUtil.h" />
|
||
|
<ClInclude Include="..\cocos\math\Quaternion.h" />
|
||
|
<ClInclude Include="..\cocos\math\Vec2.h" />
|
||
|
<ClInclude Include="..\cocos\math\Vec3.h" />
|
||
|
<ClInclude Include="..\cocos\math\Vec4.h" />
|
||
|
<ClInclude Include="..\cocos\network\CCDownloader-curl.h" />
|
||
|
<ClInclude Include="..\cocos\network\CCDownloader.h" />
|
||
|
<ClInclude Include="..\cocos\network\CCIDownloaderImpl.h" />
|
||
|
<ClInclude Include="..\cocos\network\HttpClient.h" />
|
||
|
<ClInclude Include="..\cocos\network\HttpCookie.h" />
|
||
|
<ClInclude Include="..\cocos\network\HttpRequest.h" />
|
||
|
<ClInclude Include="..\cocos\network\HttpResponse.h" />
|
||
|
<ClInclude Include="..\cocos\network\SocketIO.h" />
|
||
|
<ClInclude Include="..\cocos\network\Uri.h" />
|
||
|
<ClInclude Include="..\cocos\network\WebSocket.h" />
|
||
|
<ClInclude Include="..\cocos\network\WebSocketServer.h" />
|
||
|
<ClInclude Include="..\cocos\platform\CCApplication.h" />
|
||
|
<ClInclude Include="..\cocos\platform\CCCanvasRenderingContext2D.h" />
|
||
|
<ClInclude Include="..\cocos\platform\CCDevice.h" />
|
||
|
<ClInclude Include="..\cocos\platform\CCFileUtils.h" />
|
||
|
<ClInclude Include="..\cocos\platform\CCGL.h" />
|
||
|
<ClInclude Include="..\cocos\platform\CCImage.h" />
|
||
|
<ClInclude Include="..\cocos\platform\CCPlatformConfig.h" />
|
||
|
<ClInclude Include="..\cocos\platform\CCPlatformDefine.h" />
|
||
|
<ClInclude Include="..\cocos\platform\CCSAXParser.h" />
|
||
|
<ClInclude Include="..\cocos\platform\CCStdC.h" />
|
||
|
<ClInclude Include="..\cocos\platform\desktop\CCGLView-desktop.h" />
|
||
|
<ClInclude Include="..\cocos\platform\win32\CCFileUtils-win32.h" />
|
||
|
<ClInclude Include="..\cocos\platform\win32\CCGL-win32.h" />
|
||
|
<ClInclude Include="..\cocos\platform\win32\CCPlatformDefine-win32.h" />
|
||
|
<ClInclude Include="..\cocos\platform\win32\CCUtils-win32.h" />
|
||
|
<ClInclude Include="..\cocos\platform\win32\compat\stdint.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\gfx\DeviceGraphics.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\gfx\FrameBuffer.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\gfx\GFX.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\gfx\GFXUtils.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\gfx\GraphicsHandle.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\gfx\IndexBuffer.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\gfx\Program.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\gfx\RenderBuffer.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\gfx\RenderTarget.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\gfx\State.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\gfx\Texture.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\gfx\Texture2D.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\gfx\VertexBuffer.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\gfx\VertexFormat.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\Macro.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\memop\RecyclePool.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\BaseRenderer.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\Camera.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\Config.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\EffectVariant.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\Effect.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\EffectBase.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\ForwardRenderer.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\INode.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\InputAssembler.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\Light.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\Model.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\Pass.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\ProgramLib.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\Renderer.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\RendererUtils.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\Scene.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\Technique.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\renderer\View.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\assembler\Assembler.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\assembler\AssemblerBase.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\assembler\AssemblerSprite.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\assembler\CustomAssembler.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\assembler\MaskAssembler.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\assembler\RenderData.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\assembler\RenderDataList.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\assembler\SimpleSprite2D.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\assembler\SlicedSprite2D.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\assembler\SimpleSprite3D.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\assembler\SlicedSprite3D.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\assembler\TiledMapAssembler.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\assembler\MeshAssembler.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\assembler\Particle3DAssembler.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\MemPool.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\MeshBuffer.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\ModelBatcher.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\NodeMemPool.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\NodeProxy.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\ParallelTask.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\RenderFlow.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\scene-bindings.h" />
|
||
|
<ClInclude Include="..\cocos\renderer\scene\StencilManager.hpp" />
|
||
|
<ClInclude Include="..\cocos\renderer\Types.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_audioengine_auto.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_auto.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_dragonbones_auto.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_editor_support_auto.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_extension_auto.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_network_auto.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_particle_auto.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\auto\jsb_cocos2dx_spine_auto.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\auto\jsb_gfx_auto.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\auto\jsb_renderer_auto.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\event\CustomEventTypes.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\event\EventDispatcher.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\config.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\HandleObject.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\MappingUtils.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\Object.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\RefCounter.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\SeApi.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\State.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\Base.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\Class.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\base64.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\env.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\http_parser.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\inspector_agent.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\inspector_io.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\inspector_socket.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\inspector_socket_server.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\node.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\node_debug_options.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\node_mutex.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\SHA1.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\util-inl.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\util.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\debugger\v8_inspector_protocol_json.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\HelperMacros.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\Object.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\ObjectWrap.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\ScriptEngine.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\SeApi.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\v8\Utils.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\jswrapper\Value.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_classtype.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_cocos2dx_manual.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_cocos2dx_network_manual.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_conversions.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_dragonbones_manual.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_gfx_manual.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_global.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_helper.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_opengl_manual.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_opengl_utils.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_platform.h" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_renderer_manual.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_socketio.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_spine_manual.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_websocket.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_websocket_server.hpp" />
|
||
|
<ClInclude Include="..\cocos\scripting\js-bindings\manual\jsb_xmlhttprequest.hpp" />
|
||
|
<ClInclude Include="..\cocos\storage\local-storage\LocalStorage.h" />
|
||
|
<ClInclude Include="..\cocos\ui\edit-box\EditBox.h" />
|
||
|
<ClInclude Include="..\extensions\assets-manager\AssetsManagerEx.h" />
|
||
|
<ClInclude Include="..\extensions\assets-manager\CCAsyncTaskPool.h" />
|
||
|
<ClInclude Include="..\extensions\assets-manager\CCEventAssetsManagerEx.h" />
|
||
|
<ClInclude Include="..\extensions\assets-manager\Manifest.h" />
|
||
|
<ClInclude Include="..\extensions\cocos-ext.h" />
|
||
|
<ClInclude Include="..\extensions\ExtensionExport.h" />
|
||
|
<ClInclude Include="..\extensions\ExtensionMacros.h" />
|
||
|
<ClInclude Include="..\external\sources\ConvertUTF\ConvertUTF.h" />
|
||
|
<ClInclude Include="..\external\sources\edtaa3func\edtaa3func.h" />
|
||
|
<ClInclude Include="..\external\sources\tinyxml2\tinyxml2.h" />
|
||
|
<ClInclude Include="..\external\sources\unzip\crypt.h" />
|
||
|
<ClInclude Include="..\external\sources\unzip\ioapi.h" />
|
||
|
<ClInclude Include="..\external\sources\unzip\ioapi_mem.h" />
|
||
|
<ClInclude Include="..\external\sources\unzip\unzip.h" />
|
||
|
<ClInclude Include="..\external\sources\xxtea\xxtea.h" />
|
||
|
</ItemGroup>
|
||
|
<ItemGroup>
|
||
|
<None Include="..\cocos\math\Mat4.inl" />
|
||
|
<None Include="..\cocos\math\MathUtil.inl" />
|
||
|
<None Include="..\cocos\math\MathUtilNeon.inl" />
|
||
|
<None Include="..\cocos\math\MathUtilNeon64.inl" />
|
||
|
<None Include="..\cocos\math\MathUtilSSE.inl" />
|
||
|
<None Include="..\cocos\math\Quaternion.inl" />
|
||
|
<None Include="..\cocos\math\Vec2.inl" />
|
||
|
<None Include="..\cocos\math\Vec3.inl" />
|
||
|
<None Include="..\cocos\math\Vec4.inl" />
|
||
|
</ItemGroup>
|
||
|
<PropertyGroup Label="Globals">
|
||
|
<ProjectName>libcocos2d</ProjectName>
|
||
|
<ProjectGuid>{98A51BA8-FC3A-415B-AC8F-8C7BD464E93E}</ProjectGuid>
|
||
|
<RootNamespace>cocos2d-x.win32</RootNamespace>
|
||
|
<Keyword>Win32Proj</Keyword>
|
||
|
<WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
|
||
|
</PropertyGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0'">v120</PlatformToolset>
|
||
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v120_xp</PlatformToolset>
|
||
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset>
|
||
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v140_xp</PlatformToolset>
|
||
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset>
|
||
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v140_xp</PlatformToolset>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
||
|
<ConfigurationType>StaticLibrary</ConfigurationType>
|
||
|
<CharacterSet>Unicode</CharacterSet>
|
||
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0'">v120</PlatformToolset>
|
||
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '12.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v120_xp</PlatformToolset>
|
||
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0'">v140</PlatformToolset>
|
||
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '14.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v140_xp</PlatformToolset>
|
||
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0'">v141</PlatformToolset>
|
||
|
<PlatformToolset Condition="'$(VisualStudioVersion)' == '15.0' and exists('$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A')">v140_xp</PlatformToolset>
|
||
|
</PropertyGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
||
|
<ImportGroup Label="ExtensionSettings">
|
||
|
</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" />
|
||
|
<Import Project="cocos2d_headers.props" />
|
||
|
</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" />
|
||
|
<Import Project="cocos2d_headers.props" />
|
||
|
</ImportGroup>
|
||
|
<PropertyGroup Label="UserMacros" />
|
||
|
<PropertyGroup>
|
||
|
<_ProjectFileVersion>12.0.21005.1</_ProjectFileVersion>
|
||
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Configuration).win32\</OutDir>
|
||
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Configuration).win32\</IntDir>
|
||
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">false</LinkIncremental>
|
||
|
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Configuration).win32\</OutDir>
|
||
|
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Configuration).win32\</IntDir>
|
||
|
<LinkIncremental Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">false</LinkIncremental>
|
||
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
|
||
|
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet>
|
||
|
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||
|
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
<LibraryPath>$(EngineRoot)external\win32\libs;$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A\lib;$(LibraryPath)</LibraryPath>
|
||
|
<TargetName>$(ProjectName)</TargetName>
|
||
|
</PropertyGroup>
|
||
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<LibraryPath>$(EngineRoot)external\win32\libs;$(MSBuildProgramFiles32)\Microsoft SDKs\Windows\v7.1A\lib;$(LibraryPath)</LibraryPath>
|
||
|
<TargetName>$(ProjectName)</TargetName>
|
||
|
</PropertyGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
||
|
<PreBuildEvent>
|
||
|
<Command>
|
||
|
</Command>
|
||
|
</PreBuildEvent>
|
||
|
<ClCompile>
|
||
|
<Optimization>Disabled</Optimization>
|
||
|
<AdditionalIncludeDirectories>$(ProjectDir)..\cocos;$(ProjectDir)..\external\sources;$(ProjectDir)..\cocos\renderer\gfx;$(ProjectDir)..\cocos\renderer;$(ProjectDir)..\cocos\platform;$(ProjectDir)..\external\win32\include\zlib;$(ProjectDir)..\external\win32\include\v8;$(ProjectDir)..\external\sources\firefox;$(projectDir)..;$(ProjectDir)..\external\win32\include;$(ProjectDir)..\external\win32\include\uv;$(ProjectDir)..\cocos\editor-support;$(ProjectDir)..\external\win32\include\freetype</AdditionalIncludeDirectories>
|
||
|
<PreprocessorDefinitions>WIN32;CC_STATIC;_USRDLL;_LIB;COCOS2D_DEBUG=1;JS_HAVE____INTN;JS_INTPTR_TYPE=int;XP_WIN;_CRT_SECURE_NO_WARNINGS;GLFW_EXPOSE_NATIVE_WIN32;GLFW_EXPOSE_NATIVE_WGL;_WINDOWS;_WIN32;__MWERKS__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
<MinimalRebuild>false</MinimalRebuild>
|
||
|
<BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks>
|
||
|
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
||
|
<PrecompiledHeader>
|
||
|
</PrecompiledHeader>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
||
|
<DisableSpecificWarnings>4138;4267;4251;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||
|
<CompileAs>Default</CompileAs>
|
||
|
<ObjectFileName>$(Configuration).win32\$(IntDir)%(RelativeDir)</ObjectFileName>
|
||
|
</ClCompile>
|
||
|
<PreLinkEvent>
|
||
|
<Command>if not exist "$(OutDir)" mkdir "$(OutDir)"
|
||
|
xcopy /Y /Q "$(ProjectDir)..\external\win32\libs\*.*" "$(OutDir)"
|
||
|
xcopy /Y /Q "$(ProjectDir)..\external\win32\libs\Debug\*.*" "$(OutDir)"</Command>
|
||
|
</PreLinkEvent>
|
||
|
<Link>
|
||
|
<OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
|
||
|
<AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
|
<IgnoreAllDefaultLibraries>false</IgnoreAllDefaultLibraries>
|
||
|
<IgnoreSpecificDefaultLibraries>libcmtd.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||
|
<SubSystem>Windows</SubSystem>
|
||
|
<ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary>
|
||
|
<TargetMachine>MachineX86</TargetMachine>
|
||
|
<AdditionalDependencies>sqlite3.lib;libcrypto.lib;libssl.lib;libcurl.lib;websockets.lib;libmpg123.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;OpenAL32.lib;version.lib;libwebp.lib;libuv.lib;v8_libplatform.dll.lib;v8_libbase.dll.lib;opengl32.lib;glew32.lib;libzlib.lib;Psapi.lib;Iphlpapi.lib;userenv.lib;ws2_32.lib;libiconv.lib;v8.dll.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
|
</Link>
|
||
|
<PostBuildEvent>
|
||
|
<Command>
|
||
|
</Command>
|
||
|
</PostBuildEvent>
|
||
|
</ItemDefinitionGroup>
|
||
|
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
||
|
<PreBuildEvent>
|
||
|
<Command>
|
||
|
</Command>
|
||
|
</PreBuildEvent>
|
||
|
<ClCompile>
|
||
|
<AdditionalIncludeDirectories>$(ProjectDir)..\cocos;$(ProjectDir)..\external\sources;$(ProjectDir)..\cocos\renderer\gfx;$(ProjectDir)..\cocos\renderer;$(ProjectDir)..\cocos\platform;$(ProjectDir)..\external\win32\include\zlib;$(ProjectDir)..\external\win32\include\v8;$(ProjectDir)..\external\sources\firefox;$(projectDir)..;$(ProjectDir)..\external\win32\include;$(ProjectDir)..\external\win32\include\uv;$(ProjectDir)..\cocos\editor-support;$(ProjectDir)..\external\win32\include\freetype</AdditionalIncludeDirectories>
|
||
|
<PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;CC_STATIC;_USRDLL;_LIB;JS_HAVE____INTN;JS_INTPTR_TYPE=int;XP_WIN;_CRT_SECURE_NO_WARNINGS;GLFW_EXPOSE_NATIVE_WIN32;GLFW_EXPOSE_NATIVE_WGL;_WINDOWS;_WIN32;__MWERKS__;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
||
|
|
||
|
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
||
|
<PrecompiledHeader>
|
||
|
</PrecompiledHeader>
|
||
|
<WarningLevel>Level3</WarningLevel>
|
||
|
<DebugInformationFormat>None</DebugInformationFormat>
|
||
|
<DisableSpecificWarnings>4267;4251;4244;%(DisableSpecificWarnings)</DisableSpecificWarnings>
|
||
|
<MultiProcessorCompilation>true</MultiProcessorCompilation>
|
||
|
<CompileAs>Default</CompileAs>
|
||
|
<WholeProgramOptimization>false</WholeProgramOptimization>
|
||
|
<Optimization>MinSpace</Optimization>
|
||
|
<ObjectFileName>$(Configuration).win32\$(IntDir)%(RelativeDir)</ObjectFileName>
|
||
|
</ClCompile>
|
||
|
<PreLinkEvent>
|
||
|
<Command>
|
||
|
if not exist "$(OutDir)" mkdir "$(OutDir)"
|
||
|
xcopy /Y /Q "$(ProjectDir)..\external\win32\libs\*.*" "$(OutDir)"
|
||
|
xcopy /Y /Q "$(ProjectDir)..\external\win32\libs\Debug\*.*" "$(OutDir)"</Command>
|
||
|
</PreLinkEvent>
|
||
|
<Link>
|
||
|
<AdditionalDependencies>sqlite3.lib;libcrypto.lib;libssl.lib;libcurl.lib;websockets.lib;libmpg123.lib;libogg.lib;libvorbis.lib;libvorbisfile.lib;OpenAL32.lib;version.lib;libwebp.lib;libuv.lib;v8_libplatform.dll.lib;v8_libbase.dll.lib;opengl32.lib;glew32.lib;libzlib.lib;Psapi.lib;Iphlpapi.lib;userenv.lib;ws2_32.lib;libiconv.lib;v8.dll.lib;winmm.lib;%(AdditionalDependencies)</AdditionalDependencies>
|
||
|
<OutputFile>$(OutDir)$(ProjectName).dll</OutputFile>
|
||
|
<AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
|
||
|
<IgnoreSpecificDefaultLibraries>libcmtd.lib;%(IgnoreSpecificDefaultLibraries)</IgnoreSpecificDefaultLibraries>
|
||
|
<GenerateDebugInformation>true</GenerateDebugInformation>
|
||
|
<SubSystem>Windows</SubSystem>
|
||
|
<OptimizeReferences>true</OptimizeReferences>
|
||
|
<EnableCOMDATFolding>true</EnableCOMDATFolding>
|
||
|
<ImportLibrary>$(TargetDir)$(TargetName).lib</ImportLibrary>
|
||
|
<TargetMachine>MachineX86</TargetMachine>
|
||
|
</Link>
|
||
|
<PostBuildEvent>
|
||
|
<Command>
|
||
|
</Command>
|
||
|
</PostBuildEvent>
|
||
|
</ItemDefinitionGroup>
|
||
|
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
||
|
<ImportGroup Label="ExtensionTargets">
|
||
|
</ImportGroup>
|
||
|
</Project>
|