Free cookie consent management tool by TermsFeed Policy Generator

Changeset 2781


Ignore:
Timestamp:
02/11/10 15:51:39 (14 years ago)
Author:
mkommend
Message:

added netron specific extensions (ticket #867)

Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446/HeuristicLab.Netron-3.0.2672.12446.csproj

    r2777 r2781  
    3838      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    3939    </Reference>
     40    <Reference Include="System.Drawing" />
     41    <Reference Include="System.Windows.Forms" />
    4042    <Reference Include="System.Xml.Linq">
    4143      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     
    4850  </ItemGroup>
    4951  <ItemGroup>
     52    <Compile Include="NetronVisualization.cs">
     53      <SubType>Component</SubType>
     54    </Compile>
     55    <Compile Include="NetronVisualization.Designer.cs">
     56      <DependentUpon>NetronVisualization.cs</DependentUpon>
     57    </Compile>
     58    <Compile Include="Ants.cs" />
     59    <Compile Include="Controller.cs" />
     60    <Compile Include="Ghosts.cs" />
    5061    <Compile Include="HeuristicLabNetronPlugin.cs" />
    5162    <Compile Include="Properties\AssemblyInfo.cs" />
     63    <Compile Include="TextEditor.cs" />
     64    <Compile Include="View.cs" />
    5265  </ItemGroup>
    5366  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.