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/SharpVectorDom/SharpVectors.Dom.csproj

    r12762 r12830  
    118118    <ErrorReport>prompt</ErrorReport>
    119119  </PropertyGroup>
     120  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
     121    <DebugSymbols>true</DebugSymbols>
     122    <OutputPath>bin\x64\Debug\</OutputPath>
     123    <DefineConstants>TRACE;DEBUG</DefineConstants>
     124    <BaseAddress>285212672</BaseAddress>
     125    <FileAlignment>4096</FileAlignment>
     126    <DebugType>full</DebugType>
     127    <PlatformTarget>x64</PlatformTarget>
     128    <ErrorReport>prompt</ErrorReport>
     129    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     130  </PropertyGroup>
     131  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
     132    <OutputPath>bin\x64\Release\</OutputPath>
     133    <DefineConstants>TRACE</DefineConstants>
     134    <BaseAddress>285212672</BaseAddress>
     135    <Optimize>true</Optimize>
     136    <FileAlignment>4096</FileAlignment>
     137    <PlatformTarget>x64</PlatformTarget>
     138    <ErrorReport>prompt</ErrorReport>
     139    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     140  </PropertyGroup>
     141  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Documentation|x64'">
     142    <OutputPath>bin\x64\Documentation\</OutputPath>
     143    <DefineConstants>TRACE</DefineConstants>
     144    <BaseAddress>285212672</BaseAddress>
     145    <DocumentationFile>..\..\Output\SharpVectors.Dom.xml</DocumentationFile>
     146    <Optimize>true</Optimize>
     147    <FileAlignment>4096</FileAlignment>
     148    <PlatformTarget>x64</PlatformTarget>
     149    <ErrorReport>prompt</ErrorReport>
     150    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
     151  </PropertyGroup>
    120152  <ItemGroup>
    121153    <Reference Include="System">
Note: See TracChangeset for help on using the changeset viewer.