Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/14/10 00:18:12 (14 years ago)
Author:
swagner
Message:

Implemented ClientFactory and username / password management (#1187)

Location:
trunk/sources/HeuristicLab.Clients.Common/3.3
Files:
6 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Clients.Common/3.3/HeuristicLab.Clients.Common-3.3.csproj

    r4386 r4387  
    105105    <Reference Include="System" />
    106106    <Reference Include="System.Core" />
     107    <Reference Include="System.Drawing" />
     108    <Reference Include="System.ServiceModel" />
     109    <Reference Include="System.Windows.Forms" />
    107110    <Reference Include="System.Xml.Linq" />
    108111    <Reference Include="System.Data.DataSetExtensions" />
    109     <Reference Include="Microsoft.CSharp" />
    110112    <Reference Include="System.Data" />
    111113    <Reference Include="System.Xml" />
    112114  </ItemGroup>
    113115  <ItemGroup>
     116    <Compile Include="ClientFactory.cs" />
    114117    <Compile Include="HeuristicLabClientsCommonPlugin.cs" />
     118    <Compile Include="PasswordDialog.cs">
     119      <SubType>Form</SubType>
     120    </Compile>
     121    <Compile Include="PasswordDialog.Designer.cs">
     122      <DependentUpon>PasswordDialog.cs</DependentUpon>
     123    </Compile>
    115124    <Compile Include="Properties\AssemblyInfo.cs" />
     125    <Compile Include="Properties\Settings.Designer.cs">
     126      <AutoGen>True</AutoGen>
     127      <DesignTimeSharedInput>True</DesignTimeSharedInput>
     128      <DependentUpon>Settings.settings</DependentUpon>
     129    </Compile>
     130    <None Include="app.config" />
    116131    <None Include="Properties\AssemblyInfo.frame" />
     132    <None Include="Properties\Settings.settings">
     133      <Generator>SettingsSingleFileGenerator</Generator>
     134      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
     135    </None>
    117136  </ItemGroup>
    118137  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.