From 1a44b9e5022fec1bf9a849437efc64bfeb04087c Mon Sep 17 00:00:00 2001 From: Sergio Flores Date: Sat, 9 Oct 2021 20:30:06 +0100 Subject: [PATCH] Finished merge --- Compiler/Properties/launchSettings.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Compiler/Properties/launchSettings.json diff --git a/Compiler/Properties/launchSettings.json b/Compiler/Properties/launchSettings.json new file mode 100644 index 0000000..ac674df --- /dev/null +++ b/Compiler/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "TombCompiler": { + "commandName": "Project", + "commandLineArgs": "C:\\Code\\Nachomen\\Contract\\nacho_nft.tomb C:\\Code\\Moonjar\\Contract\\moonjar.tomb" + } + } +} \ No newline at end of file