Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2479


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
Files:
5 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  }
  • trunk/sources/HeuristicLab.MainForm.WindowsForms/3.2/HeuristicLabMainFormWindowsFormsPlugin.cs

    r2458 r2479  
    2727namespace HeuristicLab.MainForm.WindowsForms {
    2828  [ClassInfo(Name = "HeuristicLab.MainForm.WindowsForms-3.2")]
    29   [PluginFile(Filename = "HeuristicLab.MainForm.WindowsForms-3.2.dll", Filetype = PluginFileType.Assembly)] 
     29  [PluginFile(Filename = "HeuristicLab.MainForm.WindowsForms-3.2.dll", Filetype = PluginFileType.Assembly)]
     30  [PluginFile(Filename = "WeifenLuo.WinFormsUI.Docking.dll", Filetype = PluginFileType.Data)]
    3031  [Dependency(Dependency = "HeuristicLab.MainForm-3.2")]
    3132  public class HeuristicLabMainFormTestPlugin : PluginBase {
  • trunk/sources/HeuristicLab.sln

    r2465 r2479  
    25772577    {BF7D9494-A586-457B-8DF9-ED599F9E6A71}.Release|Any CPU.ActiveCfg = Release|Any CPU
    25782578    {BF7D9494-A586-457B-8DF9-ED599F9E6A71}.Release|x64.ActiveCfg = Release|x64
    2579     {BF7D9494-A586-457B-8DF9-ED599F9E6A71}.Release|x64.Build.0 = Release|x64
    25802579    {BF7D9494-A586-457B-8DF9-ED599F9E6A71}.Release|x86.ActiveCfg = Release|x86
    25812580    {BF7D9494-A586-457B-8DF9-ED599F9E6A71}.v3.2 Debug|Any CPU.ActiveCfg = Debug|Any CPU
     
    39173916    {1FC004FC-59AF-4249-B1B6-FF25873A20E4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
    39183917    {1FC004FC-59AF-4249-B1B6-FF25873A20E4}.Debug|Any CPU.Build.0 = Debug|Any CPU
    3919     {1FC004FC-59AF-4249-B1B6-FF25873A20E4}.Debug|x64.ActiveCfg = Debug|x86
     3918    {1FC004FC-59AF-4249-B1B6-FF25873A20E4}.Debug|x64.ActiveCfg = Debug|x64
     3919    {1FC004FC-59AF-4249-B1B6-FF25873A20E4}.Debug|x64.Build.0 = Debug|x64
    39203920    {1FC004FC-59AF-4249-B1B6-FF25873A20E4}.Debug|x86.ActiveCfg = Debug|x86
    39213921    {1FC004FC-59AF-4249-B1B6-FF25873A20E4}.Debug|x86.Build.0 = Debug|x86
     
    40604060    {AB687BBE-1BFE-476B-906D-44237135431D}.CEDMA Debug|x86.ActiveCfg = Debug|x86
    40614061    {AB687BBE-1BFE-476B-906D-44237135431D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     4062    {AB687BBE-1BFE-476B-906D-44237135431D}.Debug|Any CPU.Build.0 = Debug|Any CPU
    40624063    {AB687BBE-1BFE-476B-906D-44237135431D}.Debug|x64.ActiveCfg = Debug|x64
    40634064    {AB687BBE-1BFE-476B-906D-44237135431D}.Debug|x64.Build.0 = Debug|x64
     
    40684069    {AB687BBE-1BFE-476B-906D-44237135431D}.Modeling Debug|x86.ActiveCfg = Debug|x86
    40694070    {AB687BBE-1BFE-476B-906D-44237135431D}.Release|Any CPU.ActiveCfg = Release|Any CPU
     4071    {AB687BBE-1BFE-476B-906D-44237135431D}.Release|Any CPU.Build.0 = Release|Any CPU
    40704072    {AB687BBE-1BFE-476B-906D-44237135431D}.Release|x64.ActiveCfg = Release|x64
    40714073    {AB687BBE-1BFE-476B-906D-44237135431D}.Release|x64.Build.0 = Release|x64
  • trunk/sources/HeuristicLab/CopyAssemblies.cmd

    r2458 r2479  
    1111copy "%SolutionDir%\HeuristicLab.AdvancedOptimizationFrontend\3.2\%Outdir%\HeuristicLab.AdvancedOptimizationFrontend-3.2.dll" .\plugins
    1212copy "%SolutionDir%\HeuristicLab.AdvancedOptimizationFrontend\3.3\%Outdir%\HeuristicLab.AdvancedOptimizationFrontend-3.3.dll" .\plugins
    13 copy "%SolutionDir%\WinFormsUI\%Outdir%\WeifenLuo.WinFormsUI.Docking.dll" .\plugins
    14 copy "%SolutionDir%\WinFormsUI\%Outdir%\WeifenLuo.WinFormsUI.Docking License.txt" .\plugins
    1513copy "%SolutionDir%\HeuristicLab.Assignment.QAP\3.2\%Outdir%\HeuristicLab.Assignment.QAP-3.2.dll" .\plugins
    1614copy "%SolutionDir%\HeuristicLab.BitVector\3.2\%Outdir%\HeuristicLab.BitVector-3.2.dll" .\plugins
     
    7876copy "%SolutionDir%\HeuristicLab.MainForm.Test\3.2\%Outdir%\HeuristicLab.MainForm.Test-3.2.dll" .\plugins
    7977copy "%SolutionDir%\HeuristicLab.MainForm.WindowsForms\3.2\%Outdir%\HeuristicLab.MainForm.WindowsForms-3.2.dll" .\plugins
     78copy "%SolutionDir%\WinFormsUI\%Outdir%\WeifenLuo.WinFormsUI.Docking.dll" .\plugins
     79copy "%SolutionDir%\WinFormsUI\%Outdir%\WeifenLuo.WinFormsUI.Docking License.txt" .\plugins
    8080copy "%SolutionDir%\HeuristicLab.Modeling\3.2\%Outdir%\HeuristicLab.Modeling-3.2.dll" .\plugins
    8181copy "%SolutionDir%\HeuristicLab.Modeling\3.3\%Outdir%\HeuristicLab.Modeling-3.3.dll" .\plugins
Note: See TracChangeset for help on using the changeset viewer.