Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/08/16 20:48:54 (8 years ago)
Author:
abeham
Message:

#2651: worked on igraph integration, additional layout algorithms, density, page rank

  • added unit tests
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Igraph/0.8.0-pre/HeuristicLab.Igraph-0.8.0-pre/HeuristicLab.igraph-0.8.0-pre.csproj

    r14234 r14244  
    88    <OutputType>Library</OutputType>
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    10     <RootNamespace>HeuristicLab.igraph</RootNamespace>
    11     <AssemblyName>HeuristicLab.igraph-0.8.0-pre</AssemblyName>
     10    <RootNamespace>HeuristicLab.IGraph</RootNamespace>
     11    <AssemblyName>HeuristicLab.IGraph-0.8.0-pre</AssemblyName>
    1212    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1313    <FileAlignment>512</FileAlignment>
     
    2121    <ErrorReport>prompt</ErrorReport>
    2222    <WarningLevel>4</WarningLevel>
     23    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    2324  </PropertyGroup>
    2425  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    2930    <ErrorReport>prompt</ErrorReport>
    3031    <WarningLevel>4</WarningLevel>
     32    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
    3133  </PropertyGroup>
    3234  <PropertyGroup>
     
    5254    <Compile Include="Properties\AssemblyInfo.cs" />
    5355    <Compile Include="Datatypes.cs" />
     56    <Compile Include="Wrappers\Vector.cs" />
    5457  </ItemGroup>
    5558  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.