Ignore:
Timestamp:
Oct 3, 2011, 5:09:51 PM (13 years ago)
Author:
bayral
Message:

rename category to Albums

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PiwigoLib/PiwigoLib/PiwigoLib.csproj

    r12035 r12336  
    5151  </ItemGroup>
    5252  <ItemGroup>
    53     <Compile Include="DTO\PwgCategory.cs" />
     53    <Compile Include="DTO\PwgAlbum.cs" />
    5454    <Compile Include="DTO\PwgConfidentLevelEnum.cs" />
    5555    <Compile Include="DTO\PwgFileTypeEnum.cs" />
    56     <Compile Include="DTO\PwgCategoryPhotoDeletionModeEnum.cs" />
     56    <Compile Include="DTO\PwgAlbumPhotoDeletionModeEnum.cs" />
    5757    <Compile Include="DTO\PwgImage.cs" />
    5858    <Compile Include="DTO\Helper\PwgEnumHelper.cs" />
     
    6363    <Compile Include="Proxy\Helper\PwgBase64Helper.cs" />
    6464    <Compile Include="Proxy\PwgImagesProxy.cs" />
    65     <Compile Include="Proxy\PwgCategoriesProxy.cs" />
     65    <Compile Include="Proxy\PwgAlbumsProxy.cs" />
    6666    <Compile Include="Proxy\Helper\PwgProxyReponseHelper.cs" />
    6767    <Compile Include="Proxy\PwgTagsProxy.cs" />
    6868    <Compile Include="Proxy\Response\PwgAddRequestProxyResponse.cs" />
    69     <Compile Include="Proxy\Response\PwgCategoriesProxyResponse.cs" />
     69    <Compile Include="Proxy\Response\PwgAlbumProxyResponse.cs" />
    7070    <Compile Include="Proxy\Response\PwgImagesProxyResponse.cs" />
    7171    <Compile Include="Proxy\Response\PwgSessionProxyResponse.cs" />
     
    7777    <Compile Include="Proxy\PwgProxyException.cs" />
    7878    <Compile Include="Proxy\PwgSessionProxy.cs" />
    79     <Compile Include="IService\IPwgCategoriesService.cs" />
     79    <Compile Include="IService\IPwgAlbumsService.cs" />
    8080    <Compile Include="IService\IPwgImagesService.cs" />
    8181    <Compile Include="IService\IPwgSessionService.cs" />
     
    8484    <Compile Include="Service\PwgSetupService.cs" />
    8585    <Compile Include="IService\PwgServiceProvider.cs" />
    86     <Compile Include="Service\PwgCategoriesService.cs" />
     86    <Compile Include="Service\PwgAlbumsService.cs" />
    8787    <Compile Include="Service\PwgImagesService.cs" />
    8888    <Compile Include="Service\PwgTagsService.cs" />
Note: See TracChangeset for help on using the changeset viewer.