summaryrefslogtreecommitdiff
path: root/Juick/Juick.csproj
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-03-29 13:21:34 +0400
committerGravatar Vitaly Takmazov2013-03-29 13:21:34 +0400
commit3be6eccab55ca90a060cb56882c5675a7ad875ce (patch)
tree9fe780d5ed3067b7e55aaec691e360066182778b /Juick/Juick.csproj
parente20d55789c6ab0c2c6324eb6806c12cc96723eca (diff)
there is no need to implement INotifyPropertyChanged on post item
Diffstat (limited to 'Juick/Juick.csproj')
-rw-r--r--Juick/Juick.csproj4
1 files changed, 2 insertions, 2 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj
index fbb217b..b049ea1 100644
--- a/Juick/Juick.csproj
+++ b/Juick/Juick.csproj
@@ -97,8 +97,8 @@
<Compile Include="ThreadView.xaml.cs">
<DependentUpon>ThreadView.xaml</DependentUpon>
</Compile>
- <Compile Include="ViewModels\MessageListViewModelBase.cs" />
- <Compile Include="ViewModels\MessageViewModel.cs" />
+ <Compile Include="ViewModels\ViewModelBase.cs" />
+ <Compile Include="ViewModels\PostItem.cs" />
<Compile Include="ViewModels\ThreadViewModel.cs" />
</ItemGroup>
<ItemGroup>