WsParser_VS/AstConv/Properties/launchSettings.json

8 lines
151 B
JSON
Raw Normal View History

2025-02-23 14:56:48 +00:00
{
"profiles": {
"AstConv": {
"commandName": "Project",
"commandLineArgs": "-file \"E:/storyline.xast\" -odir \"E:/diro\""
}
}
}