From 31a2217178825e622d73f9f79e326041b3614ee1 Mon Sep 17 00:00:00 2001 From: Dhilan007 Date: Tue, 22 Oct 2013 15:56:08 +0800 Subject: [PATCH] issues #2905:add miss file --- cocos/2d/cocos2d_headers.props | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 cocos/2d/cocos2d_headers.props diff --git a/cocos/2d/cocos2d_headers.props b/cocos/2d/cocos2d_headers.props new file mode 100644 index 0000000000..a5d8616d03 --- /dev/null +++ b/cocos/2d/cocos2d_headers.props @@ -0,0 +1,19 @@ + + + + + $(MSBuildThisFileDirectory)..\..\ + + + + + $(EngineRoot)cocos\2d;$(EngineRoot)cocos\base;$(EngineRoot)cocos\physics;$(EngineRoot)cocos\math\kazmath\include;$(EngineRoot)cocos\2d\platform\win32;$(EngineRoot)external\glfw3\include\win32;$(EngineRoot)external\win32-specific\gles\include\OGLES; + + + + + $(EngineRoot) + true + + + \ No newline at end of file