Free cookie consent management tool by TermsFeed Policy Generator

Changeset 15602 for branches


Ignore:
Timestamp:
01/12/18 13:19:00 (6 years ago)
Author:
abeham
Message:

#1614: Branched Optimization.Views plugin

Location:
branches/GeneralizedQAP
Files:
2 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/GeneralizedQAP.sln

    r15579 r15602  
    2323EndProject
    2424Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances-3.3", "HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances\3.3\HeuristicLab.Problems.GeneralizedQuadraticAssignment.Instances-3.3.csproj", "{0EB9AB8E-D0D2-4A63-9353-BD5CE57DBDFE}"
     25EndProject
     26Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Optimization.Views-3.3", "HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj", "{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}"
    2527EndProject
    2628Global
     
    142144    {0EB9AB8E-D0D2-4A63-9353-BD5CE57DBDFE}.Release|x86.ActiveCfg = Release|Any CPU
    143145    {0EB9AB8E-D0D2-4A63-9353-BD5CE57DBDFE}.Release|x86.Build.0 = Release|Any CPU
     146    {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     147    {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Debug|Any CPU.Build.0 = Debug|Any CPU
     148    {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Debug|x64.ActiveCfg = Debug|x64
     149    {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Debug|x64.Build.0 = Debug|x64
     150    {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Debug|x86.ActiveCfg = Debug|x86
     151    {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Debug|x86.Build.0 = Debug|x86
     152    {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Release|Any CPU.ActiveCfg = Release|Any CPU
     153    {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Release|Any CPU.Build.0 = Release|Any CPU
     154    {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Release|x64.ActiveCfg = Release|x64
     155    {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Release|x64.Build.0 = Release|x64
     156    {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Release|x86.ActiveCfg = Release|x86
     157    {662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}.Release|x86.Build.0 = Release|x86
    144158  EndGlobalSection
    145159  GlobalSection(SolutionProperties) = preSolution
  • branches/GeneralizedQAP/HeuristicLab.Optimization.Views/3.3/HeuristicLab.Optimization.Views-3.3.csproj

    r14636 r15602  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     43    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5151    <DebugType>pdbonly</DebugType>
    5252    <Optimize>true</Optimize>
    53     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     53    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    5454    <DefineConstants>TRACE</DefineConstants>
    5555    <ErrorReport>prompt</ErrorReport>
     
    6262  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6363    <DebugSymbols>true</DebugSymbols>
    64     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     64    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    6565    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6666    <DebugType>full</DebugType>
     
    7171  </PropertyGroup>
    7272  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    73     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     73    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    7474    <DefineConstants>TRACE</DefineConstants>
    7575    <DocumentationFile>
     
    8484  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    8585    <DebugSymbols>true</DebugSymbols>
    86     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     86    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    8787    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8888    <DebugType>full</DebugType>
     
    9393  </PropertyGroup>
    9494  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    95     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     95    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    9696    <DefineConstants>TRACE</DefineConstants>
    9797    <DocumentationFile>
     
    365365  </ItemGroup>
    366366  <ItemGroup>
    367     <ProjectReference Include="..\..\HeuristicLab.Analysis.Views\3.3\HeuristicLab.Analysis.Views-3.3.csproj">
    368       <Project>{76945D76-CA61-4147-9DC2-0ACDCDDF87F9}</Project>
    369       <Name>HeuristicLab.Analysis.Views-3.3</Name>
    370       <Private>False</Private>
    371     </ProjectReference>
    372     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    373       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    374       <Name>HeuristicLab.Collections-3.3</Name>
    375       <Private>False</Private>
    376     </ProjectReference>
    377     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    378       <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    379       <Name>HeuristicLab.Common.Resources-3.3</Name>
    380       <Private>False</Private>
    381     </ProjectReference>
    382     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    383       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    384       <Name>HeuristicLab.Common-3.3</Name>
    385       <Private>False</Private>
    386     </ProjectReference>
    387     <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    388       <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
    389       <Name>HeuristicLab.Core.Views-3.3</Name>
    390       <Private>False</Private>
    391     </ProjectReference>
    392     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    393       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    394       <Name>HeuristicLab.Core-3.3</Name>
    395       <Private>False</Private>
    396     </ProjectReference>
    397     <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
    398       <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
    399       <Name>HeuristicLab.Data.Views-3.3</Name>
    400       <Private>False</Private>
    401     </ProjectReference>
    402     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    403       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    404       <Name>HeuristicLab.Data-3.3</Name>
    405       <Private>False</Private>
    406     </ProjectReference>
    407     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    408       <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    409       <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    410       <Private>False</Private>
    411     </ProjectReference>
    412     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    413       <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    414       <Name>HeuristicLab.MainForm-3.3</Name>
    415       <Private>False</Private>
    416     </ProjectReference>
    417     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    418       <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
    419       <Name>HeuristicLab.Operators-3.3</Name>
    420       <Private>False</Private>
    421     </ProjectReference>
     367    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0">
     368      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     369      <Private>False</Private>
     370    </Reference>
     371    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0">
     372      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     373      <Private>False</Private>
     374    </Reference>
     375    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0">
     376      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     377      <Private>False</Private>
     378    </Reference>
     379    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0">
     380      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     381      <Private>False</Private>
     382    </Reference>
     383    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0">
     384      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     385      <Private>False</Private>
     386    </Reference>
     387    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0">
     388      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     389      <Private>False</Private>
     390    </Reference>
     391    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0">
     392      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     393      <Private>False</Private>
     394    </Reference>
     395    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     396      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     397      <Private>False</Private>
     398    </Reference>
     399    <Reference Include="HeuristicLab.Analysis.Views-3.3">
     400      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis.Views-3.3.dll</HintPath>
     401      <Private>False</Private>
     402    </Reference>
     403    <Reference Include="HeuristicLab.Core.Views-3.3">
     404      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     405      <Private>False</Private>
     406    </Reference>
     407    <Reference Include=".HeuristicLab.Data.Views-3.3">
     408      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
     409      <Private>False</Private>
     410    </Reference>
     411    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
     412      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     413      <Private>False</Private>
     414    </Reference>
     415    <Reference Include="HeuristicLab.MainForm-3.3">
     416      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     417      <Private>False</Private>
     418    </Reference>
     419    <Reference Include="HeuristicLab.Parameters.Views-3.3">
     420      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters.Views-3.3.dll</HintPath>
     421      <Private>False</Private>
     422    </Reference>
     423    <Reference Include="HeuristicLab.Problems.Instances.Views-3.3">
     424      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances.Views-3.3.dll</HintPath>
     425      <Private>False</Private>
     426    </Reference>
     427    <Reference Include="HeuristicLab.Problems.Instances-3.3">
     428      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
     429      <Private>False</Private>
     430    </Reference>
     431    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
     432      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
     433      <Private>False</Private>
     434    </Reference>
     435    <Reference Include="HeuristicLab.Analysis-3.3">
     436      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     437      <Private>False</Private>
     438    </Reference>
     439  </ItemGroup>
     440  <ItemGroup>
    422441    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    423442      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    424443      <Name>HeuristicLab.Optimization-3.3</Name>
    425       <Private>False</Private>
    426     </ProjectReference>
    427     <ProjectReference Include="..\..\HeuristicLab.Parameters.Views\3.3\HeuristicLab.Parameters.Views-3.3.csproj">
    428       <Project>{ae5b1ce5-9862-4d6f-a700-d72cd9aea295}</Project>
    429       <Name>HeuristicLab.Parameters.Views-3.3</Name>
    430       <Private>False</Private>
    431     </ProjectReference>
    432     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    433       <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
    434       <Name>HeuristicLab.Parameters-3.3</Name>
    435       <Private>False</Private>
    436     </ProjectReference>
    437     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    438       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    439       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    440       <Private>False</Private>
    441     </ProjectReference>
    442     <ProjectReference Include="..\..\HeuristicLab.Problems.Instances.Views\3.3\HeuristicLab.Problems.Instances.Views-3.3.csproj">
    443       <Project>{B1BA398F-953F-4C3A-B07B-1E5E17A27DD9}</Project>
    444       <Name>HeuristicLab.Problems.Instances.Views-3.3</Name>
    445       <Private>False</Private>
    446     </ProjectReference>
    447     <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
    448       <Project>{3540E29E-4793-49E7-8EE2-FEA7F61C3994}</Project>
    449       <Name>HeuristicLab.Problems.Instances-3.3</Name>
    450       <Private>False</Private>
    451     </ProjectReference>
    452     <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
    453       <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
    454       <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
    455       <Private>False</Private>
    456     </ProjectReference>
    457     <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    458       <Project>{887425B4-4348-49ED-A457-B7D2C26DDBF9}</Project>
    459       <Name>HeuristicLab.Analysis-3.3</Name>
    460444      <Private>False</Private>
    461445    </ProjectReference>
Note: See TracChangeset for help on using the changeset viewer.