game_sync/tools/xlsx2proto/config.json

14 lines
455 B
JSON

{
"proto": {
"WorkPath": "D:/trunk/src",
"XlsxPath": "mongo.games.com/game/xlsx",
"ProtoPath": "mongo.games.com/game/protocol/server",
"ProtoFile": "pbdata.proto",
"ProtoLuaPath": "mongo.games.com/game/protocol_lua/pbdata",
"GoFilePath": "mongo.games.com/game/srvdata",
"TsFilePath": "D:/proj/ccc_client/tsdata",
"DataPath": "mongo.games.com/game/data",
"ConvertToolPath": "mongo.games.com/game/tools/xlsx2binary",
"CppFilePath": "temp"
}
}