Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/17/11 10:59:54 (13 years ago)
Author:
cneumuel
Message:

#1233

  • created HiveEngine.Views plugin
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.HiveEngine/3.4/HeuristicLab.HiveEngine-3.4.csproj

    r6111 r6212  
    102102  </PropertyGroup>
    103103  <ItemGroup>
    104     <Reference Include="HeuristicLab.Clients.Common-3.3">
    105       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
    106     </Reference>
    107104    <Reference Include="HeuristicLab.Collections-3.3">
    108105      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
    109106    </Reference>
    110     <Reference Include="HeuristicLab.Common-3.3">
    111       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
    112     </Reference>
    113     <Reference Include="HeuristicLab.Common.Resources-3.3">
    114       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
     107    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
     108      <HintPath>..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
    115109    </Reference>
    116110    <Reference Include="HeuristicLab.Core-3.3">
    117111      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
    118     </Reference>
    119     <Reference Include="HeuristicLab.Core.Views-3.3">
    120       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
    121     </Reference>
    122     <Reference Include="HeuristicLab.MainForm-3.3">
    123       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
    124     </Reference>
    125     <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
    126       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
    127     </Reference>
    128     <Reference Include="HeuristicLab.Optimization.Views-3.3">
    129       <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
    130112    </Reference>
    131113    <Reference Include="HeuristicLab.Persistence-3.3">
     
    152134    <Compile Include="HeuristicLabHiveEnginePlugin.cs" />
    153135    <Compile Include="Exceptions\ScopeMergeException.cs" />
    154     <Compile Include="Views\HiveEngineView.cs">
    155       <SubType>UserControl</SubType>
    156     </Compile>
    157     <Compile Include="Views\HiveEngineView.Designer.cs">
    158       <DependentUpon>HiveEngineView.cs</DependentUpon>
    159     </Compile>
    160136    <None Include="HeuristicLabHiveEnginePlugin.cs.frame" />
    161137    <Compile Include="HiveEngine.cs" />
     
    168144  <ItemGroup />
    169145  <ItemGroup>
    170     <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Views\3.4\HeuristicLab.Clients.Hive.Views-3.4.csproj">
    171       <Project>{E1D6C801-892A-406A-B606-F158E36DD3C3}</Project>
    172       <Name>HeuristicLab.Clients.Hive.Views-3.4</Name>
    173     </ProjectReference>
    174146    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.4\HeuristicLab.Clients.Hive-3.4.csproj">
    175147      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
     
    180152      <Name>HeuristicLab.Hive-3.4</Name>
    181153    </ProjectReference>
    182   </ItemGroup>
    183   <ItemGroup>
    184     <EmbeddedResource Include="Views\HiveEngineView.resx">
    185       <DependentUpon>HiveEngineView.cs</DependentUpon>
    186     </EmbeddedResource>
    187154  </ItemGroup>
    188155  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.