Skip to content

Commit

Permalink
Maybe fixed packages for real this time
Browse files Browse the repository at this point in the history
  • Loading branch information
hartez committed Sep 10, 2011
1 parent 289ba54 commit f073288
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions EZLibrary.WindowsPhone/EZLibrary.WindowsPhone.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -43,22 +43,20 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="GalaSoft.MvvmLight.Extras.WP7, Version=3.0.0.32269, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MvvmLightLibs.3.0.3\lib\sl3-wp\GalaSoft.MvvmLight.Extras.WP7.dll</HintPath>
<Reference Include="GalaSoft.MvvmLight.Extras.WP7">
<HintPath>packages\MvvmLightLibs.3.0.3\lib\sl3-wp\GalaSoft.MvvmLight.Extras.WP7.dll</HintPath>
</Reference>
<Reference Include="GalaSoft.MvvmLight.WP7, Version=3.0.0.32269, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\MvvmLightLibs.3.0.3\lib\sl3-wp\GalaSoft.MvvmLight.WP7.dll</HintPath>
<Reference Include="GalaSoft.MvvmLight.WP7">
<HintPath>packages\MvvmLightLibs.3.0.3\lib\sl3-wp\GalaSoft.MvvmLight.WP7.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Phone" />
<Reference Include="Microsoft.Phone.Controls.Toolkit, Version=1.0.0.0, Culture=neutral, PublicKeyToken=b772ad94eb9ca604, processorArchitecture=MSIL">
<HintPath>..\packages\SilverlightToolkitWP.4.2011.8.17\lib\sl3-wp\Microsoft.Phone.Controls.Toolkit.dll</HintPath>
<Reference Include="Microsoft.Phone.Controls.Toolkit">
<HintPath>packages\SilverlightToolkitWP.4.2011.8.17\lib\sl3-wp\Microsoft.Phone.Controls.Toolkit.dll</HintPath>
</Reference>
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core" />
<Reference Include="System.Windows.Interactivity, Version=3.7.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\MvvmLightLibs.3.0.3\lib\sl3-wp\System.Windows.Interactivity.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Interactivity, Version=3.7.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Xml" />
<Reference Include="System.Net" />
</ItemGroup>
Expand Down

0 comments on commit f073288

Please sign in to comment.