summaryrefslogtreecommitdiff
path: root/Juick/Juick.csproj
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-05-08 16:12:45 +0400
committerGravatar Vitaly Takmazov2013-05-08 16:12:45 +0400
commit1a9bcf2f3ac5f40e8966fb365741d36906fd2e52 (patch)
treee26e99d15b678b8e59813b82e7d7e2d73d18bb03 /Juick/Juick.csproj
parentfa1170247a93bdbc6f9656b1d6f3be7b732d22af (diff)
UserFeed
Diffstat (limited to 'Juick/Juick.csproj')
-rw-r--r--Juick/Juick.csproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj
index c89c775..73eb68b 100644
--- a/Juick/Juick.csproj
+++ b/Juick/Juick.csproj
@@ -106,11 +106,15 @@
<Compile Include="ThreadView.xaml.cs">
<DependentUpon>ThreadView.xaml</DependentUpon>
</Compile>
+ <Compile Include="UserFeed.xaml.cs">
+ <DependentUpon>UserFeed.xaml</DependentUpon>
+ </Compile>
<Compile Include="ViewModels\AppViewModel.cs" />
<Compile Include="ViewModels\LoginViewModel.cs" />
<Compile Include="ViewModels\PageViewModel.cs" />
<Compile Include="ViewModels\PostItem.cs" />
<Compile Include="ViewModels\ThreadViewModel.cs" />
+ <Compile Include="ViewModels\UserFeedViewModel.cs" />
<Compile Include="ViewModels\ViewModelBase.cs" />
</ItemGroup>
<ItemGroup>
@@ -142,6 +146,10 @@
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>
</Page>
+ <Page Include="UserFeed.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />