Skip to content

Commit

Permalink
WindowsPhone: MPfm.Library can now be built correctly (same status as…
Browse files Browse the repository at this point in the history
… WinRT).

Related to issue #424.
  • Loading branch information
ycastonguay committed Sep 11, 2013
1 parent 36f7a1f commit f4f2935
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions MPfm/MPfm.Library/MPfm.Library.WindowsPhone.csproj
Expand Up @@ -110,6 +110,7 @@
<Compile Include="Database\Interfaces\IDatabaseFacade.cs" />
<Compile Include="Database\Interfaces\ISQLiteGateway.cs" />
<Compile Include="Database\DatabaseFacade.cs" />
<Compile Include="Database\WinRTSQLiteGateway.cs" />
<Compile Include="ILibrary.cs" />
<Compile Include="Objects\NetworkState.cs" />
<Compile Include="Objects\PlaylistFile.cs" />
Expand Down Expand Up @@ -172,14 +173,13 @@
</Reference>
</ItemGroup>
<ItemGroup>
<SDKReference Include="SQLite.WP80, Version=3.8.0">
<Name>SQLite for Windows Phone</Name>
</SDKReference>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
<SDKReference Include="SQLite.WP80, Version=3.8.0.2">
<Name>SQLite for Windows Phone</Name>
</SDKReference>
</ItemGroup>
<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 f4f2935

Please sign in to comment.