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.Networks.Views/3.3/HeuristicLab.Networks.Views-3.3.csproj

    r11823 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>
     
    8080  </PropertyGroup>
    8181  <ItemGroup>
     82    <Reference Include="HeuristicLab.CodeEditor-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     83      <SpecificVersion>False</SpecificVersion>
     84      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.CodeEditor-3.4.dll</HintPath>
     85      <Private>False</Private>
     86    </Reference>
     87    <Reference Include="HeuristicLab.Collections-3.3">
     88      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     89      <Private>False</Private>
     90    </Reference>
     91    <Reference Include="HeuristicLab.Common-3.3">
     92      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     93      <Private>False</Private>
     94    </Reference>
     95    <Reference Include="HeuristicLab.Core-3.3">
     96      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     97      <Private>False</Private>
     98    </Reference>
     99    <Reference Include="HeuristicLab.Core.Views-3.3">
     100      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
     101      <Private>False</Private>
     102    </Reference>
     103    <Reference Include="HeuristicLab.Data-3.3">
     104      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     105      <Private>False</Private>
     106    </Reference>
     107    <Reference Include="HeuristicLab.MainForm-3.3">
     108      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     109      <Private>False</Private>
     110    </Reference>
     111    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
     112      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     113      <Private>False</Private>
     114    </Reference>
     115    <Reference Include="HeuristicLab.Optimization-3.3">
     116      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     117      <Private>False</Private>
     118    </Reference>
     119    <Reference Include="HeuristicLab.Optimization.Views-3.3">
     120      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
     121      <Private>False</Private>
     122    </Reference>
     123    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     125      <Private>False</Private>
     126    </Reference>
     127    <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     128      <SpecificVersion>False</SpecificVersion>
     129      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
     130      <Private>False</Private>
     131    </Reference>
     132    <Reference Include="HeuristicLab.Scripting.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     133      <SpecificVersion>False</SpecificVersion>
     134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting.Views-3.3.dll</HintPath>
     135      <Private>False</Private>
     136    </Reference>
    82137    <Reference Include="System" />
    83138    <Reference Include="System.Core" />
     
    97152      <DependentUpon>AlgorithmNodeView.cs</DependentUpon>
    98153    </Compile>
     154    <Compile Include="Core\MessageCollectionView.cs">
     155      <SubType>UserControl</SubType>
     156    </Compile>
     157    <Compile Include="Core\MessageCollectionView.Designer.cs">
     158      <DependentUpon>MessageCollectionView.cs</DependentUpon>
     159    </Compile>
     160    <Compile Include="Core\MessagePortView.cs">
     161      <SubType>UserControl</SubType>
     162    </Compile>
     163    <Compile Include="Core\MessagePortView.Designer.cs">
     164      <DependentUpon>MessagePortView.cs</DependentUpon>
     165    </Compile>
     166    <Compile Include="Core\MessageValueCollectionView.cs">
     167      <SubType>UserControl</SubType>
     168    </Compile>
     169    <Compile Include="Core\MessageValueCollectionView.Designer.cs">
     170      <DependentUpon>MessageValueCollectionView.cs</DependentUpon>
     171    </Compile>
     172    <Compile Include="Core\MessageValueView.cs">
     173      <SubType>UserControl</SubType>
     174    </Compile>
     175    <Compile Include="Core\MessageValueView.Designer.cs">
     176      <DependentUpon>MessageValueView.cs</DependentUpon>
     177    </Compile>
     178    <Compile Include="Core\MessageView.cs">
     179      <SubType>UserControl</SubType>
     180    </Compile>
     181    <Compile Include="Core\MessageView.Designer.cs">
     182      <DependentUpon>MessageView.cs</DependentUpon>
     183    </Compile>
     184    <Compile Include="Core\NetworkItemSelector.cs">
     185      <SubType>UserControl</SubType>
     186    </Compile>
     187    <Compile Include="Core\NetworkItemSelector.Designer.cs">
     188      <DependentUpon>NetworkItemSelector.cs</DependentUpon>
     189    </Compile>
     190    <Compile Include="Core\NetworkItemSelectorDialog.cs">
     191      <SubType>Form</SubType>
     192    </Compile>
     193    <Compile Include="Core\NetworkItemSelectorDialog.Designer.cs">
     194      <DependentUpon>NetworkItemSelectorDialog.cs</DependentUpon>
     195    </Compile>
     196    <Compile Include="Core\NetworkItemView.cs">
     197      <SubType>UserControl</SubType>
     198    </Compile>
     199    <Compile Include="Core\NetworkItemView.Designer.cs">
     200      <DependentUpon>NetworkItemView.cs</DependentUpon>
     201    </Compile>
     202    <Compile Include="Core\NetworkView.cs">
     203      <SubType>UserControl</SubType>
     204    </Compile>
     205    <Compile Include="Core\NetworkView.Designer.cs">
     206      <DependentUpon>NetworkView.cs</DependentUpon>
     207    </Compile>
     208    <Compile Include="Core\NodeCollectionView.cs">
     209      <SubType>UserControl</SubType>
     210    </Compile>
     211    <Compile Include="Core\NodeCollectionView.Designer.cs">
     212      <DependentUpon>NodeCollectionView.cs</DependentUpon>
     213    </Compile>
     214    <Compile Include="Core\NodeView.cs">
     215      <SubType>UserControl</SubType>
     216    </Compile>
     217    <Compile Include="Core\NodeView.Designer.cs">
     218      <DependentUpon>NodeView.cs</DependentUpon>
     219    </Compile>
     220    <Compile Include="Core\ParameterizedPortView.cs">
     221      <SubType>UserControl</SubType>
     222    </Compile>
     223    <Compile Include="Core\ParameterizedPortView.Designer.cs">
     224      <DependentUpon>ParameterizedPortView.cs</DependentUpon>
     225    </Compile>
     226    <Compile Include="Core\PortCollectionView.cs">
     227      <SubType>UserControl</SubType>
     228    </Compile>
     229    <Compile Include="Core\PortCollectionView.Designer.cs">
     230      <DependentUpon>PortCollectionView.cs</DependentUpon>
     231    </Compile>
     232    <Compile Include="Core\PortParameterCollectionView.cs">
     233      <SubType>UserControl</SubType>
     234    </Compile>
     235    <Compile Include="Core\PortParameterCollectionView.Designer.cs">
     236      <DependentUpon>PortParameterCollectionView.cs</DependentUpon>
     237    </Compile>
     238    <Compile Include="Core\PortParameterView.cs">
     239      <SubType>UserControl</SubType>
     240    </Compile>
     241    <Compile Include="Core\PortParameterView.Designer.cs">
     242      <DependentUpon>PortParameterView.cs</DependentUpon>
     243    </Compile>
     244    <Compile Include="Core\PortView.cs">
     245      <SubType>UserControl</SubType>
     246    </Compile>
     247    <Compile Include="Core\PortView.Designer.cs">
     248      <DependentUpon>PortView.cs</DependentUpon>
     249    </Compile>
    99250    <Compile Include="Plugin.cs" />
    100251    <Compile Include="Programmable\ProgrammableNodeView.cs">
     
    129280    </Compile>
    130281    <Compile Include="Properties\AssemblyInfo.cs" />
     282    <Compile Include="Scripting\ProgrammableItemView.cs">
     283      <SubType>UserControl</SubType>
     284    </Compile>
     285    <Compile Include="Scripting\ProgrammableItemView.Designer.cs">
     286      <DependentUpon>ProgrammableItemView.cs</DependentUpon>
     287    </Compile>
    131288    <Compile Include="UserDefinedMessagePortView.cs">
    132289      <SubType>UserControl</SubType>
     
    142299  </ItemGroup>
    143300  <ItemGroup>
    144     <ProjectReference Include="..\..\HeuristicLab.CodeEditor\3.3\HeuristicLab.CodeEditor-3.3.csproj">
    145       <Project>{489cfe09-fdf7-4c89-bab5-bd09cadd61ad}</Project>
    146       <Name>HeuristicLab.CodeEditor-3.3</Name>
    147       <Private>False</Private>
    148     </ProjectReference>
    149     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    150       <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
    151       <Name>HeuristicLab.Collections-3.3</Name>
    152       <Private>False</Private>
    153     </ProjectReference>
    154301    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    155302      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
    156303      <Name>HeuristicLab.Common.Resources-3.3</Name>
    157       <Private>False</Private>
    158     </ProjectReference>
    159     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    160       <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
    161       <Name>HeuristicLab.Common-3.3</Name>
    162       <Private>False</Private>
    163     </ProjectReference>
    164     <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    165       <Project>{e226881d-315f-423d-b419-a766fe0d8685}</Project>
    166       <Name>HeuristicLab.Core.Views-3.3</Name>
    167       <Private>False</Private>
    168     </ProjectReference>
    169     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    170       <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
    171       <Name>HeuristicLab.Core-3.3</Name>
    172       <Private>False</Private>
    173     </ProjectReference>
    174     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    175       <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
    176       <Name>HeuristicLab.Data-3.3</Name>
    177       <Private>False</Private>
    178     </ProjectReference>
    179     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    180       <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
    181       <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    182       <Private>False</Private>
    183     </ProjectReference>
    184     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    185       <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
    186       <Name>HeuristicLab.MainForm-3.3</Name>
    187       <Private>False</Private>
    188     </ProjectReference>
    189     <ProjectReference Include="..\..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">
    190       <Project>{c49cb749-8b24-4628-8003-e86475749410}</Project>
    191       <Name>HeuristicLab.Operators.Views-3.3</Name>
    192       <Private>False</Private>
    193     </ProjectReference>
    194     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    195       <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
    196       <Name>HeuristicLab.Operators-3.3</Name>
    197304      <Private>False</Private>
    198305    </ProjectReference>
     
    201308      <Name>HeuristicLab.Optimization.Networks-3.3</Name>
    202309      <Private>False</Private>
    203     </ProjectReference>
    204     <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
    205       <Project>{662b4b15-8f4d-4ae5-b3eb-d91c215f5af2}</Project>
    206       <Name>HeuristicLab.Optimization.Views-3.3</Name>
    207       <Private>False</Private>
    208     </ProjectReference>
    209     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    210       <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
    211       <Name>HeuristicLab.Optimization-3.3</Name>
    212       <Private>False</Private>
    213     </ProjectReference>
    214     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    215       <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
    216       <Name>HeuristicLab.Persistence-3.3</Name>
    217     </ProjectReference>
    218     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    219       <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
    220       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    221       <Private>False</Private>
    222     </ProjectReference>
    223     <ProjectReference Include="..\..\HeuristicLab.Scripting.Views\3.3\HeuristicLab.Scripting.Views-3.3.csproj">
    224       <Project>{0c2917c8-7aa8-4e18-800a-c4d064f992ed}</Project>
    225       <Name>HeuristicLab.Scripting.Views-3.3</Name>
    226     </ProjectReference>
    227     <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
    228       <Project>{21977cc3-1757-4b3b-87bd-ff817aaa900f}</Project>
    229       <Name>HeuristicLab.Scripting-3.3</Name>
    230310    </ProjectReference>
    231311  </ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.