Free cookie consent management tool by TermsFeed Policy Generator

Changeset 3475


Ignore:
Timestamp:
04/21/10 20:12:02 (15 years ago)
Author:
gkronber
Message:

Removed project PluginAdministrator from HL3.3 solution. #989 (Implement review comments in plugin infrastructure)

Location:
trunk/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3.sln

    r3437 r3475  
    3838    {489CFE09-FDF7-4C89-BAB5-BD09CADD61AD} = {489CFE09-FDF7-4C89-BAB5-BD09CADD61AD}
    3939    {72104A0B-90E7-42F3-9ABE-9BBBADD4B943} = {72104A0B-90E7-42F3-9ABE-9BBBADD4B943}
    40     {C458C60D-33CE-42B8-8B7A-651B698A3C96} = {C458C60D-33CE-42B8-8B7A-651B698A3C96}
    4140    {25087811-F74C-4128-BC86-8324271DA13E} = {25087811-F74C-4128-BC86-8324271DA13E}
    4241    {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2} = {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}
     
    193192Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Algorithms.SimulatedAnnealing-3.3", "HeuristicLab.Algorithms.SimulatedAnnealing\3.3\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.csproj", "{96E5ED5B-187D-4012-9CDA-D85CDAD38342}"
    194193EndProject
    195 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.PluginAdministrator-3.3", "HeuristicLab.PluginAdministrator\3.3\HeuristicLab.PluginAdministrator-3.3.csproj", "{C458C60D-33CE-42B8-8B7A-651B698A3C96}"
    196 EndProject
    197194Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Services.Deployment-3.3", "HeuristicLab.Services.Deployment\3.3\HeuristicLab.Services.Deployment-3.3.csproj", "{30D8C5F1-CD3A-4EC1-907F-430177A03FBE}"
    198195EndProject
     
    250247EndProject
    251248Global
    252   GlobalSection(TestCaseManagementSettings) = postSolution
    253     CategoryFile = HeuristicLab 3.3.vsmdi
    254   EndGlobalSection
    255249  GlobalSection(SolutionConfigurationPlatforms) = preSolution
    256250    Debug|Any CPU = Debug|Any CPU
     
    972966    {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Services|x64.ActiveCfg = Release|x64
    973967    {96E5ED5B-187D-4012-9CDA-D85CDAD38342}.Services|x86.ActiveCfg = Release|x86
    974     {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    975     {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Debug|Any CPU.Build.0 = Debug|Any CPU
    976     {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Debug|x64.ActiveCfg = Debug|x64
    977     {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Debug|x64.Build.0 = Debug|x64
    978     {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Debug|x86.ActiveCfg = Debug|x86
    979     {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Debug|x86.Build.0 = Debug|x86
    980     {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Release|Any CPU.ActiveCfg = Release|Any CPU
    981     {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Release|Any CPU.Build.0 = Release|Any CPU
    982     {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Release|x64.ActiveCfg = Release|x64
    983     {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Release|x64.Build.0 = Release|x64
    984     {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Release|x86.ActiveCfg = Release|x86
    985     {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Release|x86.Build.0 = Release|x86
    986     {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Services|Any CPU.ActiveCfg = Release|Any CPU
    987     {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Services|x64.ActiveCfg = Release|x64
    988     {C458C60D-33CE-42B8-8B7A-651B698A3C96}.Services|x86.ActiveCfg = Release|x86
    989968    {30D8C5F1-CD3A-4EC1-907F-430177A03FBE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    990969    {30D8C5F1-CD3A-4EC1-907F-430177A03FBE}.Debug|x64.ActiveCfg = Debug|x64
  • trunk/sources/HeuristicLab.PluginInfrastructure/HeuristicLab.PluginInfrastructure.csproj

    r3474 r3475  
    146146      <DependentUpon>MultiSelectListView.cs</DependentUpon>
    147147    </Compile>
    148     <Compile Include="Advanced\PluginComparisonView.cs">
    149       <SubType>Form</SubType>
    150     </Compile>
    151     <Compile Include="Advanced\PluginComparisonView.Designer.cs">
    152       <DependentUpon>PluginComparisonView.cs</DependentUpon>
    153     </Compile>
    154148    <Compile Include="Advanced\PluginListView.cs">
    155149      <SubType>UserControl</SubType>
     
    163157    <Compile Include="Advanced\PluginView.Designer.cs">
    164158      <DependentUpon>PluginView.cs</DependentUpon>
    165     </Compile>
    166     <Compile Include="Advanced\ProductEditor.cs">
    167       <SubType>UserControl</SubType>
    168     </Compile>
    169     <Compile Include="Advanced\ProductEditor.Designer.cs">
    170       <DependentUpon>ProductEditor.cs</DependentUpon>
    171159    </Compile>
    172160    <Compile Include="Advanced\RemotePluginInstaller.cs">
     
    292280      <DependentUpon>LicenseView.cs</DependentUpon>
    293281    </EmbeddedResource>
    294     <EmbeddedResource Include="Advanced\PluginComparisonView.resx">
    295       <DependentUpon>PluginComparisonView.cs</DependentUpon>
    296     </EmbeddedResource>
    297282    <EmbeddedResource Include="Advanced\PluginListView.resx">
    298283      <DependentUpon>PluginListView.cs</DependentUpon>
     
    300285    <EmbeddedResource Include="Advanced\PluginView.resx">
    301286      <DependentUpon>PluginView.cs</DependentUpon>
    302     </EmbeddedResource>
    303     <EmbeddedResource Include="Advanced\ProductEditor.resx">
    304       <DependentUpon>ProductEditor.cs</DependentUpon>
    305287    </EmbeddedResource>
    306288    <None Include="Resources\VS2008ImageLibrary_Actions_Delete.png" />
Note: See TracChangeset for help on using the changeset viewer.