summaryrefslogtreecommitdiff
path: root/Juick/Juick.csproj
diff options
context:
space:
mode:
authorGravatar Konstantin2012-10-24 23:38:06 +0400
committerGravatar Konstantin2012-10-24 23:38:06 +0400
commit8316abc300d56f876a5fe3b511dc202556ad776c (patch)
tree765788affac60e3819993e7f9803ba14070034ff /Juick/Juick.csproj
parent61d3230b053453c9f8e145341a3def0d1ad8ff32 (diff)
loading data on scrolling at bottom
Diffstat (limited to 'Juick/Juick.csproj')
-rw-r--r--Juick/Juick.csproj4
1 files changed, 4 insertions, 0 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj
index 01b0392..ec24b06 100644
--- a/Juick/Juick.csproj
+++ b/Juick/Juick.csproj
@@ -73,8 +73,12 @@
<DependentUpon>App.xaml</DependentUpon>
</Compile>
<Compile Include="Classes\AccountManager.cs" />
+ <Compile Include="Classes\BindingChangedEventArgs.cs" />
+ <Compile Include="Classes\DelegateCommand.cs" />
+ <Compile Include="Classes\DependencyPropertyListener.cs" />
<Compile Include="Classes\ParagraphBindingBehavior.cs" />
<Compile Include="Classes\RichTextConverter.cs" />
+ <Compile Include="Classes\ScrollViewerMonitor.cs" />
<Compile Include="LoginView.xaml.cs">
<DependentUpon>LoginView.xaml</DependentUpon>
</Compile>