Free cookie consent management tool by TermsFeed Policy Generator

Changeset 12232


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
Location:
branches/OptimizationNetworks
Files:
39 added
162 deleted
10 edited
4 copied

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Common.Resources/3.3/HeuristicLab.Common.Resources-3.3.csproj

    r11712 r12232  
    4141    <DebugType>full</DebugType>
    4242    <Optimize>false</Optimize>
    43     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     43    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    4444    <DefineConstants>DEBUG;TRACE</DefineConstants>
    4545    <ErrorReport>prompt</ErrorReport>
     
    5151    <DebugType>pdbonly</DebugType>
    5252    <Optimize>true</Optimize>
    53     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     53    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    5454    <DefineConstants>TRACE</DefineConstants>
    5555    <ErrorReport>prompt</ErrorReport>
     
    6060  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    6161    <DebugSymbols>true</DebugSymbols>
    62     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     62    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    6363    <DefineConstants>DEBUG;TRACE</DefineConstants>
    6464    <DebugType>full</DebugType>
     
    6969  </PropertyGroup>
    7070  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    71     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     71    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    7272    <DefineConstants>TRACE</DefineConstants>
    7373    <Optimize>true</Optimize>
     
    8080  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
    8181    <DebugSymbols>true</DebugSymbols>
    82     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     82    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    8383    <DefineConstants>DEBUG;TRACE</DefineConstants>
    8484    <DebugType>full</DebugType>
     
    8989  </PropertyGroup>
    9090  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
    91     <OutputPath>$(SolutionDir)\bin\</OutputPath>
     91    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
    9292    <DefineConstants>TRACE</DefineConstants>
    9393    <Optimize>true</Optimize>
     
    9999  </PropertyGroup>
    100100  <ItemGroup>
     101    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     102      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     103      <Private>False</Private>
     104    </Reference>
    101105    <Reference Include="System" />
    102106    <Reference Include="System.Core">
     
    131135    <None Include="HeuristicLab.snk" />
    132136    <None Include="Properties\AssemblyInfo.cs.frame" />
    133   </ItemGroup>
    134   <ItemGroup>
    135     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    136       <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
    137       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    138       <Private>False</Private>
    139     </ProjectReference>
    140137  </ItemGroup>
    141138  <ItemGroup>
  • branches/OptimizationNetworks/HeuristicLab.Modeler/3.3/HeuristicLab.Modeler-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>
     
    7474  </PropertyGroup>
    7575  <ItemGroup>
     76    <Reference Include="HeuristicLab.Common-3.3">
     77      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     78      <Private>False</Private>
     79    </Reference>
     80    <Reference Include="HeuristicLab.Core-3.3">
     81      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     82      <Private>False</Private>
     83    </Reference>
     84    <Reference Include="HeuristicLab.MainForm-3.3">
     85      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
     86      <Private>False</Private>
     87    </Reference>
     88    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
     89      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     90      <Private>False</Private>
     91    </Reference>
     92    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     93      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     94      <Private>False</Private>
     95    </Reference>
    7696    <Reference Include="System" />
    7797    <Reference Include="System.Core" />
     
    114134      <Private>False</Private>
    115135    </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       <Private>False</Private>
    120     </ProjectReference>
    121     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    122       <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
    123       <Name>HeuristicLab.Core-3.3</Name>
    124       <Private>False</Private>
    125     </ProjectReference>
    126     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    127       <Project>{ab687bbe-1bfe-476b-906d-44237135431d}</Project>
    128       <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    129       <Private>False</Private>
    130     </ProjectReference>
    131     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    132       <Project>{3bd61258-31da-4b09-89c0-4f71fef5f05a}</Project>
    133       <Name>HeuristicLab.MainForm-3.3</Name>
    134       <Private>False</Private>
    135     </ProjectReference>
    136     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    137       <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
    138       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    139       <Private>False</Private>
    140     </ProjectReference>
    141136  </ItemGroup>
    142137  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  • 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>
  • branches/OptimizationNetworks/HeuristicLab.Networks.Views/3.3/Plugin.cs.frame

    r11577 r12232  
    2828  [Plugin("HeuristicLab.Networks.Views", "3.3.11.$WCREV$")]
    2929  [PluginFile("HeuristicLab.Networks.Views-3.3.dll", PluginFileType.Assembly)]
    30   [PluginDependency("HeuristicLab.CodeEditor", "3.3")]
     30  [PluginDependency("HeuristicLab.CodeEditor", "3.4")]
    3131  [PluginDependency("HeuristicLab.Collections", "3.3")]
    3232  [PluginDependency("HeuristicLab.Common", "3.3")]
     
    3434  [PluginDependency("HeuristicLab.Core", "3.3")]
    3535  [PluginDependency("HeuristicLab.Core.Views", "3.3")]
    36   [PluginDependency("HeuristicLab.Data", "3.3")]
    3736  [PluginDependency("HeuristicLab.MainForm", "3.3")]
    3837  [PluginDependency("HeuristicLab.MainForm.WindowsForms", "3.3")]
    3938  [PluginDependency("HeuristicLab.Networks", "3.3")]
    40   [PluginDependency("HeuristicLab.Operators", "3.3")]
    41   [PluginDependency("HeuristicLab.Operators.Views", "3.3")]
    4239  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    4340  [PluginDependency("HeuristicLab.Optimization.Views", "3.3")]
  • branches/OptimizationNetworks/HeuristicLab.Networks.Views/3.3/Scripting/ProgrammableItemView.cs

    r12227 r12232  
    105105    private void errorsListView_DoubleClick(object sender, EventArgs e) {
    106106      if ((Content != null) && (Content.CompileErrors != null)) {
    107         codeEditor.ShowCompileErrors(Content.CompileErrors, ".cs");
     107        codeEditor.ShowCompileErrors(Content.CompileErrors);
    108108      }
    109109    }
     
    116116      try {
    117117        Content.Compile();
    118       }
    119       catch (Exception ex) {
     118      } catch (Exception ex) {
    120119        if (!(ex is InvalidOperationException) || (Content.CompileErrors == null))
    121120          ErrorHandling.ShowErrorDialog(this, ex);
     
    151150      }
    152151
    153       codeEditor.ShowCompileErrors(Content.CompileErrors, ".cs");
     152      codeEditor.ShowCompileErrors(Content.CompileErrors);
    154153    }
    155154
  • branches/OptimizationNetworks/HeuristicLab.Networks/3.3/HeuristicLab.Networks-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.Algorithms.CMAEvolutionStrategy-3.3">
     83      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.CMAEvolutionStrategy-3.3.dll</HintPath>
     84      <Private>False</Private>
     85    </Reference>
     86    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
     87      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
     88      <Private>False</Private>
     89    </Reference>
     90    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     91      <SpecificVersion>False</SpecificVersion>
     92      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
     93      <Private>False</Private>
     94    </Reference>
     95    <Reference Include="HeuristicLab.Collections-3.3">
     96      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     97      <Private>False</Private>
     98    </Reference>
     99    <Reference Include="HeuristicLab.Common-3.3">
     100      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     101      <Private>False</Private>
     102    </Reference>
     103    <Reference Include="HeuristicLab.Core-3.3">
     104      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     105      <Private>False</Private>
     106    </Reference>
     107    <Reference Include="HeuristicLab.Data-3.3">
     108      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
     109      <Private>False</Private>
     110    </Reference>
     111    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
     112      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
     113      <Private>False</Private>
     114    </Reference>
     115    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
     116      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
     117      <Private>False</Private>
     118    </Reference>
     119    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
     120      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
     121      <Private>False</Private>
     122    </Reference>
     123    <Reference Include="HeuristicLab.Operators-3.3">
     124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
     125      <Private>False</Private>
     126    </Reference>
     127    <Reference Include="HeuristicLab.Optimization-3.3">
     128      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
     129      <Private>False</Private>
     130    </Reference>
     131    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     132      <SpecificVersion>False</SpecificVersion>
     133      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
     134      <Private>False</Private>
     135    </Reference>
     136    <Reference Include="HeuristicLab.Persistence-3.3">
     137      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     138      <Private>False</Private>
     139    </Reference>
     140    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     141      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     142      <Private>False</Private>
     143    </Reference>
     144    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     145      <SpecificVersion>False</SpecificVersion>
     146      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
     147      <Private>False</Private>
     148    </Reference>
     149    <Reference Include="HeuristicLab.Problems.Knapsack-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     150      <SpecificVersion>False</SpecificVersion>
     151      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
     152      <Private>False</Private>
     153    </Reference>
     154    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     155      <SpecificVersion>False</SpecificVersion>
     156      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
     157      <Private>False</Private>
     158    </Reference>
     159    <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     160      <SpecificVersion>False</SpecificVersion>
     161      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
     162      <Private>False</Private>
     163    </Reference>
     164    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     165      <SpecificVersion>False</SpecificVersion>
     166      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
     167      <Private>False</Private>
     168    </Reference>
    82169    <Reference Include="System" />
    83170    <Reference Include="System.Core" />
     
    107194    <EmbeddedResource Include="KSPTSPNetworkCode.cs" />
    108195    <EmbeddedResource Include="KSPTSPConcurrentControlNetworkCode.cs" />
     196    <Compile Include="Core\IConnectablePort.cs" />
     197    <Compile Include="Core\IMessage.cs" />
     198    <Compile Include="Core\IMessagePort.cs" />
     199    <Compile Include="Core\IMessageValue.cs" />
     200    <Compile Include="Core\INetwork.cs" />
     201    <Compile Include="Core\INetworkItem.cs" />
     202    <Compile Include="Core\INode.cs" />
     203    <Compile Include="Core\IParameterizedPort.cs" />
     204    <Compile Include="Core\IPort.cs" />
     205    <Compile Include="Core\IPortParameter.cs" />
     206    <Compile Include="Core\Message.cs" />
     207    <Compile Include="Core\MessageCollection.cs" />
     208    <Compile Include="Core\MessagePort.cs" />
     209    <Compile Include="Core\MessageValue.cs" />
     210    <Compile Include="Core\MessageValueCollection.cs" />
     211    <Compile Include="Core\Network.cs" />
     212    <Compile Include="Core\NetworkItem.cs" />
     213    <Compile Include="Core\Node.cs" />
     214    <Compile Include="Core\NodeCollection.cs" />
     215    <Compile Include="Core\ParameterizedPort.cs" />
     216    <Compile Include="Core\Port.cs" />
     217    <Compile Include="Core\PortCollection.cs" />
     218    <Compile Include="Core\PortParameter.cs" />
     219    <Compile Include="Core\PortParameterCollection.cs" />
     220    <Compile Include="Core\PortParameterType.cs" />
     221    <Compile Include="Operators\HookOperator.cs" />
     222    <Compile Include="Operators\IHookOperator.cs" />
    109223    <Compile Include="Plugin.cs" />
    110224    <Compile Include="Programmable\IProgrammableNetwork.cs" />
     
    122236    <Compile Include="Programmable\UserDefinedNode.cs" />
    123237    <Compile Include="Properties\AssemblyInfo.cs" />
     238    <Compile Include="Scripting\IProgrammableItem.cs" />
    124239    <Compile Include="UserDefinedMessagePort.cs" />
    125240  </ItemGroup>
     
    130245  </ItemGroup>
    131246  <ItemGroup>
    132     <ProjectReference Include="..\..\HeuristicLab.Algorithms.GeneticAlgorithm\3.3\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.csproj">
    133       <Project>{a51da44f-cb35-4f6f-99f5-2a2e904ab93b}</Project>
    134       <Name>HeuristicLab.Algorithms.GeneticAlgorithm-3.3</Name>
    135     </ProjectReference>
    136     <ProjectReference Include="..\..\HeuristicLab.Algorithms.LocalSearch\3.3\HeuristicLab.Algorithms.LocalSearch-3.3.csproj">
    137       <Project>{4ae3fc69-c575-42d2-bc46-0fad5850efc5}</Project>
    138       <Name>HeuristicLab.Algorithms.LocalSearch-3.3</Name>
    139     </ProjectReference>
    140     <ProjectReference Include="..\..\HeuristicLab.Algorithms.VariableNeighborhoodSearch\3.3\HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3.csproj">
    141       <Project>{e4cfb0c3-0589-4893-b38e-8bedf885c765}</Project>
    142       <Name>HeuristicLab.Algorithms.VariableNeighborhoodSearch-3.3</Name>
    143     </ProjectReference>
    144     <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
    145       <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
    146       <Name>HeuristicLab.Analysis-3.3</Name>
    147     </ProjectReference>
    148     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    149       <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
    150       <Name>HeuristicLab.Collections-3.3</Name>
    151       <Private>False</Private>
    152     </ProjectReference>
    153247    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    154248      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
    155249      <Name>HeuristicLab.Common.Resources-3.3</Name>
    156250      <Private>False</Private>
    157     </ProjectReference>
    158     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    159       <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
    160       <Name>HeuristicLab.Common-3.3</Name>
    161       <Private>False</Private>
    162     </ProjectReference>
    163     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    164       <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
    165       <Name>HeuristicLab.Core-3.3</Name>
    166       <Private>False</Private>
    167     </ProjectReference>
    168     <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
    169       <Project>{bbab9df5-5ef3-4ba8-ade9-b36e82114937}</Project>
    170       <Name>HeuristicLab.Data-3.3</Name>
    171       <Private>False</Private>
    172     </ProjectReference>
    173     <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
    174       <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project>
    175       <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
    176     </ProjectReference>
    177     <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
    178       <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
    179       <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
    180     </ProjectReference>
    181     <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    182       <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
    183       <Name>HeuristicLab.Operators-3.3</Name>
    184       <Private>False</Private>
    185     </ProjectReference>
    186     <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
    187       <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
    188       <Name>HeuristicLab.Optimization-3.3</Name>
    189       <Private>False</Private>
    190     </ProjectReference>
    191     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    192       <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
    193       <Name>HeuristicLab.Parameters-3.3</Name>
    194       <Private>False</Private>
    195     </ProjectReference>
    196     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    197       <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
    198       <Name>HeuristicLab.Persistence-3.3</Name>
    199       <Private>False</Private>
    200     </ProjectReference>
    201     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    202       <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
    203       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    204       <Private>False</Private>
    205     </ProjectReference>
    206     <ProjectReference Include="..\..\HeuristicLab.Problems.Instances\3.3\HeuristicLab.Problems.Instances-3.3.csproj">
    207       <Project>{3540e29e-4793-49e7-8ee2-fea7f61c3994}</Project>
    208       <Name>HeuristicLab.Problems.Instances-3.3</Name>
    209     </ProjectReference>
    210     <ProjectReference Include="..\..\HeuristicLab.Problems.Knapsack\3.3\HeuristicLab.Problems.Knapsack-3.3.csproj">
    211       <Project>{e10f395f-c8a6-48ad-b470-9aa7a1f43809}</Project>
    212       <Name>HeuristicLab.Problems.Knapsack-3.3</Name>
    213     </ProjectReference>
    214     <ProjectReference Include="..\..\HeuristicLab.Problems.TravelingSalesman\3.3\HeuristicLab.Problems.TravelingSalesman-3.3.csproj">
    215       <Project>{d767c38d-8014-46b0-9a32-03a3aecce34a}</Project>
    216       <Name>HeuristicLab.Problems.TravelingSalesman-3.3</Name>
    217     </ProjectReference>
    218     <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
    219       <Project>{21977cc3-1757-4b3b-87bd-ff817aaa900f}</Project>
    220       <Name>HeuristicLab.Scripting-3.3</Name>
    221     </ProjectReference>
    222     <ProjectReference Include="..\..\HeuristicLab.Selection\3.3\HeuristicLab.Selection-3.3.csproj">
    223       <Project>{2c36cd4f-e5f5-43a4-801a-201ea895fe17}</Project>
    224       <Name>HeuristicLab.Selection-3.3</Name>
    225251    </ProjectReference>
    226252  </ItemGroup>
  • branches/OptimizationNetworks/HeuristicLab.Networks/3.3/Plugin.cs.frame

    r11577 r12232  
    3333  [PluginDependency("HeuristicLab.Core", "3.3")]
    3434  [PluginDependency("HeuristicLab.Data", "3.3")]
     35  [PluginDependency("HeuristicLab.Encodings.BinaryVectorEncoding", "3.3")]
     36  [PluginDependency("HeuristicLab.Encodings.PermutationEncoding", "3.3")]
    3537  [PluginDependency("HeuristicLab.Operators", "3.3")]
    3638  [PluginDependency("HeuristicLab.Optimization", "3.3")]
    37   [PluginDependency("HeuristicLab.Parameters", "3.3")]
    3839  [PluginDependency("HeuristicLab.Persistence", "3.3")]
    3940  [PluginDependency("HeuristicLab.Scripting", "3.3")]
  • 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>
  • branches/OptimizationNetworks/HeuristicLab.Scripting.Views/3.3/Plugin.cs.frame

    r11576 r12232  
    2525  [Plugin("HeuristicLab.Scripting.Views", "3.3.10.$WCREV$")]
    2626  [PluginFile("HeuristicLab.Scripting.Views-3.3.dll", PluginFileType.Assembly)]
    27   [PluginDependency("HeuristicLab.CodeEditor", "3.3")]
     27  [PluginDependency("HeuristicLab.CodeEditor", "3.4")]
    2828  [PluginDependency("HeuristicLab.Collections", "3.3")]
    2929  [PluginDependency("HeuristicLab.Common", "3.3")]
  • branches/OptimizationNetworks/HeuristicLab.Scripting.Views/3.3/ProgrammableItemView.cs

    r11602 r12232  
    105105    private void errorsListView_DoubleClick(object sender, EventArgs e) {
    106106      if ((Content != null) && (Content.CompileErrors != null)) {
    107         codeEditor.ShowCompileErrors(Content.CompileErrors, ".cs");
     107        codeEditor.ShowCompileErrors(Content.CompileErrors);
    108108      }
    109109    }
     
    116116      try {
    117117        Content.Compile();
    118       }
    119       catch (Exception ex) {
     118      } catch (Exception ex) {
    120119        if (!(ex is InvalidOperationException) || (Content.CompileErrors == null))
    121120          ErrorHandling.ShowErrorDialog(this, ex);
     
    151150      }
    152151
    153       codeEditor.ShowCompileErrors(Content.CompileErrors, ".cs");
     152      codeEditor.ShowCompileErrors(Content.CompileErrors);
    154153    }
    155154
  • branches/OptimizationNetworks/HeuristicLab.Scripting/3.3/HeuristicLab.Scripting-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.Collections-3.3">
     78      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
     79      <Private>False</Private>
     80    </Reference>
     81    <Reference Include="HeuristicLab.Common-3.3">
     82      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
     83      <Private>False</Private>
     84    </Reference>
     85    <Reference Include="HeuristicLab.Core-3.3">
     86      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
     87      <Private>False</Private>
     88    </Reference>
     89    <Reference Include="HeuristicLab.Persistence-3.3">
     90      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
     91      <Private>False</Private>
     92    </Reference>
     93    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
     94      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
     95      <Private>False</Private>
     96    </Reference>
    7797    <Reference Include="Microsoft.CSharp" />
    7898    <Reference Include="System" />
     
    100120  </ItemGroup>
    101121  <ItemGroup>
    102     <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
    103       <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
    104       <Name>HeuristicLab.Collections-3.3</Name>
    105       <Private>False</Private>
    106     </ProjectReference>
    107122    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    108123      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
    109124      <Name>HeuristicLab.Common.Resources-3.3</Name>
    110       <Private>False</Private>
    111     </ProjectReference>
    112     <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    113       <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
    114       <Name>HeuristicLab.Common-3.3</Name>
    115       <Private>False</Private>
    116     </ProjectReference>
    117     <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
    118       <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
    119       <Name>HeuristicLab.Core-3.3</Name>
    120       <Private>False</Private>
    121     </ProjectReference>
    122     <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
    123       <Project>{102bc7d3-0ef9-439c-8f6d-96ff0fdb8e1b}</Project>
    124       <Name>HeuristicLab.Persistence-3.3</Name>
    125       <Private>False</Private>
    126     </ProjectReference>
    127     <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
    128       <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
    129       <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
    130125      <Private>False</Private>
    131126    </ProjectReference>
Note: See TracChangeset for help on using the changeset viewer.