Free cookie consent management tool by TermsFeed Policy Generator

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/HeuristicLab.Problems.Programmable.Views
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • 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>
Note: See TracChangeset for help on using the changeset viewer.