Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/02/15 15:22:46 (9 years ago)
Author:
aballeit
Message:

#2283 x64 build of projects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GrammaticalOptimization/Test/Test.csproj

    r12289 r12830  
    3737    <WarningLevel>4</WarningLevel>
    3838    <Prefer32Bit>false</Prefer32Bit>
     39  </PropertyGroup>
     40  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     41    <DebugSymbols>true</DebugSymbols>
     42    <OutputPath>bin\x64\Debug\</OutputPath>
     43    <DefineConstants>DEBUG;TRACE</DefineConstants>
     44    <DebugType>full</DebugType>
     45    <PlatformTarget>x64</PlatformTarget>
     46    <ErrorReport>prompt</ErrorReport>
     47    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     48  </PropertyGroup>
     49  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     50    <OutputPath>bin\x64\Release\</OutputPath>
     51    <DefineConstants>TRACE</DefineConstants>
     52    <Optimize>true</Optimize>
     53    <DebugType>pdbonly</DebugType>
     54    <PlatformTarget>x64</PlatformTarget>
     55    <ErrorReport>prompt</ErrorReport>
     56    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
    3957  </PropertyGroup>
    4058  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.