Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/15/10 16:14:31 (14 years ago)
Author:
mkommend
Message:

changed HL3.3 x64 configuration (ticket #867)

Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.Netron/3.0.2672.12446
Files:
2 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

    r2801 r2803  
    4747    <DebugType>pdbonly</DebugType>
    4848    <PlatformTarget>x86</PlatformTarget>
     49    <ErrorReport>prompt</ErrorReport>
     50  </PropertyGroup>
     51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     52    <DebugSymbols>true</DebugSymbols>
     53    <OutputPath>bin\x64\Debug\</OutputPath>
     54    <DefineConstants>DEBUG;TRACE</DefineConstants>
     55    <DebugType>full</DebugType>
     56    <PlatformTarget>x64</PlatformTarget>
     57    <ErrorReport>prompt</ErrorReport>
     58  </PropertyGroup>
     59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     60    <OutputPath>bin\x64\Release\</OutputPath>
     61    <DefineConstants>TRACE</DefineConstants>
     62    <Optimize>true</Optimize>
     63    <DebugType>pdbonly</DebugType>
     64    <PlatformTarget>x64</PlatformTarget>
    4965    <ErrorReport>prompt</ErrorReport>
    5066  </PropertyGroup>
  • 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

    r2801 r2803  
    2727    <SignAssembly>true</SignAssembly>
    2828    <OldToolsVersion>2.0</OldToolsVersion>
     29    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    2930  </PropertyGroup>
    3031  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    102103    <ErrorReport>prompt</ErrorReport>
    103104  </PropertyGroup>
     105  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     106    <DebugSymbols>true</DebugSymbols>
     107    <OutputPath>bin\x64\Debug\</OutputPath>
     108    <DefineConstants>DEBUG;TRACE</DefineConstants>
     109    <BaseAddress>285212672</BaseAddress>
     110    <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>
     111    <FileAlignment>4096</FileAlignment>
     112    <DebugType>full</DebugType>
     113    <PlatformTarget>x64</PlatformTarget>
     114    <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>
     115    <GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
     116    <ErrorReport>prompt</ErrorReport>
     117  </PropertyGroup>
     118  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     119    <OutputPath>bin\x64\Release\</OutputPath>
     120    <DefineConstants>TRACE</DefineConstants>
     121    <BaseAddress>285212672</BaseAddress>
     122    <Optimize>true</Optimize>
     123    <FileAlignment>4096</FileAlignment>
     124    <PlatformTarget>x64</PlatformTarget>
     125    <CodeAnalysisRules>-Microsoft.Naming#CA1725;-Microsoft.Performance#CA1807</CodeAnalysisRules>
     126    <ErrorReport>prompt</ErrorReport>
     127  </PropertyGroup>
    104128  <ItemGroup>
    105129    <Reference Include="System">
    106130      <Name>System</Name>
     131    </Reference>
     132    <Reference Include="System.Core">
     133      <RequiredTargetFramework>3.5</RequiredTargetFramework>
    107134    </Reference>
    108135    <Reference Include="System.Data">
Note: See TracChangeset for help on using the changeset viewer.