summaryrefslogtreecommitdiff
path: root/Juick/Juick.csproj
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-03-29 12:46:52 +0400
committerGravatar Vitaly Takmazov2013-03-29 12:46:52 +0400
commita84c894c89f23e3eb6416ff8943d4d8a2fe84a49 (patch)
treeb617165e09638fa4a75d2f2efda806cc37f1e81a /Juick/Juick.csproj
parent30cde3d22be88b8f5bd6204cc865182385ea8258 (diff)
undo PCL project because it is not supported by WP7.1 SDK
Diffstat (limited to 'Juick/Juick.csproj')
-rw-r--r--Juick/Juick.csproj9
1 files changed, 3 insertions, 6 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj
index c330761..4ab974d 100644
--- a/Juick/Juick.csproj
+++ b/Juick/Juick.csproj
@@ -66,6 +66,9 @@
<Reference Include="System.Xml.Serialization" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="Api\Message.cs" />
+ <Compile Include="Api\Photo.cs" />
+ <Compile Include="Api\User.cs" />
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
</Compile>
@@ -166,12 +169,6 @@
<Content Include="Images\appbar.send.png" />
<Content Include="SplashScreenImage.jpg" />
</ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\JuickApi\JuickApi.csproj">
- <Project>{51F516BC-4EF9-4C81-B4A5-3E97809B70CE}</Project>
- <Name>JuickApi</Name>
- </ProjectReference>
- </ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.$(TargetFrameworkProfile).Overrides.targets" />
<Import Project="$(MSBuildExtensionsPath)\Microsoft\Silverlight for Phone\$(TargetFrameworkVersion)\Microsoft.Silverlight.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.