summaryrefslogtreecommitdiff
path: root/Juick/Juick.csproj
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2013-04-26 23:45:22 +0400
committerGravatar Vitaly Takmazov2013-04-26 23:45:22 +0400
commit4b2a51d8858ed3d28dd4af0aa86ca88fe2ec9ab3 (patch)
tree08d3e6e43b5fc5e5958c0570303c291aaa72e955 /Juick/Juick.csproj
parent648d914c8d5cf6fe2b3f8271839ec30143172376 (diff)
parentf2a831eb785ca81a069406f7df0f3890ac2be90a (diff)
Merge branch 'fix_repo'
Diffstat (limited to 'Juick/Juick.csproj')
-rw-r--r--Juick/Juick.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/Juick/Juick.csproj b/Juick/Juick.csproj
index 26371f0..0163f65 100644
--- a/Juick/Juick.csproj
+++ b/Juick/Juick.csproj
@@ -80,7 +80,8 @@
<DependentUpon>App.xaml</DependentUpon>
</Compile>
<Compile Include="Classes\AccountManager.cs" />
- <Compile Include="Classes\BooleanToVisibiltyConverter.cs" />
+ <Compile Include="Classes\BooleanToVisibilityConverter.cs" />
+ <Compile Include="Classes\DateHelper.cs" />
<Compile Include="Classes\DelegateCommand.cs" />
<Compile Include="Classes\ExpressionHelper.cs" />
<Compile Include="Classes\InvokeDelegateCommandAction.cs" />