Ignore:
Timestamp:
Sep 6, 2009, 12:58:44 AM (15 years ago)
Author:
bayral
Message:

pwg.tags.getImages support

File:
1 edited

Legend:

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

    r3818 r3827  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.30729</ProductVersion>
     6    <ProductVersion>9.0.21022</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{64C068C5-DBFE-4712-9081-B9100698F35C}</ProjectGuid>
     
    4747  </ItemGroup>
    4848  <ItemGroup>
     49    <Compile Include="DTO\PwgImage.cs" />
    4950    <Compile Include="DTO\Helper\PwgEnumHelper.cs" />
    5051    <Compile Include="DTO\PwgSessionStatusEnum.cs" />
     
    5253    <Compile Include="DTO\PwgSession.cs" />
    5354    <Compile Include="Properties\AssemblyInfo.cs" />
     55    <Compile Include="Proxy\Helper\PwgProxyReponseHelper.cs" />
    5456    <Compile Include="Proxy\PwgTagsProxy.cs" />
     57    <Compile Include="Proxy\Response\PwgCategoriesProxyResponse.cs" />
     58    <Compile Include="Proxy\Response\PwgImagesProxyResponse.cs" />
    5559    <Compile Include="Proxy\Response\PwgSessionProxyResponse.cs" />
    5660    <Compile Include="Proxy\Response\PwgBaseProxyReponse.cs" />
     
    6165    <Compile Include="Proxy\PwgProxyException.cs" />
    6266    <Compile Include="Proxy\PwgSessionProxy.cs" />
     67    <Compile Include="Service\PwgImagesService.cs" />
    6368    <Compile Include="Service\PwgTagsService.cs" />
    6469    <Compile Include="Service\PwgServiceException.cs" />
Note: See TracChangeset for help on using the changeset viewer.