summaryrefslogtreecommitdiff
path: root/Juick/Juick.csproj
diff options
context:
space:
mode:
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>