summaryrefslogtreecommitdiff
path: root/Juick/Juick.csproj
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-04-26 22:04:18 +0400
committerGravatar Vitaly Takmazov2013-04-26 22:04:18 +0400
commitee46fb9228fd6e70893270703d814a400bb8ca22 (patch)
tree32bbe9e4b43c1fb6906ac708009020cc1990bbf0 /Juick/Juick.csproj
parente7fb2a3794bc7fb3c6592312d2628d9d11eedf3b (diff)
Fixed crash when network is unavailable, added warning message
Diffstat (limited to 'Juick/Juick.csproj')
-rw-r--r--Juick/Juick.csproj1
1 files changed, 1 insertions, 0 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj
index 33fbd5c..26371f0 100644
--- a/Juick/Juick.csproj
+++ b/Juick/Juick.csproj
@@ -80,6 +80,7 @@
<DependentUpon>App.xaml</DependentUpon>
</Compile>
<Compile Include="Classes\AccountManager.cs" />
+ <Compile Include="Classes\BooleanToVisibiltyConverter.cs" />
<Compile Include="Classes\DelegateCommand.cs" />
<Compile Include="Classes\ExpressionHelper.cs" />
<Compile Include="Classes\InvokeDelegateCommandAction.cs" />