Ignore:
Timestamp:
Oct 10, 2010, 10:45:43 PM (14 years ago)
Author:
bayral
Message:

Piwigolib is now modify for mask the implementation of proxy.
Add start version of piwigo WPF

File:
1 edited

Legend:

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

    r6811 r7149  
    7373    <Compile Include="Proxy\PwgProxyException.cs" />
    7474    <Compile Include="Proxy\PwgSessionProxy.cs" />
     75    <Compile Include="IService\IPwgCategoriesService.cs" />
     76    <Compile Include="IService\IPwgImagesService.cs" />
     77    <Compile Include="IService\IPwgSessionService.cs" />
     78    <Compile Include="IService\IPwgSetupService.cs" />
     79    <Compile Include="IService\IPwgTagsService.cs" />
     80    <Compile Include="Service\PwgSetupService.cs" />
     81    <Compile Include="IService\PwgServiceProvider.cs" />
    7582    <Compile Include="Service\PwgCategoriesService.cs" />
    7683    <Compile Include="Service\PwgImagesService.cs" />
    7784    <Compile Include="Service\PwgTagsService.cs" />
    78     <Compile Include="Service\PwgServiceException.cs" />
     85    <Compile Include="DTO\PwgServiceException.cs" />
    7986    <Compile Include="Service\PwgSessionService.cs" />
    8087  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.