Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/24/10 14:34:07 (14 years ago)
Author:
gkronber
Message:
  • replaced column ContactInformation with ContactName and ContactEmail in DB-schema and updated WCF deployment service
  • regenerated proxy classes
  • made PluginDescription from data contract implement IPluginDescription from plugin infrastructure
  • updated GUI on request by swagner (icons)
  • fixed problems in the upload plugins control.

#860 (Deployment server for plugin installation from web locations)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DeploymentServer Prototype/HeuristicLab.Services/HeuristicLab.DeploymentService.AdminClient/HeuristicLab.DeploymentService.AdminClient.csproj

    r2816 r2860  
    7474  </ItemGroup>
    7575  <ItemGroup>
    76     <Compile Include="ServerPluginView.cs">
     76    <Compile Include="PluginComparisonView.cs">
    7777      <SubType>UserControl</SubType>
    7878    </Compile>
    79     <Compile Include="ServerPluginView.Designer.cs">
    80       <DependentUpon>ServerPluginView.cs</DependentUpon>
     79    <Compile Include="PluginComparisonView.Designer.cs">
     80      <DependentUpon>PluginComparisonView.cs</DependentUpon>
    8181    </Compile>
    8282    <Compile Include="PluginView.cs">
     
    9191    <Compile Include="LicenseView.Designer.cs">
    9292      <DependentUpon>LicenseView.cs</DependentUpon>
    93     </Compile>
    94     <Compile Include="LocalPluginView.cs">
    95       <SubType>UserControl</SubType>
    96     </Compile>
    97     <Compile Include="LocalPluginView.Designer.cs">
    98       <DependentUpon>LocalPluginView.cs</DependentUpon>
    9993    </Compile>
    10094    <Compile Include="ProductEditor.cs">
     
    121115  </ItemGroup>
    122116  <ItemGroup>
     117    <ProjectReference Include="..\HeuristicLab.Common.Resources\3.2\HeuristicLab.Common.Resources-3.2.csproj">
     118      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
     119      <Name>HeuristicLab.Common.Resources-3.2</Name>
     120    </ProjectReference>
    123121    <ProjectReference Include="..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj">
    124122      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
     
    140138  </ItemGroup>
    141139  <ItemGroup>
    142     <EmbeddedResource Include="ServerPluginView.resx">
    143       <DependentUpon>ServerPluginView.cs</DependentUpon>
     140    <EmbeddedResource Include="MainForm.resx">
     141      <DependentUpon>MainForm.cs</DependentUpon>
     142    </EmbeddedResource>
     143    <EmbeddedResource Include="PluginComparisonView.resx">
     144      <DependentUpon>PluginComparisonView.cs</DependentUpon>
    144145    </EmbeddedResource>
    145146    <EmbeddedResource Include="PluginView.resx">
     
    148149    <EmbeddedResource Include="LicenseView.resx">
    149150      <DependentUpon>LicenseView.cs</DependentUpon>
    150     </EmbeddedResource>
    151     <EmbeddedResource Include="LocalPluginView.resx">
    152       <DependentUpon>LocalPluginView.cs</DependentUpon>
    153151    </EmbeddedResource>
    154152    <EmbeddedResource Include="ProductEditor.resx">
Note: See TracChangeset for help on using the changeset viewer.