Proper handling for PID binding

Now Espresso can be connected directly to the PowerToys PID.
This commit is contained in:
Den Delimarsky
2021-05-03 08:04:53 -07:00
parent 31ca8ff2ce
commit 33a81416fc
3 changed files with 33 additions and 5 deletions

View File

@@ -43,6 +43,10 @@
<PackageReference Include="System.Runtime.Caching" Version="6.0.0-preview.1.21102.12" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\..\common\ManagedCommon\ManagedCommon.csproj" />
</ItemGroup>
<ItemGroup>
<Compile Update="Program.cs">
<CopyToOutputDirectory>Never</CopyToOutputDirectory>