WsParser_VS/AstConv/Properties/launchSettings.json

8 lines
147 B
JSON
Raw Normal View History

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