Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7114


Ignore:
Timestamp:
12/02/11 13:22:06 (12 years ago)
Author:
mkommend
Message:

#1329: Adapted scheduling branch to new repository layout.

Location:
branches/Scheduling
Files:
91 deleted
5 edited

Legend:

Unmodified
Added
Removed
  • branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding.Tests/HeuristicLab.Encodings.ScheduleEncoding-3.3.Tests.csproj

    r6475 r7114  
    2020    <DebugType>full</DebugType>
    2121    <Optimize>false</Optimize>
    22     <OutputPath>bin\Debug\</OutputPath>
     22    <OutputPath>..\..\..\trunk\sources\bin\</OutputPath>
    2323    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2424    <ErrorReport>prompt</ErrorReport>
     
    3434  </PropertyGroup>
    3535  <ItemGroup>
     36    <Reference Include="HeuristicLab.Collections-3.3">
     37      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     38    </Reference>
     39    <Reference Include="HeuristicLab.Common-3.3">
     40      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     41    </Reference>
     42    <Reference Include="HeuristicLab.Core-3.3">
     43      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     44    </Reference>
     45    <Reference Include="HeuristicLab.Data-3.3">
     46      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     47    </Reference>
     48    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
     49      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
     50    </Reference>
     51    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
     52      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
     53    </Reference>
     54    <Reference Include="HeuristicLab.Operators-3.3">
     55      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     56    </Reference>
     57    <Reference Include="HeuristicLab.Optimization-3.3">
     58      <HintPath>..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     59    </Reference>
    3660    <Reference Include="Microsoft.CSharp" />
    3761    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
     
    5680    <Compile Include="JSMShiftChangeManipulatorTest.cs" />
    5781    <Compile Include="JSMSXXCrossoverTest.cs" />
    58     <Compile Include="Properties\AssemblyInfo.cs" />
    5982    <Compile Include="PWRGOXCrossoverTest.cs" />
    6083    <Compile Include="PWRPPXCrossoverTest.cs" />
     
    6386  </ItemGroup>
    6487  <ItemGroup>
    65     <ProjectReference Include="..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    66       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    67       <Name>HeuristicLab.Collections-3.3</Name>
    68     </ProjectReference>
    69     <ProjectReference Include="..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    70       <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    71       <Name>HeuristicLab.Common.Resources-3.3</Name>
    72     </ProjectReference>
    73     <ProjectReference Include="..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    74       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    75       <Name>HeuristicLab.Common-3.3</Name>
    76     </ProjectReference>
    77     <ProjectReference Include="..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    78       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    79       <Name>HeuristicLab.Core-3.3</Name>
    80     </ProjectReference>
    81     <ProjectReference Include="..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    82       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    83       <Name>HeuristicLab.Data-3.3</Name>
    84     </ProjectReference>
    85     <ProjectReference Include="..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
    86       <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
    87       <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
    88     </ProjectReference>
    89     <ProjectReference Include="..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
    90       <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
    91       <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
    92     </ProjectReference>
    9388    <ProjectReference Include="..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
    9489      <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
    9590      <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
    9691    </ProjectReference>
    97     <ProjectReference Include="..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    98       <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    99       <Name>HeuristicLab.Operators-3.3</Name>
    100     </ProjectReference>
    101     <ProjectReference Include="..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    102       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    103       <Name>HeuristicLab.Optimization-3.3</Name>
    104     </ProjectReference>
    105     <ProjectReference Include="..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    106       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    107       <Name>HeuristicLab.Parameters-3.3</Name>
    108     </ProjectReference>
    109     <ProjectReference Include="..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    110       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    111       <Name>HeuristicLab.Persistence-3.3</Name>
    112     </ProjectReference>
    113     <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    114       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    115       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    116     </ProjectReference>
     92  </ItemGroup>
     93  <ItemGroup>
     94    <Folder Include="Properties\" />
    11795  </ItemGroup>
    11896  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  • branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding.Views/3.3/HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.csproj

    r6482 r7114  
    2626    <DebugType>pdbonly</DebugType>
    2727    <Optimize>true</Optimize>
    28     <OutputPath>bin\Release\</OutputPath>
     28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    2929    <DefineConstants>TRACE</DefineConstants>
    3030    <ErrorReport>prompt</ErrorReport>
     
    3838  </PropertyGroup>
    3939  <ItemGroup>
     40    <Reference Include="HeuristicLab.Collections-3.3">
     41      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     42    </Reference>
     43    <Reference Include="HeuristicLab.Common-3.3">
     44      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     45    </Reference>
     46    <Reference Include="HeuristicLab.Core-3.3">
     47      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     48    </Reference>
     49    <Reference Include="HeuristicLab.Core.Views-3.3">
     50      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     51    </Reference>
     52    <Reference Include="HeuristicLab.Data-3.3">
     53      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     54    </Reference>
     55    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
     56      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
     57    </Reference>
     58    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
     59      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
     60    </Reference>
     61    <Reference Include="HeuristicLab.MainForm-3.3">
     62      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     63    </Reference>
     64    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
     65      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     66    </Reference>
     67    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     68      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     69    </Reference>
     70    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
     71      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
     72    </Reference>
    4073    <Reference Include="System" />
    4174    <Reference Include="System.Core" />
     
    72105  </ItemGroup>
    73106  <ItemGroup>
    74     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    75       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    76       <Name>HeuristicLab.Collections-3.3</Name>
    77     </ProjectReference>
    78     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    79       <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    80       <Name>HeuristicLab.Common.Resources-3.3</Name>
    81     </ProjectReference>
    82     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    83       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    84       <Name>HeuristicLab.Common-3.3</Name>
    85     </ProjectReference>
    86     <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    87       <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
    88       <Name>HeuristicLab.Core.Views-3.3</Name>
    89     </ProjectReference>
    90     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    91       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    92       <Name>HeuristicLab.Core-3.3</Name>
    93     </ProjectReference>
    94     <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
    95       <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
    96       <Name>HeuristicLab.Data.Views-3.3</Name>
    97     </ProjectReference>
    98     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    99       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    100       <Name>HeuristicLab.Data-3.3</Name>
    101     </ProjectReference>
    102     <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
    103       <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
    104       <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
    105     </ProjectReference>
    106     <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
    107       <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
    108       <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
    109     </ProjectReference>
    110107    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
    111108      <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
    112109      <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
    113     </ProjectReference>
    114     <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
    115       <Project>{06D4A186-9319-48A0-BADE-A2058D462EEA}</Project>
    116       <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
    117     </ProjectReference>
    118     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    119       <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    120       <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    121     </ProjectReference>
    122     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    123       <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    124       <Name>HeuristicLab.MainForm-3.3</Name>
    125     </ProjectReference>
    126     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    127       <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    128       <Name>HeuristicLab.Operators-3.3</Name>
    129     </ProjectReference>
    130     <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
    131       <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
    132       <Name>HeuristicLab.Optimization.Views-3.3</Name>
    133     </ProjectReference>
    134     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    135       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    136       <Name>HeuristicLab.Optimization-3.3</Name>
    137     </ProjectReference>
    138     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    139       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    140       <Name>HeuristicLab.Parameters-3.3</Name>
    141     </ProjectReference>
    142     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    143       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    144       <Name>HeuristicLab.Persistence-3.3</Name>
    145     </ProjectReference>
    146     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    147       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    148       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    149     </ProjectReference>
    150     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.csproj">
    151       <Project>{20831A74-D18F-42D9-A667-1CE3AF53DF93}</Project>
    152       <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4</Name>
    153     </ProjectReference>
    154     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.csproj">
    155       <Project>{5AC82412-911B-4FA2-A013-EDC5E3F3FCC2}</Project>
    156       <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4</Name>
    157     </ProjectReference>
    158     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.csproj">
    159       <Project>{7A2531CE-3F7C-4F13-BCCA-ED6DC27A7086}</Project>
    160       <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4</Name>
    161     </ProjectReference>
    162     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.csproj">
    163       <Project>{3D28463F-EC96-4D82-AFEE-38BE91A0CA00}</Project>
    164       <Name>HeuristicLab.Problems.DataAnalysis.Symbolic-3.4</Name>
    165     </ProjectReference>
    166     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\HeuristicLab.Problems.DataAnalysis.Views-3.4.csproj">
    167       <Project>{3E9E8944-44FF-40BB-A622-3A4A7DD0F198}</Project>
    168       <Name>HeuristicLab.Problems.DataAnalysis.Views-3.4</Name>
    169     </ProjectReference>
    170     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis\3.4\HeuristicLab.Problems.DataAnalysis-3.4.csproj">
    171       <Project>{DF87C13E-A889-46FF-8153-66DCAA8C5674}</Project>
    172       <Name>HeuristicLab.Problems.DataAnalysis-3.4</Name>
    173     </ProjectReference>
    174     <ProjectReference Include="..\..\HeuristicLab.Problems.Scheduling\3.3\HeuristicLab.Problems.Scheduling-3.3.csproj">
    175       <Project>{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}</Project>
    176       <Name>HeuristicLab.Problems.Scheduling-3.3</Name>
    177     </ProjectReference>
    178     <ProjectReference Include="..\..\HeuristicLab.Problems.VehicleRouting\3.3\HeuristicLab.Problems.VehicleRouting-3.3.csproj">
    179       <Project>{6410BDA6-3641-42B2-BABA-AA626E2F6F71}</Project>
    180       <Name>HeuristicLab.Problems.VehicleRouting-3.3</Name>
    181     </ProjectReference>
    182     <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
    183       <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
    184       <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
    185110    </ProjectReference>
    186111  </ItemGroup>
  • branches/Scheduling/HeuristicLab.Encodings.ScheduleEncoding/3.3/HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj

    r6475 r7114  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>bin\Debug\</OutputPath>
     20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    2626    <DebugType>pdbonly</DebugType>
    2727    <Optimize>true</Optimize>
    28     <OutputPath>bin\Release\</OutputPath>
     28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    2929    <DefineConstants>TRACE</DefineConstants>
    3030    <ErrorReport>prompt</ErrorReport>
     
    3838  </PropertyGroup>
    3939  <ItemGroup>
     40    <Reference Include="HeuristicLab.Collections-3.3">
     41      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     42    </Reference>
     43    <Reference Include="HeuristicLab.Common-3.3">
     44      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     45    </Reference>
     46    <Reference Include="HeuristicLab.Core-3.3">
     47      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     48    </Reference>
     49    <Reference Include="HeuristicLab.Data-3.3">
     50      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     51    </Reference>
     52    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
     53      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
     54    </Reference>
     55    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
     56      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
     57    </Reference>
     58    <Reference Include="HeuristicLab.Operators-3.3">
     59      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     60    </Reference>
     61    <Reference Include="HeuristicLab.Optimization-3.3">
     62      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     63    </Reference>
     64    <Reference Include="HeuristicLab.Parameters-3.3">
     65      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     66    </Reference>
     67    <Reference Include="HeuristicLab.Persistence-3.3">
     68      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     69    </Reference>
     70    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     71      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     72    </Reference>
    4073    <Reference Include="System" />
    4174    <Reference Include="System.Core" />
     
    105138    <None Include="Properties\AssemblyInfo.frame" />
    106139  </ItemGroup>
    107   <ItemGroup>
    108     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    109       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    110       <Name>HeuristicLab.Collections-3.3</Name>
    111     </ProjectReference>
    112     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    113       <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    114       <Name>HeuristicLab.Common.Resources-3.3</Name>
    115     </ProjectReference>
    116     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    117       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    118       <Name>HeuristicLab.Common-3.3</Name>
    119     </ProjectReference>
    120     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    121       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    122       <Name>HeuristicLab.Core-3.3</Name>
    123     </ProjectReference>
    124     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    125       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    126       <Name>HeuristicLab.Data-3.3</Name>
    127     </ProjectReference>
    128     <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
    129       <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
    130       <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
    131     </ProjectReference>
    132     <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
    133       <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
    134       <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
    135     </ProjectReference>
    136     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    137       <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    138       <Name>HeuristicLab.Operators-3.3</Name>
    139     </ProjectReference>
    140     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    141       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    142       <Name>HeuristicLab.Optimization-3.3</Name>
    143     </ProjectReference>
    144     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    145       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    146       <Name>HeuristicLab.Parameters-3.3</Name>
    147     </ProjectReference>
    148     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    149       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    150       <Name>HeuristicLab.Persistence-3.3</Name>
    151     </ProjectReference>
    152     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    153       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    154       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    155     </ProjectReference>
    156   </ItemGroup>
    157140  <ItemGroup />
    158141  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • branches/Scheduling/HeuristicLab.Problems.Scheduling.Views/3.3/HeuristicLab.Problems.Scheduling.Views-3.3.csproj

    r6406 r7114  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>bin\Debug\</OutputPath>
     20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    2626    <DebugType>pdbonly</DebugType>
    2727    <Optimize>true</Optimize>
    28     <OutputPath>bin\Release\</OutputPath>
     28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    2929    <DefineConstants>TRACE</DefineConstants>
    3030    <ErrorReport>prompt</ErrorReport>
     
    3232  </PropertyGroup>
    3333  <ItemGroup>
    34     <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
    35       <HintPath>..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\bin\Debug\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
     34    <Reference Include="HeuristicLab.Algorithms.DataAnalysis.Views-3.3">
     35      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.DataAnalysis.Views-3.3.dll</HintPath>
    3636    </Reference>
    37     <Reference Include="HeuristicLab.Problems.DataAnalysis-3.4">
    38       <HintPath>..\..\HeuristicLab.Problems.DataAnalysis\3.4\bin\Debug\HeuristicLab.Problems.DataAnalysis-3.4.dll</HintPath>
     37    <Reference Include="HeuristicLab.Collections-3.3">
     38      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
    3939    </Reference>
    40     <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic-3.4">
    41       <HintPath>..\..\HeuristicLab.Problems.DataAnalysis.Symbolic\3.4\bin\Debug\HeuristicLab.Problems.DataAnalysis.Symbolic-3.4.dll</HintPath>
     40    <Reference Include="HeuristicLab.Common-3.3">
     41      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
    4242    </Reference>
    43     <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4">
    44       <HintPath>..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression\3.4\bin\Debug\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression-3.4.dll</HintPath>
     43    <Reference Include="HeuristicLab.Common.Resources-3.3">
     44      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
    4545    </Reference>
    46     <Reference Include="HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4">
    47       <HintPath>..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Views\3.4\bin\Debug\HeuristicLab.Problems.DataAnalysis.Symbolic.Views-3.4.dll</HintPath>
     46    <Reference Include="HeuristicLab.Core-3.3">
     47      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
    4848    </Reference>
    49     <Reference Include="HeuristicLab.Problems.DataAnalysis.Views-3.4">
    50       <HintPath>..\..\HeuristicLab.Problems.DataAnalysis.Views\3.4\bin\Debug\HeuristicLab.Problems.DataAnalysis.Views-3.4.dll</HintPath>
     49    <Reference Include="HeuristicLab.Core.Views-3.3">
     50      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     51    </Reference>
     52    <Reference Include="HeuristicLab.Data-3.3">
     53      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     54    </Reference>
     55    <Reference Include="HeuristicLab.MainForm-3.3">
     56      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     57    </Reference>
     58    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
     59      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     60    </Reference>
     61    <Reference Include="HeuristicLab.Operators-3.3">
     62      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     63    </Reference>
     64    <Reference Include="HeuristicLab.Optimization-3.3">
     65      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     66    </Reference>
     67    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     68      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    5169    </Reference>
    5270    <Reference Include="System" />
     
    83101  </ItemGroup>
    84102  <ItemGroup>
    85     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    86       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    87       <Name>HeuristicLab.Collections-3.3</Name>
    88     </ProjectReference>
    89     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    90       <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    91       <Name>HeuristicLab.Common.Resources-3.3</Name>
    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     </ProjectReference>
    97     <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    98       <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
    99       <Name>HeuristicLab.Core.Views-3.3</Name>
    100     </ProjectReference>
    101     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    102       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    103       <Name>HeuristicLab.Core-3.3</Name>
    104     </ProjectReference>
    105     <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
    106       <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
    107       <Name>HeuristicLab.Data.Views-3.3</Name>
    108     </ProjectReference>
    109     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    110       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    111       <Name>HeuristicLab.Data-3.3</Name>
    112     </ProjectReference>
    113     <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
    114       <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
    115       <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
    116     </ProjectReference>
    117103    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding.Views\3.3\HeuristicLab.Encodings.ScheduleEncoding.Views-3.3.csproj">
    118104      <Project>{0C378762-D5DB-488A-8931-2BA42B1B7CBF}</Project>
     
    123109      <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
    124110    </ProjectReference>
    125     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    126       <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    127       <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    128     </ProjectReference>
    129     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    130       <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    131       <Name>HeuristicLab.MainForm-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.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
    138       <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
    139       <Name>HeuristicLab.Optimization.Views-3.3</Name>
    140     </ProjectReference>
    141     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    142       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    143       <Name>HeuristicLab.Optimization-3.3</Name>
    144     </ProjectReference>
    145     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    146       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    147       <Name>HeuristicLab.Parameters-3.3</Name>
    148     </ProjectReference>
    149     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    150       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    151       <Name>HeuristicLab.Persistence-3.3</Name>
    152     </ProjectReference>
    153     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    154       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    155       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    156     </ProjectReference>
    157     <ProjectReference Include="..\..\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views\3.4\HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4.csproj">
    158       <Project>{20831A74-D18F-42D9-A667-1CE3AF53DF93}</Project>
    159       <Name>HeuristicLab.Problems.DataAnalysis.Symbolic.Regression.Views-3.4</Name>
    160     </ProjectReference>
    161111    <ProjectReference Include="..\..\HeuristicLab.Problems.Scheduling\3.3\HeuristicLab.Problems.Scheduling-3.3.csproj">
    162112      <Project>{2BF1D639-1A74-44ED-AAAD-41ECD395AD93}</Project>
    163113      <Name>HeuristicLab.Problems.Scheduling-3.3</Name>
    164     </ProjectReference>
    165     <ProjectReference Include="..\..\HeuristicLab.Problems.VehicleRouting\3.3\HeuristicLab.Problems.VehicleRouting-3.3.csproj">
    166       <Project>{6410BDA6-3641-42B2-BABA-AA626E2F6F71}</Project>
    167       <Name>HeuristicLab.Problems.VehicleRouting-3.3</Name>
    168     </ProjectReference>
    169     <ProjectReference Include="..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\HeuristicLab.Visualization.ChartControlsExtensions-3.3.csproj">
    170       <Project>{315BDA09-3F4F-49B3-9790-B37CFC1C5750}</Project>
    171       <Name>HeuristicLab.Visualization.ChartControlsExtensions-3.3</Name>
    172114    </ProjectReference>
    173115  </ItemGroup>
  • branches/Scheduling/HeuristicLab.Problems.Scheduling/3.3/HeuristicLab.Problems.Scheduling-3.3.csproj

    r6475 r7114  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>bin\Debug\</OutputPath>
     20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    2626    <DebugType>pdbonly</DebugType>
    2727    <Optimize>true</Optimize>
    28     <OutputPath>bin\Release\</OutputPath>
     28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    2929    <DefineConstants>TRACE</DefineConstants>
    3030    <ErrorReport>prompt</ErrorReport>
     
    3838  </PropertyGroup>
    3939  <ItemGroup>
     40    <Reference Include="HeuristicLab.Collections-3.3">
     41      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     42    </Reference>
     43    <Reference Include="HeuristicLab.Common-3.3">
     44      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     45    </Reference>
     46    <Reference Include="HeuristicLab.Common.Resources-3.3">
     47      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     48    </Reference>
     49    <Reference Include="HeuristicLab.Core-3.3">
     50      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     51    </Reference>
     52    <Reference Include="HeuristicLab.Data-3.3">
     53      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     54    </Reference>
     55    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
     56      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
     57    </Reference>
     58    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
     59      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
     60    </Reference>
     61    <Reference Include="HeuristicLab.Operators-3.3">
     62      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     63    </Reference>
     64    <Reference Include="HeuristicLab.Optimization-3.3">
     65      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     66    </Reference>
     67    <Reference Include="HeuristicLab.Parameters-3.3">
     68      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     69    </Reference>
     70    <Reference Include="HeuristicLab.Persistence-3.3">
     71      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     72    </Reference>
     73    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     74      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     75    </Reference>
    4076    <Reference Include="System" />
    4177    <Reference Include="System.Core" />
     
    71107  </ItemGroup>
    72108  <ItemGroup>
    73     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    74       <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
    75       <Name>HeuristicLab.Collections-3.3</Name>
    76     </ProjectReference>
    77     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    78       <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    79       <Name>HeuristicLab.Common.Resources-3.3</Name>
    80     </ProjectReference>
    81     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    82       <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    83       <Name>HeuristicLab.Common-3.3</Name>
    84     </ProjectReference>
    85     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    86       <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
    87       <Name>HeuristicLab.Core-3.3</Name>
    88     </ProjectReference>
    89     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    90       <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
    91       <Name>HeuristicLab.Data-3.3</Name>
    92     </ProjectReference>
    93     <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
    94       <Project>{DDFB14DD-2A85-493C-A52D-E69729BBAEB0}</Project>
    95       <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
    96     </ProjectReference>
    97     <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
    98       <Project>{DBECB8B0-B166-4133-BAF1-ED67C3FD7FCA}</Project>
    99       <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
    100     </ProjectReference>
    101109    <ProjectReference Include="..\..\HeuristicLab.Encodings.ScheduleEncoding\3.3\HeuristicLab.Encodings.ScheduleEncoding-3.3.csproj">
    102110      <Project>{17F3EF80-B2C3-4B8D-A4D5-BE9CE3BA2606}</Project>
    103111      <Name>HeuristicLab.Encodings.ScheduleEncoding-3.3</Name>
    104     </ProjectReference>
    105     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    106       <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    107       <Name>HeuristicLab.Operators-3.3</Name>
    108     </ProjectReference>
    109     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    110       <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
    111       <Name>HeuristicLab.Optimization-3.3</Name>
    112     </ProjectReference>
    113     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    114       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    115       <Name>HeuristicLab.Parameters-3.3</Name>
    116     </ProjectReference>
    117     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    118       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    119       <Name>HeuristicLab.Persistence-3.3</Name>
    120     </ProjectReference>
    121     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    122       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    123       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    124112    </ProjectReference>
    125113  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.