mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
corrections
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<#@ template debug="false" hostspecific="true" language="C#" #>
|
||||
<#@ output extension=".cs" #>
|
||||
<#@ assembly name="tools/libs/EnvDTE.dll" #>
|
||||
<#@ import namespace="System" #>
|
||||
<#@ assembly name="Microsoft.VisualStudio.Interop.dll" #>
|
||||
<#@ import namespace="EnvDTE" #>
|
||||
<#@ import namespace="System" #>
|
||||
<#
|
||||
string platformFromDte = null;
|
||||
try
|
||||
|
||||
@@ -141,7 +141,6 @@
|
||||
<PackageReference Include="Cucumber.Messages" />
|
||||
<PackageReference Include="DockPanelSuite" />
|
||||
<PackageReference Include="DockPanelSuite.ThemeVS2015" />
|
||||
<PackageReference Include="envdte" />
|
||||
<PackageReference Include="Google.Protobuf" />
|
||||
<PackageReference Include="LiteDB" />
|
||||
<PackageReference Include="log4net" />
|
||||
|
||||
Reference in New Issue
Block a user