Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/14/11 18:59:42 (13 years ago)
Author:
gkronber
Message:

#1536 implemented feature that checks for plugin updates on each application start and allows to install plugin updates easily. Removed more advanced plugin management features for all users except if it is manually reenabled in the HeuristicLab.config file.

File:
1 edited

Legend:

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

    r6174 r6413  
    144144      <DependentUpon>ConnectionSetupView.cs</DependentUpon>
    145145    </Compile>
     146    <Compile Include="Advanced\PluginUpdaterForm.cs">
     147      <SubType>Form</SubType>
     148    </Compile>
     149    <Compile Include="Advanced\PluginUpdaterForm.Designer.cs">
     150      <DependentUpon>PluginUpdaterForm.cs</DependentUpon>
     151    </Compile>
    146152    <Compile Include="Advanced\DeploymentService\AdminServiceClientFactory.cs" />
    147153    <Compile Include="Advanced\DeploymentService\DeploymentServerCertificateValidator.cs" />
     
    259265    <Compile Include="Properties\AssemblyInfo.cs" />
    260266    <None Include="Advanced\DeploymentService\GenerateServiceClients.cmd" />
    261     <None Include="app.config" />
     267    <None Include="app.config">
     268      <SubType>Designer</SubType>
     269    </None>
    262270    <None Include="HeuristicLab.snk" />
    263271    <None Include="Properties\AssemblyInfo.frame" />
     
    308316    <None Include="Resources\HeuristicLabLogo.png" />
    309317    <None Include="Resources\HeuristicLabBanner.png" />
    310     <None Include="Resources\VS2008ImageLibrary_Actions_Delete.png" />
     318    <Content Include="Resources\UpdateAvailable.ico" />
    311319    <Content Include="Resources\VS2008ImageLibrary_Actions_PublishToWebHS.png" />
    312320    <Content Include="Resources\VS2008ImageLibrary_Actions_RepeatHS.png" />
Note: See TracChangeset for help on using the changeset viewer.