WsParser_VS/AstConv/Properties/launchSettings.json

8 lines
153 B
JSON
Raw Normal View History

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