Free cookie consent management tool by TermsFeed Policy Generator

Changeset 11572


Ignore:
Timestamp:
11/24/14 16:09:32 (9 years ago)
Author:
bburlacu
Message:

#2276: Merged the Programmable problem projects into the branch, adjusted references and build paths.

Location:
branches/HeuristicLab.DatasetRefactor/sources
Files:
3 edited
2 copied

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab 3.3.sln

    r11571 r11572  
    22Microsoft Visual Studio Solution File, Format Version 12.00
    33# Visual Studio 2013
    4 VisualStudioVersion = 12.0.30723.0
     4VisualStudioVersion = 12.0.31101.0
    55MinimumVisualStudioVersion = 10.0.40219.1
    66Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{96396439-A764-4022-A8D2-BE021449B8D1}"
     
    401401EndProject
    402402Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.DataPreprocessing.Views-3.4", "HeuristicLab.DataPreprocessing.Views\3.4\HeuristicLab.DataPreprocessing.Views-3.4.csproj", "{3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}"
     403EndProject
     404Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Programmable-3.3", "HeuristicLab.Problems.Programmable\3.3\HeuristicLab.Problems.Programmable-3.3.csproj", "{EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}"
     405EndProject
     406Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Problems.Programmable.Views-3.3", "HeuristicLab.Problems.Programmable.Views\3.3\HeuristicLab.Problems.Programmable.Views-3.3.csproj", "{6F023B90-2091-40A9-8AC0-B0338DFF8E5F}"
    403407EndProject
    404408Global
     
    19441948    {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|x64.ActiveCfg = Release|Any CPU
    19451949    {3FC7515E-D8A0-41FE-8CFA-50E3ADA61A1E}.Release|x86.ActiveCfg = Release|Any CPU
     1950    {EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1951    {EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}.Debug|Any CPU.Build.0 = Debug|Any CPU
     1952    {EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}.Debug|x64.ActiveCfg = Debug|Any CPU
     1953    {EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}.Debug|x86.ActiveCfg = Debug|Any CPU
     1954    {EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}.Release|Any CPU.ActiveCfg = Release|Any CPU
     1955    {EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}.Release|Any CPU.Build.0 = Release|Any CPU
     1956    {EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}.Release|x64.ActiveCfg = Release|Any CPU
     1957    {EE07BFF8-B23D-41F5-8AD7-AC9598D7A2C9}.Release|x86.ActiveCfg = Release|Any CPU
     1958    {6F023B90-2091-40A9-8AC0-B0338DFF8E5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
     1959    {6F023B90-2091-40A9-8AC0-B0338DFF8E5F}.Debug|Any CPU.Build.0 = Debug|Any CPU
     1960    {6F023B90-2091-40A9-8AC0-B0338DFF8E5F}.Debug|x64.ActiveCfg = Debug|Any CPU
     1961    {6F023B90-2091-40A9-8AC0-B0338DFF8E5F}.Debug|x86.ActiveCfg = Debug|Any CPU
     1962    {6F023B90-2091-40A9-8AC0-B0338DFF8E5F}.Release|Any CPU.ActiveCfg = Release|Any CPU
     1963    {6F023B90-2091-40A9-8AC0-B0338DFF8E5F}.Release|Any CPU.Build.0 = Release|Any CPU
     1964    {6F023B90-2091-40A9-8AC0-B0338DFF8E5F}.Release|x64.ActiveCfg = Release|Any CPU
     1965    {6F023B90-2091-40A9-8AC0-B0338DFF8E5F}.Release|x86.ActiveCfg = Release|Any CPU
    19461966  EndGlobalSection
    19471967  GlobalSection(SolutionProperties) = preSolution
  • branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Problems.Programmable.Views/3.3/HeuristicLab.Problems.Programmable.Views-3.3.csproj

    r11400 r11572  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     20    <OutputPath>..\..\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    2626    <DebugType>pdbonly</DebugType>
    2727    <Optimize>true</Optimize>
    28     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     28    <OutputPath>..\..\bin\</OutputPath>
    2929    <DefineConstants>TRACE</DefineConstants>
    3030    <ErrorReport>prompt</ErrorReport>
     
    3838  </PropertyGroup>
    3939  <ItemGroup>
    40     <Reference Include="HeuristicLab.CodeEditor-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    41       <SpecificVersion>False</SpecificVersion>
    42       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.CodeEditor-3.3.dll</HintPath>
    43       <Private>False</Private>
    44     </Reference>
    45     <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    46       <SpecificVersion>False</SpecificVersion>
    47       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    48       <Private>False</Private>
    49     </Reference>
    50     <Reference Include="HeuristicLab.Common-3.3">
    51       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    52       <Private>False</Private>
    53     </Reference>
    54     <Reference Include="HeuristicLab.Common.Resources-3.3">
    55       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    56       <Private>False</Private>
    57     </Reference>
    58     <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    59       <SpecificVersion>False</SpecificVersion>
    60       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    61       <Private>False</Private>
    62     </Reference>
    63     <Reference Include="HeuristicLab.Core.Views-3.3">
    64       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
    65       <Private>False</Private>
    66     </Reference>
    67     <Reference Include="HeuristicLab.Data.Views-3.3">
    68       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data.Views-3.3.dll</HintPath>
    69       <Private>False</Private>
    70     </Reference>
    71     <Reference Include="HeuristicLab.MainForm-3.3">
    72       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
    73       <Private>False</Private>
    74     </Reference>
    75     <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    76       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    77       <Private>False</Private>
    78     </Reference>
    79     <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    80       <SpecificVersion>False</SpecificVersion>
    81       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    82       <Private>False</Private>
    83     </Reference>
    84     <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    85       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    86       <Private>False</Private>
    87     </Reference>
    88     <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    89       <SpecificVersion>False</SpecificVersion>
    90       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
    91       <Private>False</Private>
    92     </Reference>
    93     <Reference Include="HeuristicLab.Scripting.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    94       <SpecificVersion>False</SpecificVersion>
    95       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting.Views-3.3.dll</HintPath>
    96       <Private>False</Private>
    97     </Reference>
    9840    <Reference Include="System" />
    9941    <Reference Include="System.Core" />
     
    13476  </ItemGroup>
    13577  <ItemGroup>
     78    <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">
     79      <Project>{489cfe09-fdf7-4c89-bab5-bd09cadd61ad}</Project>
     80      <Name>HeuristicLab.CodeEditor-3.3</Name>
     81      <Private>False</Private>
     82    </ProjectReference>
     83    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     84      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
     85      <Name>HeuristicLab.Collections-3.3</Name>
     86      <Private>False</Private>
     87    </ProjectReference>
     88    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
     89      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
     90      <Name>HeuristicLab.Common.Resources-3.3</Name>
     91      <Private>False</Private>
     92    </ProjectReference>
     93    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     94      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
     95      <Name>HeuristicLab.Common-3.3</Name>
     96      <Private>False</Private>
     97    </ProjectReference>
     98    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
     99      <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
     100      <Name>HeuristicLab.Core.Views-3.3</Name>
     101      <Private>False</Private>
     102    </ProjectReference>
     103    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     104      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
     105      <Name>HeuristicLab.Core-3.3</Name>
     106      <Private>False</Private>
     107    </ProjectReference>
     108    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
     109      <Project>{72104a0b-90e7-42f3-9abe-9bbbadd4b943}</Project>
     110      <Name>HeuristicLab.Data.Views-3.3</Name>
     111      <Private>False</Private>
     112    </ProjectReference>
     113    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
     114      <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
     115      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
     116      <Private>False</Private>
     117    </ProjectReference>
     118    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
     119      <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
     120      <Name>HeuristicLab.MainForm-3.3</Name>
     121      <Private>False</Private>
     122    </ProjectReference>
     123    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
     124      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
     125      <Name>HeuristicLab.Optimization-3.3</Name>
     126      <Private>False</Private>
     127    </ProjectReference>
     128    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
     129      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
     130      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     131      <Private>False</Private>
     132    </ProjectReference>
    136133    <ProjectReference Include="..\..\HeuristicLab.Problems.Programmable\3.3\HeuristicLab.Problems.Programmable-3.3.csproj">
    137134      <Project>{ee07bff8-b23d-41f5-8ad7-ac9598d7a2c9}</Project>
    138135      <Name>HeuristicLab.Problems.Programmable-3.3</Name>
     136      <Private>False</Private>
     137    </ProjectReference>
     138    <ProjectReference Include="..\..\HeuristicLab.Scripting.Views\3.3\HeuristicLab.Scripting.Views-3.3.csproj">
     139      <Project>{0c2917c8-7aa8-4e18-800a-c4d064f992ed}</Project>
     140      <Name>HeuristicLab.Scripting.Views-3.3</Name>
     141      <Private>False</Private>
     142    </ProjectReference>
     143    <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
     144      <Project>{21977cc3-1757-4b3b-87bd-ff817aaa900f}</Project>
     145      <Name>HeuristicLab.Scripting-3.3</Name>
     146      <Private>False</Private>
    139147    </ProjectReference>
    140148  </ItemGroup>
  • branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Problems.Programmable/3.3/HeuristicLab.Problems.Programmable-3.3.csproj

    r11484 r11572  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     20    <OutputPath>..\..\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    2626    <DebugType>pdbonly</DebugType>
    2727    <Optimize>true</Optimize>
    28     <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
     28    <OutputPath>..\..\bin\</OutputPath>
    2929    <DefineConstants>TRACE</DefineConstants>
    3030    <ErrorReport>prompt</ErrorReport>
     
    3838  </PropertyGroup>
    3939  <ItemGroup>
    40     <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    41       <SpecificVersion>False</SpecificVersion>
    42       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
    43       <Private>False</Private>
    44     </Reference>
    45     <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    46       <SpecificVersion>False</SpecificVersion>
    47       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    48       <Private>False</Private>
    49     </Reference>
    50     <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    51       <SpecificVersion>False</SpecificVersion>
    52       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    53       <Private>False</Private>
    54     </Reference>
    55     <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    56       <SpecificVersion>False</SpecificVersion>
    57       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    58       <Private>False</Private>
    59     </Reference>
    60     <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    61       <SpecificVersion>False</SpecificVersion>
    62       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    63       <Private>False</Private>
    64     </Reference>
    65     <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    66       <SpecificVersion>False</SpecificVersion>
    67       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
    68       <Private>False</Private>
    69     </Reference>
    70     <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    71       <SpecificVersion>False</SpecificVersion>
    72       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
    73       <Private>False</Private>
    74     </Reference>
    75     <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    76       <SpecificVersion>False</SpecificVersion>
    77       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
    78       <Private>False</Private>
    79     </Reference>
    80     <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    81       <SpecificVersion>False</SpecificVersion>
    82       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
    83       <Private>False</Private>
    84     </Reference>
    85     <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    86       <SpecificVersion>False</SpecificVersion>
    87       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
    88       <Private>False</Private>
    89     </Reference>
    90     <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    91       <SpecificVersion>False</SpecificVersion>
    92       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
    93     </Reference>
    94     <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    95       <SpecificVersion>False</SpecificVersion>
    96       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
    97       <Private>False</Private>
    98     </Reference>
    99     <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    100       <SpecificVersion>False</SpecificVersion>
    101       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
    102       <Private>False</Private>
    103     </Reference>
    104     <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    105       <SpecificVersion>False</SpecificVersion>
    106       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
    107       <Private>False</Private>
    108     </Reference>
    109     <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    110       <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    111       <Private>False</Private>
    112     </Reference>
    113     <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    114       <SpecificVersion>False</SpecificVersion>
    115       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
    116       <Private>False</Private>
    117     </Reference>
    118     <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
    119       <SpecificVersion>False</SpecificVersion>
    120       <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
    121       <Private>False</Private>
    122     </Reference>
    12340    <Reference Include="System" />
    12441    <Reference Include="System.Core" />
     
    17390    <Compile Include="Properties\AssemblyInfo.cs" />
    17491  </ItemGroup>
     92  <ItemGroup>
     93    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
     94      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
     95      <Name>HeuristicLab.Analysis-3.3</Name>
     96    </ProjectReference>
     97    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
     98      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
     99      <Name>HeuristicLab.Collections-3.3</Name>
     100    </ProjectReference>
     101    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
     102      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
     103      <Name>HeuristicLab.Common.Resources-3.3</Name>
     104    </ProjectReference>
     105    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
     106      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
     107      <Name>HeuristicLab.Common-3.3</Name>
     108    </ProjectReference>
     109    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     110      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
     111      <Name>HeuristicLab.Core-3.3</Name>
     112    </ProjectReference>
     113    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     114      <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
     115      <Name>HeuristicLab.Data-3.3</Name>
     116    </ProjectReference>
     117    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
     118      <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project>
     119      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
     120    </ProjectReference>
     121    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
     122      <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
     123      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
     124    </ProjectReference>
     125    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
     126      <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
     127      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
     128    </ProjectReference>
     129    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
     130      <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project>
     131      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
     132    </ProjectReference>
     133    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
     134      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
     135      <Name>HeuristicLab.Operators-3.3</Name>
     136    </ProjectReference>
     137    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
     138      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
     139      <Name>HeuristicLab.Optimization-3.3</Name>
     140    </ProjectReference>
     141    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
     142      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
     143      <Name>HeuristicLab.Parameters-3.3</Name>
     144    </ProjectReference>
     145    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     146      <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
     147      <Name>HeuristicLab.Persistence-3.3</Name>
     148    </ProjectReference>
     149    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
     150      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
     151      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
     152    </ProjectReference>
     153    <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
     154      <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
     155      <Name>HeuristicLab.Problems.Instances-3.3</Name>
     156    </ProjectReference>
     157    <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
     158      <Project>{21977cc3-1757-4b3b-87bd-ff817aaa900f}</Project>
     159      <Name>HeuristicLab.Scripting-3.3</Name>
     160    </ProjectReference>
     161  </ItemGroup>
    175162  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    176163  <PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.