Skip to content

Commit

Permalink
Merge pull request #1327 from PrismLibrary/wpf-interactivitydll
Browse files Browse the repository at this point in the history
ensure correct version of System.Windows.Interactivity
  • Loading branch information
dansiegel authored Jan 11, 2018
2 parents 3980a58 + 578ccd6 commit 0c2d11f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# WPF Version Info
VersionInfo.cs

!Source/Wpf/System.Windows.Interactivity.dll

# User-specific files
*.suo
*.user
Expand Down
4 changes: 3 additions & 1 deletion Source/Wpf/Prism.Wpf/Prism.Wpf.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,9 @@
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Windows.Interactivity">
<HintPath>..\System.Windows.Interactivity.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Xaml">
Expand Down
Binary file added Source/Wpf/System.Windows.Interactivity.dll
Binary file not shown.

0 comments on commit 0c2d11f

Please sign in to comment.