-
Notifications
You must be signed in to change notification settings - Fork 0
/
.cocos-project.json
42 lines (42 loc) · 1.25 KB
/
.cocos-project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"win32_cfg": {
"project_path": "../../build",
"sln_file": "cocos2d-win32.sln",
"project_name": "cpp-empty-test",
"build_cfg_path": "proj.win32",
"exe_out_dir": "cpp-empty-test"
},
"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",
"studio_proj_path" : "proj.android-studio"
},
"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": "../../"
}