Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/21/15 10:39:50 (9 years ago)
Author:
abeham
Message:

#2205:

  • changed branch to build to trunk
  • Reintegrated distributed additions to Core, Operators, etc. into Networks plugin
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Scripting.Views/3.3/HeuristicLab.Scripting.Views-3.3.csproj

    r11577 r12232  
    1818    <DebugType>full</DebugType>
    1919    <Optimize>false</Optimize>
    20     <OutputPath>..\..\bin\</OutputPath>
     20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    2121    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2222    <ErrorReport>prompt</ErrorReport>
     
    7575  </PropertyGroup>
    7676  <ItemGroup>
     77    <Reference Include="HeuristicLab.CodeEditor-3.4">
     78      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.CodeEditor-3.4.dll</HintPath>
     79      <Private>False</Private>
     80    </Reference>
     81    <Reference Include="HeuristicLab.Collections-3.3">
     82      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     83      <Private>False</Private>
     84    </Reference>
     85    <Reference Include="HeuristicLab.Common-3.3">
     86      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     87      <Private>False</Private>
     88    </Reference>
     89    <Reference Include="HeuristicLab.Core-3.3">
     90      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     91      <Private>False</Private>
     92    </Reference>
     93    <Reference Include="HeuristicLab.Core.Views-3.3">
     94      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     95      <Private>False</Private>
     96    </Reference>
     97    <Reference Include="HeuristicLab.MainForm-3.3">
     98      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     99      <Private>False</Private>
     100    </Reference>
     101    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
     102      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     103      <Private>False</Private>
     104    </Reference>
     105    <Reference Include="HeuristicLab.Persistence-3.3">
     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>
    77113    <Reference Include="System" />
    78114    <Reference Include="System.Core" />
     
    118154  </ItemGroup>
    119155  <ItemGroup>
    120     <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">
    121       <Project>{489cfe09-fdf7-4c89-bab5-bd09cadd61ad}</Project>
    122       <Name>HeuristicLab.CodeEditor-3.3</Name>
    123       <Private>False</Private>
    124     </ProjectReference>
    125     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    126       <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
    127       <Name>HeuristicLab.Collections-3.3</Name>
    128       <Private>False</Private>
    129     </ProjectReference>
    130156    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    131157      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
     
    133159      <Private>False</Private>
    134160    </ProjectReference>
    135     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    136       <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
    137       <Name>HeuristicLab.Common-3.3</Name>
    138       <Private>False</Private>
    139     </ProjectReference>
    140     <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    141       <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
    142       <Name>HeuristicLab.Core.Views-3.3</Name>
    143       <Private>False</Private>
    144     </ProjectReference>
    145     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    146       <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
    147       <Name>HeuristicLab.Core-3.3</Name>
    148       <Private>False</Private>
    149     </ProjectReference>
    150161    <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
    151162      <Project>{21977cc3-1757-4b3b-87bd-ff817aaa900f}</Project>
    152163      <Name>HeuristicLab.Scripting-3.3</Name>
    153       <Private>False</Private>
    154     </ProjectReference>
    155     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    156       <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
    157       <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    158       <Private>False</Private>
    159     </ProjectReference>
    160     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    161       <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
    162       <Name>HeuristicLab.MainForm-3.3</Name>
    163       <Private>False</Private>
    164     </ProjectReference>
    165     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    166       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    167       <Name>HeuristicLab.Persistence-3.3</Name>
    168       <Private>False</Private>
    169     </ProjectReference>
    170     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    171       <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
    172       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    173164      <Private>False</Private>
    174165    </ProjectReference>
Note: See TracChangeset for help on using the changeset viewer.