Skip to content

Commit 68babbf

Browse files
committed
use nuget for Microsoft InteropForms Toolkit DLL
1 parent ca46cb5 commit 68babbf

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

VSIXInteropFormsToolkit/VSIXInteropFormsToolkit.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@
100100
<Reference Include="Microsoft.Build.Framework" />
101101
<Reference Include="Microsoft.CSharp" />
102102
<Reference Include="Microsoft.InteropFormTools, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
103-
<SpecificVersion>False</SpecificVersion>
104-
<HintPath>..\..\..\..\..\..\..\Windows\assembly\GAC_MSIL\Microsoft.InteropFormTools\1.0.0.0__b03f5f7f11d50a3a\Microsoft.InteropFormTools.dll</HintPath>
103+
<HintPath>..\packages\interopformsredist.1.0.0\lib\net20\Microsoft.InteropFormTools.dll</HintPath>
104+
<Private>True</Private>
105105
</Reference>
106106
<Reference Include="Microsoft.VisualStudio.CommandBars, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
107107
<EmbedInteropTypes>False</EmbedInteropTypes>

VSIXInteropFormsToolkit/packages.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3+
<package id="interopformsredist" version="1.0.0" targetFramework="net452" />
34
<package id="Microsoft.VisualStudio.Imaging" version="14.2.25123" targetFramework="net452" />
45
<package id="Microsoft.VisualStudio.OLE.Interop" version="7.10.6070" targetFramework="net452" />
56
<package id="Microsoft.VisualStudio.Shell.14.0" version="14.2.25123" targetFramework="net452" />

0 commit comments

Comments
 (0)