Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/23/11 10:00:31 (13 years ago)
Author:
abeham
Message:

#1465

  • updated branch with trunk changes
Location:
branches/histogram
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/histogram

  • branches/histogram/HeuristicLab.Operators.Views.GraphVisualization/3.3/HeuristicLab.Operators.Views.GraphVisualization-3.3.csproj

    r5163 r6046  
    1212    <AssemblyName>HeuristicLab.Operators.Views.GraphVisualization-3.3</AssemblyName>
    1313    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    14     <TargetFrameworkProfile></TargetFrameworkProfile>
     14    <TargetFrameworkProfile>
     15    </TargetFrameworkProfile>
    1516    <FileAlignment>512</FileAlignment>
    1617    <SignAssembly>true</SignAssembly>
     
    112113  <ItemGroup>
    113114    <Compile Include="HeuristicLabOperatorsViewsGraphVisualizationPlugin.cs" />
     115    <Compile Include="OperatorGraphVisualization\OperatorShape.cs" />
     116    <Compile Include="OperatorGraphVisualization\OperatorShapeInfoFactory.cs" />
    114117    <Compile Include="Properties\AssemblyInfo.cs" />
    115118  </ItemGroup>
     
    119122    <None Include="Properties\AssemblyInfo.frame" />
    120123    <Compile Include="General\GraphVisualizationInfo.cs" />
    121     <Compile Include="General\GraphVisualizationInfoView.cs">
    122       <SubType>UserControl</SubType>
    123     </Compile>
    124     <Compile Include="General\GraphVisualizationInfoView.Designer.cs">
    125       <DependentUpon>GraphVisualizationInfoView.cs</DependentUpon>
    126     </Compile>
    127124    <Compile Include="General\ConnectionInfo.cs" />
    128125    <Compile Include="General\IConnectionInfo.cs" />
    129126    <Compile Include="General\IGraphVisualizationInfo.cs" />
    130127    <Compile Include="OperatorGraphVisualization\IOperatorShapeInfo.cs" />
    131     <Compile Include="OperatorGraphVisualization\OperatorGraphView.cs">
    132       <SubType>UserControl</SubType>
    133     </Compile>
    134     <Compile Include="OperatorGraphVisualization\OperatorGraphView.Designer.cs">
    135       <DependentUpon>OperatorGraphView.cs</DependentUpon>
    136     </Compile>
    137128    <Compile Include="OperatorGraphVisualization\OperatorGraphVisualizationInfo.cs">
    138129      <SubType>Code</SubType>
     
    141132    <Compile Include="BidirectionalLookup.cs" />
    142133    <Compile Include="General\IShapeInfo.cs" />
    143     <Compile Include="OperatorGraphVisualization\OperatorShape.cs" />
    144134    <Compile Include="General\ShapeInfo.cs">
    145135      <SubType>Code</SubType>
    146136    </Compile>
    147     <Compile Include="OperatorGraphVisualization\OperatorShapeInfoFactory.cs" />
    148137  </ItemGroup>
    149138  <ItemGroup>
     
    152141      <Name>HeuristicLab.Collections-3.3</Name>
    153142    </ProjectReference>
    154     <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
    155       <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
    156       <Name>HeuristicLab.Common.Resources-3.3</Name>
    157     </ProjectReference>
    158143    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
    159144      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
    160145      <Name>HeuristicLab.Common-3.3</Name>
    161     </ProjectReference>
    162     <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
    163       <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
    164       <Name>HeuristicLab.Core.Views-3.3</Name>
    165146    </ProjectReference>
    166147    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     
    168149      <Name>HeuristicLab.Core-3.3</Name>
    169150    </ProjectReference>
    170     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.Netron\3.0.2672.12446\HeuristicLab.Netron-3.0.2672.12446\HeuristicLab.Netron-3.0.2672.12446.csproj">
    171       <Project>{BB994448-2B21-4564-BB2E-38D8FFF8CF18}</Project>
    172       <Name>HeuristicLab.Netron-3.0.2672.12446 %28HeuristicLab.ExtLibs\HeuristicLab.Netron\HeuristicLab.Netron-3.0.2672.12446\HeuristicLab.Netron-3.0.2672.12446%29</Name>
    173     </ProjectReference>
    174     <ProjectReference Include="..\..\HeuristicLab.ExtLibs\HeuristicLab.Netron\3.0.2672.12446\Netron.Diagramming.Core-3.0.2672.12446\Netron.Diagramming.Core-3.0.2672.12446.csproj">
    175       <Project>{96AEBBEE-4203-45F3-BCF5-7B73BF256BDA}</Project>
    176       <Name>Netron.Diagramming.Core-3.0.2672.12446</Name>
    177     </ProjectReference>
    178     <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
    179       <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
    180       <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
    181     </ProjectReference>
    182     <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
    183       <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    184       <Name>HeuristicLab.MainForm-3.3</Name>
    185     </ProjectReference>
    186     <ProjectReference Include="..\..\HeuristicLab.Operators.Views\3.3\HeuristicLab.Operators.Views-3.3.csproj">
    187       <Project>{C49CB749-8B24-4628-8003-E86475749410}</Project>
    188       <Name>HeuristicLab.Operators.Views-3.3</Name>
    189     </ProjectReference>
    190151    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
    191152      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
    192153      <Name>HeuristicLab.Operators-3.3</Name>
    193     </ProjectReference>
    194     <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
    195       <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
    196       <Name>HeuristicLab.Optimizer-3.3</Name>
    197     </ProjectReference>
    198     <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
    199       <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
    200       <Name>HeuristicLab.Parameters-3.3</Name>
    201154    </ProjectReference>
    202155    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
Note: See TracChangeset for help on using the changeset viewer.