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/DynamicDataDisplay/DynamicDataDisplay.csproj

    r12503 r12830  
    8181    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
    8282    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
     83    <ErrorReport>prompt</ErrorReport>
     84    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     85  </PropertyGroup>
     86  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     87    <DebugSymbols>true</DebugSymbols>
     88    <OutputPath>bin\x64\Debug\</OutputPath>
     89    <DefineConstants>TRACE;DEBUG;CODE_ANALYSIS</DefineConstants>
     90    <DebugType>full</DebugType>
     91    <PlatformTarget>x64</PlatformTarget>
     92    <ErrorReport>prompt</ErrorReport>
     93    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     94  </PropertyGroup>
     95  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     96    <DebugSymbols>true</DebugSymbols>
     97    <OutputPath>bin\x64\Release\</OutputPath>
     98    <DefineConstants>TRACE;CODE_ANALYSIS</DefineConstants>
     99    <DocumentationFile>bin\Release\DynamicDataDisplay.XML</DocumentationFile>
     100    <Optimize>true</Optimize>
     101    <DebugType>pdbonly</DebugType>
     102    <PlatformTarget>x64</PlatformTarget>
     103    <ErrorReport>prompt</ErrorReport>
     104    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     105  </PropertyGroup>
     106  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'ReleaseXBAP|x64'">
     107    <DebugSymbols>true</DebugSymbols>
     108    <OutputPath>bin\x64\ReleaseXBAP\</OutputPath>
     109    <DefineConstants>TRACE;CODE_ANALYSIS, RELEASEXBAP</DefineConstants>
     110    <DocumentationFile>bin\Release\DynamicDataDisplay.XML</DocumentationFile>
     111    <Optimize>true</Optimize>
     112    <DebugType>pdbonly</DebugType>
     113    <PlatformTarget>x64</PlatformTarget>
    83114    <ErrorReport>prompt</ErrorReport>
    84115    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
Note: See TracChangeset for help on using the changeset viewer.