diff --git a/NuGet.Config b/NuGet.Config new file mode 100644 index 0000000..95c3bf0 --- /dev/null +++ b/NuGet.Config @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/User/settings.json b/User/settings.json index 75c99aa..6be3abf 100644 --- a/User/settings.json +++ b/User/settings.json @@ -74,6 +74,12 @@ "*.pcl": "hexEditor.hexedit", "*.dib": "default" }, + "runTerminalCommand.commands": [ + { + "command": "dotnet build --runtime win-x64", + "name": ".net Build Win-x64" + } + ], "mssql.connections": [ { "connectionString": "Microsoft.SqlTools|itemtype:Profile|server:MESSA008.na.infineon.com|db:IRMNSPC_TEST|user:IQSDMS1_TEST|isConnectionString:true",