Ignore:
Timestamp:
Sep 29, 2011, 5:38:55 PM (13 years ago)
Author:
bayral
Message:

piwigo.upload retrieve data, and ready to upload

File:
1 edited

Legend:

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

    r12256 r12262  
    7272  </ItemGroup>
    7373  <ItemGroup>
     74    <Compile Include="DTO\LocalAlbumList.cs" />
     75    <Compile Include="DTO\LocalPwgImage.cs" />
    7476    <Compile Include="DTO\ModelManager.cs" />
    7577    <Compile Include="DTO\SelectedList.cs" />
    76     <Compile Include="Helper\SelectedListHelper.cs" />
    7778    <Compile Include="MainForm.cs">
    7879      <SubType>Form</SubType>
     
    8485    <Compile Include="Program.cs" />
    8586    <Compile Include="Properties\AssemblyInfo.cs" />
     87    <Compile Include="Service\UploadToPiwigo.cs" />
    8688    <Compile Include="Service\Disconnect.cs" />
    8789    <Compile Include="Service\ServiceFactory.cs" />
     90    <EmbeddedResource Include="MainForm.fr.resx">
     91      <DependentUpon>MainForm.cs</DependentUpon>
     92    </EmbeddedResource>
    8893    <EmbeddedResource Include="MainForm.resx">
    8994      <DependentUpon>MainForm.cs</DependentUpon>
     
    101106    </Compile>
    102107    <None Include="app.config" />
    103     <None Include="Properties\DataSources\Com.Piwigo.Uploader.DTO.PwgCategoryList.datasource" />
     108    <None Include="Properties\DataSources\Com.Piwigo.Uploader.DTO.ModelManager+ModelManagerBase.datasource" />
     109    <None Include="Properties\DataSources\Com.Piwigo.Uploader.DTO.SelectedPwgCategoryList.datasource" />
    104110    <None Include="Properties\Settings.settings">
    105111      <Generator>SettingsSingleFileGenerator</Generator>
Note: See TracChangeset for help on using the changeset viewer.