From 89facff40502ed28e2809e3b9d4aa60f68bfd456 Mon Sep 17 00:00:00 2001 From: Kumar Priyank Date: Mon, 6 May 2024 14:30:59 +0000 Subject: [PATCH] commit --- .../microsoft.visualstudio.code.servicehost/values.xml | 5 +++++ .vscode/settings.json | 5 +++++ PrintScreen/PrintScreen.csproj | 4 +++- 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 .mono/registry/CurrentUser/software/microsoft/csdevkit/telemetry/persistentpropertybag/microsoft.visualstudio.code.servicehost/values.xml create mode 100644 .vscode/settings.json diff --git a/.mono/registry/CurrentUser/software/microsoft/csdevkit/telemetry/persistentpropertybag/microsoft.visualstudio.code.servicehost/values.xml b/.mono/registry/CurrentUser/software/microsoft/csdevkit/telemetry/persistentpropertybag/microsoft.visualstudio.code.servicehost/values.xml new file mode 100644 index 0000000..a20e2d4 --- /dev/null +++ b/.mono/registry/CurrentUser/software/microsoft/csdevkit/telemetry/persistentpropertybag/microsoft.visualstudio.code.servicehost/values.xml @@ -0,0 +1,5 @@ + + 25 + 3 + 0 + \ No newline at end of file diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..5ea5233 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "dotnet.preferCSharpExtension": true, + "omnisharp.useModernNet": false, + "omnisharp.monoPath": "/usr/bin/mono" +} \ No newline at end of file diff --git a/PrintScreen/PrintScreen.csproj b/PrintScreen/PrintScreen.csproj index 7af8146..7b63b88 100644 --- a/PrintScreen/PrintScreen.csproj +++ b/PrintScreen/PrintScreen.csproj @@ -11,7 +11,9 @@ v4.5 512 true - + + CurrentArchitecture + CurrentRuntime AnyCPU