diff --git a/Community.PowerToys.Run.Plugin.VisualStudio.sln b/Community.PowerToys.Run.Plugin.VisualStudio.sln index 2e08b40..7f169de 100644 --- a/Community.PowerToys.Run.Plugin.VisualStudio.sln +++ b/Community.PowerToys.Run.Plugin.VisualStudio.sln @@ -3,7 +3,12 @@ Microsoft Visual Studio Solution File, Format Version 12.00 # Visual Studio Version 17 VisualStudioVersion = 17.5.33516.290 MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Community.PowerToys.Run.Plugin.VisualStudio", "Community.PowerToys.Run.Plugin.VisualStudio/Community.PowerToys.Run.Plugin.VisualStudio.csproj", "{59418FCB-BD51-4002-ABAB-3AFE7E516E1F}" +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Community.PowerToys.Run.Plugin.VisualStudio", "Community.PowerToys.Run.Plugin.VisualStudio\Community.PowerToys.Run.Plugin.VisualStudio.csproj", "{59418FCB-BD51-4002-ABAB-3AFE7E516E1F}" +EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5A46379E-C265-4F87-8F4C-E60F4F655906}" + ProjectSection(SolutionItems) = preProject + Directory.Build.props = Directory.Build.props + EndProjectSection EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution diff --git a/Community.PowerToys.Run.Plugin.VisualStudio/Community.PowerToys.Run.Plugin.VisualStudio.csproj b/Community.PowerToys.Run.Plugin.VisualStudio/Community.PowerToys.Run.Plugin.VisualStudio.csproj index 81cdda5..7876e40 100644 --- a/Community.PowerToys.Run.Plugin.VisualStudio/Community.PowerToys.Run.Plugin.VisualStudio.csproj +++ b/Community.PowerToys.Run.Plugin.VisualStudio/Community.PowerToys.Run.Plugin.VisualStudio.csproj @@ -44,11 +44,4 @@ - - - all - runtime; build; native; contentfiles; analyzers; buildtransitive - - - diff --git a/Community.PowerToys.Run.Plugin.VisualStudio/Helpers/VisualStudioService.cs b/Community.PowerToys.Run.Plugin.VisualStudio/Helpers/VisualStudioService.cs index 904fb18..e4a011e 100644 --- a/Community.PowerToys.Run.Plugin.VisualStudio/Helpers/VisualStudioService.cs +++ b/Community.PowerToys.Run.Plugin.VisualStudio/Helpers/VisualStudioService.cs @@ -47,6 +47,7 @@ public void InitInstances() { UseShellExecute = false, RedirectStandardOutput = true, + CreateNoWindow = true, }; using var process = Process.Start(startInfo); diff --git a/Directory.Build.props b/Directory.Build.props index d208353..7b975d4 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,6 +1,6 @@ - 0.0.2 + 0.0.3 @@ -9,7 +9,7 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive