Profile selection in the context menu

This commit is contained in:
Frank Skare
2021-07-19 15:22:36 +02:00
parent 35d9d29d40
commit a380f87b5f
5 changed files with 453 additions and 1 deletions

View File

@@ -69,6 +69,7 @@
<HintPath>..\packages\Microsoft.PowerShell.5.ReferenceAssemblies.1.1.0\lib\net4\System.Management.Automation.dll</HintPath>
</Reference>
<Reference Include="System.Net.Http" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xaml" />
<Reference Include="System.Xml" />
@@ -78,6 +79,7 @@
<ItemGroup>
<Compile Include="Misc\App.cs" />
<Compile Include="Misc\Common.cs" />
<Compile Include="Misc\JSONParser.cs" />
<Compile Include="WPF\RelayCommand.cs" />
<Compile Include="Misc\CSharpScriptHost.cs" />
<Compile Include="Misc\Extension.cs" />