diff --git a/src/CppParser/Bootstrap/Properties/launchSettings.json b/src/CppParser/Bootstrap/Properties/launchSettings.json new file mode 100644 index 00000000..a689a483 --- /dev/null +++ b/src/CppParser/Bootstrap/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "CppSharp.Parser.Bootstrap": { + "commandName": "Project", + "nativeDebugging": true + } + } +} \ No newline at end of file diff --git a/src/CppParser/ParserGen/Properties/launchSettings.json b/src/CppParser/ParserGen/Properties/launchSettings.json new file mode 100644 index 00000000..778766b9 --- /dev/null +++ b/src/CppParser/ParserGen/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "CppSharp.Parser.Gen": { + "commandName": "Project", + "nativeDebugging": true + } + } +} \ No newline at end of file