Skip to content

Commit

Permalink
Updated System.Windows.Interactivity to 3.9.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
slodge committed Dec 7, 2013
1 parent 6757077 commit daacb24
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="System.Windows.Interactivity, Version=3.8.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
</ItemGroup>
<ItemGroup>
<Compile Include="Commands\MvxSimpleSelectionChangedEventArgs.cs" />
<Compile Include="Commands\MvxSingleSelectionChangedEventToCommand.cs" />
Expand Down Expand Up @@ -126,7 +123,9 @@
<Name>Cirrious.MvvmCross</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Reference Include="System.Windows.Interactivity, Version=3.9.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).$(TargetFrameworkVersion).Overrides.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\$(TargetFrameworkIdentifier)\$(TargetFrameworkVersion)\Microsoft.$(TargetFrameworkIdentifier).CSharp.targets" />
<ProjectExtensions />
Expand Down

0 comments on commit daacb24

Please sign in to comment.