Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/10/09 18:03:28 (14 years ago)
Author:
swagner
Message:

Corrected plugin meta data of HeuristicLab.AdvancedOptimizationFrontend and HeuristicLab.MainForm.WindowsForms, corrected build configurations (#798)

Location:
trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.2
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.2/HeuristicLab.AdvancedOptimizationFrontend-3.2.csproj

    r2134 r2479  
    1111    <RootNamespace>HeuristicLab.AdvancedOptimizationFrontend</RootNamespace>
    1212    <AssemblyName>HeuristicLab.AdvancedOptimizationFrontend-3.2</AssemblyName>
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    7070  <ItemGroup>
    7171    <Reference Include="System" />
     72    <Reference Include="System.Core">
     73      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     74    </Reference>
    7275    <Reference Include="System.Data" />
    7376    <Reference Include="System.Drawing" />
     
    119122      <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
    120123      <Name>HeuristicLab.Core-3.2</Name>
     124    </ProjectReference>
     125    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms.csproj">
     126      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
     127      <Name>HeuristicLab.MainForm.WindowsForms</Name>
    121128    </ProjectReference>
    122129    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
  • trunk/sources/HeuristicLab.AdvancedOptimizationFrontend/3.2/HeuristicLabAdvancedOptimizationFrontendPlugin.cs

    r2134 r2479  
    3333  [PluginFile(Filename = "HeuristicLab.AdvancedOptimizationFrontend-3.2.dll", Filetype = PluginFileType.Assembly)]
    3434  [Dependency(Dependency = "HeuristicLab.Core-3.2")]
     35  [Dependency(Dependency = "HeuristicLab.MainForm.WindowsForms-3.2")]
    3536  public class HeuristicLabAdvancedOptimizationFrontendPlugin : PluginBase {
    3637  }
Note: See TracChangeset for help on using the changeset viewer.