From 1286b585015b085672afbadcc1408584bab94df2 Mon Sep 17 00:00:00 2001 From: Lyssa Date: Wed, 2 Apr 2025 18:23:16 +0400 Subject: fix dumping vista store (really hacky fix) --- TSforgeCLI/Properties/launchSettings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TSforgeCLI/Properties/launchSettings.json (limited to 'TSforgeCLI/Properties/launchSettings.json') diff --git a/TSforgeCLI/Properties/launchSettings.json b/TSforgeCLI/Properties/launchSettings.json new file mode 100644 index 0000000..112530f --- /dev/null +++ b/TSforgeCLI/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "TSforgeCLI": { + "commandName": "Project", + "commandLineArgs": "/dump vista.dat blah.dat /ver vista" + } + } +} \ No newline at end of file -- cgit v1.2.3