summaryrefslogtreecommitdiff
path: root/Juick/Juick.csproj
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-03-29 14:58:12 +0400
committerGravatar Vitaly Takmazov2013-03-29 14:58:12 +0400
commit9f19cd09bfad13715bb4eda46e7782f56674e26c (patch)
treef2d7f8be17c0ab9a00056d372a364bb6938f2429 /Juick/Juick.csproj
parent32fc287a28c24ca980f4fe67ccab178c04cd9159 (diff)
using PersistentImageCache for avatars
Diffstat (limited to 'Juick/Juick.csproj')
-rw-r--r--Juick/Juick.csproj5
1 files changed, 5 insertions, 0 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj
index 8e47876..3b467f4 100644
--- a/Juick/Juick.csproj
+++ b/Juick/Juick.csproj
@@ -88,6 +88,7 @@
<DependentUpon>MessageList.xaml</DependentUpon>
</Compile>
<Compile Include="Converters\MidToUriConverter.cs" />
+ <Compile Include="Converters\UriToImageSourceConverter.cs" />
<Compile Include="LoginView.xaml.cs">
<DependentUpon>LoginView.xaml</DependentUpon>
</Compile>
@@ -98,6 +99,10 @@
<DependentUpon>NewPostView.xaml</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="Storage\ImageCache.cs" />
+ <Compile Include="Storage\PersistentImageCache.cs" />
+ <Compile Include="Storage\SystemImageCache.cs" />
+ <Compile Include="Threading\OneShotDispatcherTimer.cs" />
<Compile Include="ThreadView.xaml.cs">
<DependentUpon>ThreadView.xaml</DependentUpon>
</Compile>