Free cookie consent management tool by TermsFeed Policy Generator

Changeset 583


Ignore:
Timestamp:
09/24/08 13:56:52 (16 years ago)
Author:
abeham
Message:

Adding communication framework to branch 3.1 (ticket #278)

Location:
branches/3.1/sources
Files:
113 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3.1/sources/HeuristicLab.sln

    r564 r583  
    8989EndProject
    9090Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.CEDMA.Charting", "HeuristicLab.CEDMA.Charting\HeuristicLab.CEDMA.Charting.csproj", "{1BF17271-5350-476A-8F6D-FC74FA3E82CA}"
     91EndProject
     92Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Communication.Data", "HeuristicLab.Communication.Data\HeuristicLab.Communication.Data.csproj", "{14E1C3E3-2496-436A-AE00-09F7B81DB15B}"
     93EndProject
     94Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Communication.Operators", "HeuristicLab.Communication.Operators\HeuristicLab.Communication.Operators.csproj", "{6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}"
     95EndProject
     96Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.SimOpt", "HeuristicLab.SimOpt\HeuristicLab.SimOpt.csproj", "{32DAA44F-944A-465F-A5C9-1C491EE4976D}"
    9197EndProject
    9298Global
     
    426432    {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Release|x86.ActiveCfg = Release|x86
    427433    {1BF17271-5350-476A-8F6D-FC74FA3E82CA}.Release|x86.Build.0 = Release|x86
     434    {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     435    {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.Debug|Any CPU.Build.0 = Debug|Any CPU
     436    {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.Debug|x86.ActiveCfg = Debug|Any CPU
     437    {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.Release|Any CPU.ActiveCfg = Release|Any CPU
     438    {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.Release|Any CPU.Build.0 = Release|Any CPU
     439    {14E1C3E3-2496-436A-AE00-09F7B81DB15B}.Release|x86.ActiveCfg = Release|Any CPU
     440    {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     441    {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.Debug|Any CPU.Build.0 = Debug|Any CPU
     442    {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.Debug|x86.ActiveCfg = Debug|Any CPU
     443    {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.Release|Any CPU.ActiveCfg = Release|Any CPU
     444    {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.Release|Any CPU.Build.0 = Release|Any CPU
     445    {6AEF1284-2428-4B01-B9D2-62C1FA7C2DE1}.Release|x86.ActiveCfg = Release|Any CPU
     446    {32DAA44F-944A-465F-A5C9-1C491EE4976D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     447    {32DAA44F-944A-465F-A5C9-1C491EE4976D}.Debug|Any CPU.Build.0 = Debug|Any CPU
     448    {32DAA44F-944A-465F-A5C9-1C491EE4976D}.Debug|x86.ActiveCfg = Debug|Any CPU
     449    {32DAA44F-944A-465F-A5C9-1C491EE4976D}.Release|Any CPU.ActiveCfg = Release|Any CPU
     450    {32DAA44F-944A-465F-A5C9-1C491EE4976D}.Release|Any CPU.Build.0 = Release|Any CPU
     451    {32DAA44F-944A-465F-A5C9-1C491EE4976D}.Release|x86.ActiveCfg = Release|Any CPU
    428452  EndGlobalSection
    429453  GlobalSection(SolutionProperties) = preSolution
  • branches/3.1/sources/HeuristicLab/CopyAssemblies.cmd

    r579 r583  
    2020copy %1\HeuristicLab.Charting\%2\HeuristicLab.Charting.dll .\plugins
    2121copy %1\HeuristicLab.Charting.Data\%2\HeuristicLab.Charting.Data.dll .\plugins
     22copy %1\HeuristicLab.Communication.Data\%2\HeuristicLab.Communication.Data.dll .\plugins
     23copy %1\HeuristicLab.Communication.Operators\%2\HeuristicLab.Communication.Operators.dll .\plugins
    2224copy %1\HeuristicLab.Core\%2\HeuristicLab.Core.dll .\plugins
    2325copy %1\HeuristicLab.Constraints\%2\HeuristicLab.Constraints.dll .\plugins
     
    4345copy %1\HeuristicLab.SequentialEngine\%2\HeuristicLab.SequentialEngine.dll .\plugins
    4446copy %1\HeuristicLab.SGA\%2\HeuristicLab.SGA.dll .\plugins
     47copy %1\HeuristicLab.SimOpt\%2\HeuristicLab.SimOpt.dll .\plugins
    4548copy %1\HeuristicLab.SQLite\%2\HeuristicLab.SQLite.dll .\plugins
    4649copy %1\HeuristicLab.SQLite\System.Data.SQLite.dll .\plugins
Note: See TracChangeset for help on using the changeset viewer.