summaryrefslogtreecommitdiff
path: root/Juick/Juick.csproj
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-02-08 02:03:05 +0400
committerGravatar Vitaly Takmazov2013-02-08 02:03:05 +0400
commit7eb3fc7465c038de80e140f6956999aeb035505a (patch)
treeba77012549a1277767c62b4418b19864c9a084f2 /Juick/Juick.csproj
parentedef9894af198da690c0381bf43d4dafddf16f0d (diff)
Move Juick.Api out to Portable Library
Diffstat (limited to 'Juick/Juick.csproj')
-rw-r--r--Juick/Juick.csproj11
1 files changed, 7 insertions, 4 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj
index d161046..c330761 100644
--- a/Juick/Juick.csproj
+++ b/Juick/Juick.csproj
@@ -66,9 +66,6 @@
<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>
@@ -91,8 +88,8 @@
<Compile Include="ThreadView.xaml.cs">
<DependentUpon>ThreadView.xaml</DependentUpon>
</Compile>
- <Compile Include="ViewModels\MessageViewModel.cs" />
<Compile Include="ViewModels\MessageListViewModelBase.cs" />
+ <Compile Include="ViewModels\MessageViewModel.cs" />
<Compile Include="ViewModels\ThreadViewModel.cs" />
</ItemGroup>
<ItemGroup>
@@ -169,6 +166,12 @@
<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.