Skip to content

Commit 8540552

Browse files
shadowofsiliconretailcoder
authored andcommitted
Adds NuGet package "System.Windows.Interactivity.WPF" to solution. Fixes build failure on a solo install of VS2017. (#3264)
1 parent 0984312 commit 8540552

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

RetailCoder.VBE/Rubberduck.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,9 @@
250250
<SpecificVersion>False</SpecificVersion>
251251
<HintPath>..\packages\LibGit2Sharp.0.22.0-pre20150516171636\lib\net40\LibGit2Sharp.dll</HintPath>
252252
</Reference>
253+
<Reference Include="Microsoft.Expression.Interactions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
254+
<HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\Microsoft.Expression.Interactions.dll</HintPath>
255+
</Reference>
253256
<Reference Include="Microsoft.VB6.Interop.VBIDE">
254257
<HintPath>..\libs\Microsoft.VB6.Interop.VBIDE.dll</HintPath>
255258
<EmbedInteropTypes>False</EmbedInteropTypes>
@@ -294,7 +297,9 @@
294297
<Reference Include="System.Runtime.Remoting" />
295298
<Reference Include="System.Runtime.Serialization" />
296299
<Reference Include="System.Windows.Forms" />
297-
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
300+
<Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
301+
<HintPath>..\packages\System.Windows.Interactivity.WPF.2.0.20525\lib\net40\System.Windows.Interactivity.dll</HintPath>
302+
</Reference>
298303
<Reference Include="System.Xaml" />
299304
<Reference Include="Microsoft.CSharp" />
300305
<Reference Include="System.Xml" />

0 commit comments

Comments
 (0)