Added group views
[pithos-ms-client] / trunk / Pithos.Client.WPF / Pithos.Client.WPF.csproj
index 30dc1c1..8b8bbc0 100644 (file)
@@ -70,7 +70,7 @@
     <AssemblyOriginatorKeyFile>pithos.snk</AssemblyOriginatorKeyFile>
   </PropertyGroup>
   <PropertyGroup>
-    <ApplicationIcon>Images\Tray.ico</ApplicationIcon>
+    <ApplicationIcon>Images\Pithos.ico</ApplicationIcon>
   </PropertyGroup>
   <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Premium Debug|x86'">
     <DebugSymbols>true</DebugSymbols>
     <Reference Include="WindowsBase" />
     <Reference Include="PresentationCore" />
     <Reference Include="PresentationFramework" />
-    <Reference Include="WPFToolkit.Extended">
+    <Reference Include="WPFToolkit.Extended, Version=1.5.0.0, Culture=neutral, PublicKeyToken=3e4669d2f30244f4, processorArchitecture=MSIL">
+      <SpecificVersion>False</SpecificVersion>
       <HintPath>..\packages\Extended.Wpf.Toolkit.1.5.0\lib\net40\WPFToolkit.Extended.dll</HintPath>
     </Reference>
   </ItemGroup>
       <Generator>MSBuild:Compile</Generator>
       <SubType>Designer</SubType>
     </ApplicationDefinition>
+    <Compile Include="Converters\DummyConverter.cs" />
     <Compile Include="Converters\EmptyToVisibilityConverter.cs" />
+    <Compile Include="Converters\NullToVisibilityConverter.cs" />
+    <Compile Include="FileProperties\ContainerPolicy.cs" />
+    <Compile Include="FileProperties\NewContainerView.xaml.cs">
+      <DependentUpon>NewContainerView.xaml</DependentUpon>
+    </Compile>
+    <Compile Include="FileProperties\NewContainerViewModel.cs" />
+    <Compile Include="Preferences\AddAccountView.xaml.cs">
+      <DependentUpon>AddAccountView.xaml</DependentUpon>
+    </Compile>
+    <Compile Include="Preferences\AddAccountViewModel.cs" />
+    <Compile Include="Preferences\FileExistsRule.cs" />
+    <Compile Include="Preferences\GroupsView.xaml.cs">
+      <DependentUpon>GroupsView.xaml</DependentUpon>
+    </Compile>
+    <Compile Include="Preferences\GroupsViewModel.cs" />
     <Compile Include="Shell\AboutView.xaml.cs">
       <DependentUpon>AboutView.xaml</DependentUpon>
     </Compile>
     <Compile Include="FileProperties\FilePropertiesViewModel.cs" />
     <Compile Include="FileProperties\Permission.cs" />
     <Compile Include="FileProperties\SizeExtensions.cs" />
-    <Compile Include="FileProperties\Tag.cs" />
+    <Compile Include="FileProperties\MetaValue.cs" />
     <Compile Include="Shell\AboutViewModel.cs" />
     <Compile Include="Shell\FeedbackView.xaml.cs">
       <DependentUpon>FeedbackView.xaml</DependentUpon>
     <Compile Include="NativeMethods.cs" />
     <Compile Include="Shell\Notification.cs" />
     <Compile Include="PithosAccount.cs" />
-    <Compile Include="PithosCommand.cs" />
     <Compile Include="Preferences\PreferencesView.xaml.cs">
       <DependentUpon>PreferencesView.xaml</DependentUpon>
     </Compile>
     <Compile Include="Shell\ShellViewModel.cs" />
     <Compile Include="Services\StatusService.cs" />
     <Compile Include="Wpf32Window.cs" />
+    <Page Include="FileProperties\NewContainerView.xaml">
+      <SubType>Designer</SubType>
+      <Generator>MSBuild:Compile</Generator>
+    </Page>
+    <Page Include="Preferences\AddAccountView.xaml">
+      <SubType>Designer</SubType>
+      <Generator>MSBuild:Compile</Generator>
+    </Page>
+    <Page Include="Preferences\GroupsView.xaml">
+      <Generator>MSBuild:Compile</Generator>
+      <SubType>Designer</SubType>
+    </Page>
     <Page Include="Shell\AboutView.xaml">
       <SubType>Designer</SubType>
       <Generator>MSBuild:Compile</Generator>
   <ItemGroup>
     <Resource Include="Images\SmallLogo.png" />
   </ItemGroup>
+  <ItemGroup>
+    <Resource Include="Images\logo.png" />
+  </ItemGroup>
+  <ItemGroup>
+    <Resource Include="Images\Folder.ico" />
+    <Resource Include="Images\Web.ico" />
+  </ItemGroup>
+  <ItemGroup>
+    <Resource Include="Images\Pithos.ico" />
+  </ItemGroup>
+  <ItemGroup>
+    <Resource Include="Images\About.ico" />
+    <Resource Include="Images\Feedback.ico" />
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.