diff --git a/tests/dotnet/CLI/Properties/launchSettings.json b/tests/dotnet/CLI/Properties/launchSettings.json new file mode 100644 index 00000000..332995c4 --- /dev/null +++ b/tests/dotnet/CLI/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "CLI.Gen": { + "commandName": "Project", + "nativeDebugging": true + } + } +} \ No newline at end of file diff --git a/tests/dotnet/CSharp/Properties/launchSettings.json b/tests/dotnet/CSharp/Properties/launchSettings.json new file mode 100644 index 00000000..eb494868 --- /dev/null +++ b/tests/dotnet/CSharp/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "CSharp.Gen": { + "commandName": "Project", + "nativeDebugging": true + } + } +} \ No newline at end of file diff --git a/tests/dotnet/Common/Properties/launchSettings.json b/tests/dotnet/Common/Properties/launchSettings.json new file mode 100644 index 00000000..ab6655bb --- /dev/null +++ b/tests/dotnet/Common/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "Common.Gen": { + "commandName": "Project", + "nativeDebugging": true + } + } +} \ No newline at end of file diff --git a/tests/dotnet/Encodings/Properties/launchSettings.json b/tests/dotnet/Encodings/Properties/launchSettings.json new file mode 100644 index 00000000..3874f6c7 --- /dev/null +++ b/tests/dotnet/Encodings/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "Encodings.Gen": { + "commandName": "Project", + "nativeDebugging": true + } + } +} \ No newline at end of file diff --git a/tests/dotnet/NamespacesDerived/Properties/launchSettings.json b/tests/dotnet/NamespacesDerived/Properties/launchSettings.json new file mode 100644 index 00000000..3777ef37 --- /dev/null +++ b/tests/dotnet/NamespacesDerived/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "NamespacesDerived.Gen": { + "commandName": "Project", + "nativeDebugging": true + } + } +} \ No newline at end of file diff --git a/tests/dotnet/StandardLib/Properties/launchSettings.json b/tests/dotnet/StandardLib/Properties/launchSettings.json new file mode 100644 index 00000000..f03f46f0 --- /dev/null +++ b/tests/dotnet/StandardLib/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "StandardLib.Gen": { + "commandName": "Project", + "nativeDebugging": true + } + } +} \ No newline at end of file diff --git a/tests/dotnet/VTables/Properties/launchSettings.json b/tests/dotnet/VTables/Properties/launchSettings.json new file mode 100644 index 00000000..dfb622c7 --- /dev/null +++ b/tests/dotnet/VTables/Properties/launchSettings.json @@ -0,0 +1,8 @@ +{ + "profiles": { + "VTables.Gen": { + "commandName": "Project", + "nativeDebugging": true + } + } +} \ No newline at end of file