Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2511


Ignore:
Timestamp:
11/19/09 16:17:34 (14 years ago)
Author:
swagner
Message:

Added new empty plugin HeuristicLab.Core.Views to move all views from HeuristicLab.Core to (#770)

Location:
trunk/sources
Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3

    • Property svn:ignore
      •  

        old new  
        22obj
        33CustomPostBuild.cmd
         4*.user
  • trunk/sources/HeuristicLab 3.3.sln

    r2501 r2511  
    124124EndProject
    125125Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.MainForm.WindowsForms-3.2", "HeuristicLab.MainForm.WindowsForms\3.2\HeuristicLab.MainForm.WindowsForms-3.2.csproj", "{AB687BBE-1BFE-476B-906D-44237135431D}"
     126EndProject
     127Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Core.Views-3.3", "HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj", "{E226881D-315F-423D-B419-A766FE0D8685}"
    126128EndProject
    127129Global
     
    589591    {AB687BBE-1BFE-476B-906D-44237135431D}.Release|x86.ActiveCfg = Release|x86
    590592    {AB687BBE-1BFE-476B-906D-44237135431D}.Release|x86.Build.0 = Release|x86
     593    {E226881D-315F-423D-B419-A766FE0D8685}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     594    {E226881D-315F-423D-B419-A766FE0D8685}.Debug|Any CPU.Build.0 = Debug|Any CPU
     595    {E226881D-315F-423D-B419-A766FE0D8685}.Debug|x64.ActiveCfg = Debug|Any CPU
     596    {E226881D-315F-423D-B419-A766FE0D8685}.Debug|x86.ActiveCfg = Debug|Any CPU
     597    {E226881D-315F-423D-B419-A766FE0D8685}.Release|Any CPU.ActiveCfg = Release|Any CPU
     598    {E226881D-315F-423D-B419-A766FE0D8685}.Release|Any CPU.Build.0 = Release|Any CPU
     599    {E226881D-315F-423D-B419-A766FE0D8685}.Release|x64.ActiveCfg = Release|Any CPU
     600    {E226881D-315F-423D-B419-A766FE0D8685}.Release|x86.ActiveCfg = Release|Any CPU
    591601  EndGlobalSection
    592602  GlobalSection(SolutionProperties) = preSolution
  • trunk/sources/HeuristicLab 3.3/CopyAssemblies.cmd

    r2501 r2511  
    1313copy "%SolutionDir%\HeuristicLab.Common.Resources\3.2\%Outdir%\HeuristicLab.Common.Resources-3.2.dll" .\plugins
    1414copy "%SolutionDir%\HeuristicLab.Core\3.3\%Outdir%\HeuristicLab.Core-3.3.dll" .\plugins
     15copy "%SolutionDir%\HeuristicLab.Core.Views\3.3\%Outdir%\HeuristicLab.Core.Views-3.3.dll" .\plugins
    1516copy "%SolutionDir%\HeuristicLab.Constraints\3.3\%Outdir%\HeuristicLab.Constraints-3.3.dll" .\plugins
    1617copy "%SolutionDir%\HeuristicLab.Data\3.3\%Outdir%\HeuristicLab.Data-3.3.dll" .\plugins
Note: See TracChangeset for help on using the changeset viewer.