axmol/tests/cpp-empty-test/.cocos-project.json

47 lines
1.4 KiB
JSON

{
"win32_cfg": {
"project_path": "../../build",
"sln_file": "cocos2d-win32.vc2012.sln",
"project_name": "cpp-empty-test",
"build_cfg_path": "proj.win32"
},
"linux_cfg": {
"project_path": "proj.linux",
"project_name": "cpp-empty-test",
"cmake_path": "../../",
"build_dir": "../../build/linux-build",
"build_result_dir": "cpp-empty-test"
},
"ios_cfg": {
"project_path": "../../build",
"project_file": "cocos2d_tests.xcodeproj",
"target_name": "cpp-empty-test iOS"
},
"project_type": "cpp",
"mac_cfg": {
"project_path": "../../build",
"project_file": "cocos2d_tests.xcodeproj",
"target_name": "cpp-empty-test Mac"
},
"android_cfg": {
"project_path": "proj.android"
},
"wp8_cfg" : {
"project_path": "../../build",
"sln_file": "cocos2d-wp8.sln",
"project_name": "cpp-empty-test",
"build_folder_path": "cpp-empty-test/Properties/WMAppManifest.xml"
},
"wp8_1_cfg" : {
"project_path": "../../build",
"sln_file": "cocos2d-win8.1-universal.sln",
"project_name": "HelloCpp.WindowsPhone"
},
"metro_cfg" : {
"project_path": "../../build",
"sln_file": "cocos2d-win8.1-universal.sln",
"project_name": "HelloCpp.Windows"
},
"engine_dir": "../../"
}