Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/10 15:39:26 (15 years ago)
Author:
mkommend
Message:

added first version of OperatorGraphVisualization (ticket #867)

Location:
trunk/sources/HeuristicLab 3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab 3.3/Files.txt

    r2799 r2801  
    2121HeuristicLab.Operators\3.3:HeuristicLab.Operators-3.3.dll
    2222HeuristicLab.Operators.Views\3.3:HeuristicLab.Operators.Views-3.3.dll
     23HeuristicLab.Operators.Views.GraphVisualization\3.3:HeuristicLab.Operators.Views.GraphVisualization-3.3.dll
    2324HeuristicLab.Operators.Programmable\3.3:HeuristicLab.Operators.Programmable-3.3.dll
    2425HeuristicLab.Optimizer\3.3:HeuristicLab.Optimizer-3.3.dll
  • trunk/sources/HeuristicLab 3.3/HeuristicLab 3.3.csproj

    r2643 r2801  
    3535    <ErrorReport>prompt</ErrorReport>
    3636    <WarningLevel>4</WarningLevel>
     37  </PropertyGroup>
     38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     39    <DebugSymbols>true</DebugSymbols>
     40    <OutputPath>bin\x86\Debug\</OutputPath>
     41    <DefineConstants>DEBUG;TRACE</DefineConstants>
     42    <DebugType>full</DebugType>
     43    <PlatformTarget>x86</PlatformTarget>
     44    <ErrorReport>prompt</ErrorReport>
     45  </PropertyGroup>
     46  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     47    <OutputPath>bin\x86\Release\</OutputPath>
     48    <DefineConstants>TRACE</DefineConstants>
     49    <Optimize>true</Optimize>
     50    <DebugType>pdbonly</DebugType>
     51    <PlatformTarget>x86</PlatformTarget>
     52    <ErrorReport>prompt</ErrorReport>
    3753  </PropertyGroup>
    3854  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.