Skip to content

Commit

Permalink
fixing reference problem with syndication dll
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisKoenig committed Jan 16, 2012
1 parent b6e7c6d commit 3a99661
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions RssStarterKit.csproj
Expand Up @@ -67,9 +67,7 @@
<HintPath>packages\MvvmLightPreview.4.0.0\lib\sl4-windowsphone71\Microsoft.Practices.ServiceLocation.dll</HintPath>
</Reference>
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel.Syndication">
<HintPath>..\..\Program Files (x86)\Microsoft SDKs\Silverlight\v4.0\Libraries\Client\System.ServiceModel.Syndication.dll</HintPath>
</Reference>
<Reference Include="System.ServiceModel.Syndication, Version=2.0.5.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
<Reference Include="System.Windows" />
<Reference Include="system" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -168,12 +166,15 @@
<Content Include="Images\RssStarterKit99x99.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="lib\System.ServiceModel.Syndication.dll" />
<Content Include="Resources\preview.html">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="Settings\Settings.xml" />
<Content Include="Settings\Settings.xml">
<SubType>Designer</SubType>
</Content>
<Content Include="SplashScreenImage.jpg" />
</ItemGroup>
<ItemGroup>
Expand Down
Binary file added lib/System.ServiceModel.Syndication.dll
Binary file not shown.

0 comments on commit 3a99661

Please sign in to comment.