mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
Import MSTC as ActiveX control removing need for dependency on Windows Simulator
This commit is contained in:
@@ -52,13 +52,13 @@
|
||||
|
||||
<ItemGroup>
|
||||
<COMReference Include="MSTSCLib">
|
||||
<WrapperTool>tlbimp</WrapperTool>
|
||||
<WrapperTool>aximp</WrapperTool>
|
||||
<VersionMinor>0</VersionMinor>
|
||||
<VersionMajor>1</VersionMajor>
|
||||
<Guid>8c11efa1-92c3-11d1-bc1e-00c04fa31489</Guid>
|
||||
<Lcid>0</Lcid>
|
||||
<Isolated>false</Isolated>
|
||||
<EmbedInteropTypes>true</EmbedInteropTypes>
|
||||
<EmbedInteropTypes>false</EmbedInteropTypes>
|
||||
</COMReference>
|
||||
</ItemGroup>
|
||||
|
||||
@@ -93,12 +93,6 @@
|
||||
<PackageReference Include="VncSharp" Version="1.0.7" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Reference Include="AxMSTSCLib">
|
||||
<HintPath>..\..\..\..\Program Files (x86)\Common Files\Microsoft Shared\Windows Simulator\16.0\AxMSTSCLib.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Compile Update="Properties\Settings.Designer.cs">
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
|
||||
Reference in New Issue
Block a user