{
    "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",
        "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",
        "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": "../../"
}