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)

File:
1 edited

Legend:

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

    r2772 r2801  
    3636    </ConfigurationOverrideFile>
    3737    <DefineConstants>DEBUG;TRACE</DefineConstants>
    38     <DocumentationFile>bin\Debug\Netron Documentation.xml</DocumentationFile>
     38    <DocumentationFile>
     39    </DocumentationFile>
    3940    <DebugSymbols>true</DebugSymbols>
    4041    <FileAlignment>4096</FileAlignment>
     
    7677    <ErrorReport>prompt</ErrorReport>
    7778    <CodeAnalysisRules>-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1807</CodeAnalysisRules>
     79  </PropertyGroup>
     80  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     81    <DebugSymbols>true</DebugSymbols>
     82    <OutputPath>bin\x86\Debug\</OutputPath>
     83    <DefineConstants>DEBUG;TRACE</DefineConstants>
     84    <BaseAddress>285212672</BaseAddress>
     85    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
     86    <DocumentationFile>bin\Debug\Netron Documentation.xml</DocumentationFile>
     87    <FileAlignment>4096</FileAlignment>
     88    <DebugType>full</DebugType>
     89    <PlatformTarget>x86</PlatformTarget>
     90    <CodeAnalysisRules>-Microsoft.Design#CA1040;-Microsoft.Design#CA1020;-Microsoft.Design#CA1045;-Microsoft.Design#CA1033;-Microsoft.Design#CA1030;-Microsoft.Design#CA1062;-Microsoft.Globalization#CA1301;-Microsoft.Globalization#CA1302;-Microsoft.Globalization#CA1303;-Microsoft.Globalization#CA1306;-Microsoft.Globalization#CA1304;-Microsoft.Globalization#CA1305;-Microsoft.Globalization#CA1300;-Microsoft.Mobility#CA1600;-Microsoft.Mobility#CA1601;-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1811;-Microsoft.Performance#CA1807;-Microsoft.Performance#CA1822;-Microsoft.Portability#CA1901;-Microsoft.Portability#CA1900;-Microsoft.Security#CA2116;-Microsoft.Security#CA2117;-Microsoft.Security#CA2105;-Microsoft.Security#CA2104;-Microsoft.Security#CA2114;-Microsoft.Security#CA2123;-Microsoft.Security#CA2108;-Microsoft.Security#CA2107;-Microsoft.Security#CA2103;-Microsoft.Security#CA2109;-Microsoft.Security#CA2106;-Microsoft.Security#CA2112;-Microsoft.Security#CA2110;-Microsoft.Security#CA2120;-Microsoft.Usage#CA2214;-Microsoft.Usage#CA2208</CodeAnalysisRules>
     91    <GenerateSerializationAssemblies>On</GenerateSerializationAssemblies>
     92    <ErrorReport>prompt</ErrorReport>
     93  </PropertyGroup>
     94  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     95    <OutputPath>bin\x86\Release\</OutputPath>
     96    <DefineConstants>TRACE</DefineConstants>
     97    <BaseAddress>285212672</BaseAddress>
     98    <Optimize>true</Optimize>
     99    <FileAlignment>4096</FileAlignment>
     100    <PlatformTarget>x86</PlatformTarget>
     101    <CodeAnalysisRules>-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1807</CodeAnalysisRules>
     102    <ErrorReport>prompt</ErrorReport>
    78103  </PropertyGroup>
    79104  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.