diff --git a/tests/cpp-empty-test/.cocos-project.json b/tests/cpp-empty-test/.cocos-project.json index a8221b8ff5..0c934452c6 100644 --- a/tests/cpp-empty-test/.cocos-project.json +++ b/tests/cpp-empty-test/.cocos-project.json @@ -30,7 +30,9 @@ "project_path": "../../build", "sln_file": "cocos2d-wp8.sln", "project_name": "cpp-empty-test", - "build_folder_path": "cpp-empty-test/Properties/WMAppManifest.xml" + "wp8_proj_path" : "proj-wp8-xaml", + "build_folder_path": "cpp-empty-test/Bin/x86", + "manifest_path": "cpp-empty-test/Properties/WMAppManifest.xml" }, "wp8_1_cfg" : { "project_path": "../../build", diff --git a/tests/cpp-tests/.cocos-project.json b/tests/cpp-tests/.cocos-project.json index 6cf8c14ba7..e7c71f562f 100644 --- a/tests/cpp-tests/.cocos-project.json +++ b/tests/cpp-tests/.cocos-project.json @@ -30,7 +30,9 @@ "project_path": "../../build", "sln_file": "cocos2d-wp8.sln", "project_name": "cpp-tests", - "build_folder_path": "cpp-tests/Properties/WMAppManifest.xml" + "wp8_proj_path" : "proj.wp8-xaml", + "build_folder_path": "cpp-tests/Bin/x86", + "manifest_path": "cpp-tests/Properties/WMAppManifest.xml" }, "wp8_1_cfg" : { "project_path": "../../build", diff --git a/tools/cocos2d-console b/tools/cocos2d-console index 3c012eb35c..41a1468b22 160000 --- a/tools/cocos2d-console +++ b/tools/cocos2d-console @@ -1 +1 @@ -Subproject commit 3c012eb35cde522d17985aab8e9bad1aa7818ff6 +Subproject commit 41a1468b229eb1d93e382e54c70457940129cdc0