Revision 42800be8 trunk/Pithos.Client.WPF/Pithos.Client.WPF.csproj

b/trunk/Pithos.Client.WPF/Pithos.Client.WPF.csproj
178 178
    <Compile Include="Caliburn\Micro\Logging\log4netLogger.cs" />
179 179
    <Compile Include="Configuration\PithosSettings.cs" />
180 180
    <Compile Include="FileEntry.cs" />
181
    <Compile Include="FileProperties\ContainerPropertiesView.xaml.cs">
182
      <DependentUpon>ContainerPropertiesView.xaml</DependentUpon>
183
    </Compile>
184
    <Compile Include="FileProperties\ContainerPropertiesViewModel.cs" />
181 185
    <Compile Include="FileProperties\FilePropertiesView.xaml.cs">
182 186
      <DependentUpon>FilePropertiesView.xaml</DependentUpon>
183 187
    </Compile>
184 188
    <Compile Include="FileProperties\FilePropertiesViewModel.cs" />
189
    <Compile Include="FileProperties\SizeExtensions.cs" />
185 190
    <Compile Include="NativeMethods.cs" />
186 191
    <Compile Include="Notification.cs" />
187 192
    <Compile Include="PithosAccount.cs" />
......
201 206
    <Compile Include="ShellViewModel.cs" />
202 207
    <Compile Include="Services\StatusService.cs" />
203 208
    <Compile Include="Wpf32Window.cs" />
209
    <Page Include="FileProperties\ContainerPropertiesView.xaml">
210
      <SubType>Designer</SubType>
211
      <Generator>MSBuild:Compile</Generator>
212
    </Page>
204 213
    <Page Include="FileProperties\FilePropertiesView.xaml">
205 214
      <SubType>Designer</SubType>
206 215
      <Generator>MSBuild:Compile</Generator>
......
315 324
      <EmbedInteropTypes>False</EmbedInteropTypes>
316 325
    </COMReference>
317 326
  </ItemGroup>
327
  <ItemGroup>
328
    <Resource Include="Images\Container.png" />
329
  </ItemGroup>
318 330
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
319 331
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
320 332
       Other similar extension points exist, see Microsoft.Common.targets.

Also available in: Unified diff