summaryrefslogtreecommitdiff
path: root/Juick/Juick.csproj
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-03-29 15:05:32 +0400
committerGravatar Vitaly Takmazov2013-03-29 15:05:32 +0400
commit4c92def17fef70c35e578ffb2c5e6acde3b9247d (patch)
treed1529dc0a60eca2032d55b8a7c68b5687f40ed83 /Juick/Juick.csproj
parent9f19cd09bfad13715bb4eda46e7782f56674e26c (diff)
revert PersistentImgeCache: too slow :)
Diffstat (limited to 'Juick/Juick.csproj')
-rw-r--r--Juick/Juick.csproj5
1 files changed, 0 insertions, 5 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj
index 3b467f4..8e47876 100644
--- a/Juick/Juick.csproj
+++ b/Juick/Juick.csproj
@@ -88,7 +88,6 @@
<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>
@@ -99,10 +98,6 @@
<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>