Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/25/11 10:50:21 (13 years ago)
Author:
mkommend
Message:

#1479: Created branch for grammar editing.

Location:
branches/GP.Grammar.Editor
Files:
1 edited
1 copied

Legend:

Unmodified
Added
Removed
  • branches/GP.Grammar.Editor/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views/3.4/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.csproj

    r5809 r6284  
    9393  </PropertyGroup>
    9494  <ItemGroup>
     95    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     96    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     97    <Reference Include="HeuristicLab.Data.Views-3.3">
     98      <HintPath>..\..\HeuristicLab.Data.Views\3.3\bin\Debug\HeuristicLab.Data.Views-3.3.dll</HintPath>
     99    </Reference>
     100    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
     101    <Reference Include="HeuristicLab.Visualization.ChartControlsExtensions-3.3">
     102      <HintPath>..\..\HeuristicLab.Visualization.ChartControlsExtensions\3.3\bin\Debug\HeuristicLab.Visualization.ChartControlsExtensions-3.3.dll</HintPath>
     103    </Reference>
    95104    <Reference Include="System" />
    96105    <Reference Include="System.Core">
     
    99108    <Reference Include="System.Drawing" />
    100109    <Reference Include="System.Windows.Forms" />
     110    <Reference Include="System.Windows.Forms.DataVisualization" />
    101111    <Reference Include="System.Xml.Linq">
    102112      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    109119  </ItemGroup>
    110120  <ItemGroup>
     121    <Compile Include="SymbolicExpressionGrammarEditorView.cs">
     122      <SubType>UserControl</SubType>
     123    </Compile>
     124    <Compile Include="SymbolicExpressionGrammarEditorView.Designer.cs">
     125      <DependentUpon>SymbolicExpressionGrammarEditorView.cs</DependentUpon>
     126    </Compile>
    111127    <Compile Include="SymbolicExpressionGrammarView.cs">
    112128      <SubType>UserControl</SubType>
     
    171187      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
    172188      <Name>HeuristicLab.MainForm-3.3</Name>
     189    </ProjectReference>
     190    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
     191      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
     192      <Name>HeuristicLab.Optimization.Views-3.3</Name>
    173193    </ProjectReference>
    174194    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
     
    198218      <Install>true</Install>
    199219    </BootstrapperPackage>
     220  </ItemGroup>
     221  <ItemGroup>
     222    <EmbeddedResource Include="SymbolicExpressionGrammarEditorView.resx">
     223      <DependentUpon>SymbolicExpressionGrammarEditorView.cs</DependentUpon>
     224    </EmbeddedResource>
    200225  </ItemGroup>
    201226  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.