Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/16/10 18:18:23 (13 years ago)
Author:
swinkler
Message:

Worked on symbolic expression tree formatters: Initialized formatter for Smalltalk, deleted obsolete file. (#1270)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SmalltalkExport/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Formatters.csproj

    r4820 r4821  
    3838  </PropertyGroup>
    3939  <ItemGroup>
     40    <Reference Include="HeuristicLab.Common-3.3">
     41      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
     42    </Reference>
     43    <Reference Include="HeuristicLab.Core-3.3">
     44      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
     45    </Reference>
     46    <Reference Include="HeuristicLab.Core.Views-3.3">
     47      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core.Views-3.3.dll</HintPath>
     48    </Reference>
     49    <Reference Include="HeuristicLab.MainForm-3.3">
     50      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
     51    </Reference>
     52    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
     53      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
     54    </Reference>
     55    <Reference Include="HeuristicLab.Persistence-3.3">
     56      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
     57    </Reference>
    4058    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
    4159      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
    4260    </Reference>
     61    <Reference Include="Microsoft.Build.Conversion.v3.5" />
    4362    <Reference Include="System" />
    4463    <Reference Include="System.Core" />
     64    <Reference Include="System.Drawing" />
     65    <Reference Include="System.Windows.Forms" />
    4566    <Reference Include="System.Xml.Linq" />
    4667    <Reference Include="System.Data.DataSetExtensions" />
     
    5677    <Compile Include="HeuristicLabEncodingsSymbolicExpressionTreeEncodingFormattersPlugin.cs" />
    5778    <Compile Include="Properties\AssemblyInfo.cs" />
     79    <Compile Include="SymbolicExpressionTreeSmalltalkStringFormatter.cs" />
     80    <Compile Include="SymbolicExpressionSmalltalkView.cs">
     81      <SubType>UserControl</SubType>
     82    </Compile>
     83    <Compile Include="SymbolicExpressionSmalltalkView.Designer.cs">
     84      <DependentUpon>SymbolicExpressionSmalltalkView.cs</DependentUpon>
     85    </Compile>
     86  </ItemGroup>
     87  <ItemGroup>
     88    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.3\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj">
     89      <Project>{125D3006-67F5-48CB-913E-73C0548F17FA}</Project>
     90      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3</Name>
     91    </ProjectReference>
    5892  </ItemGroup>
    5993  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.