Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/01/10 17:17:43 (14 years ago)
Author:
abeham
Message:

Updated solution configuration (added x86 and x64 for all projects and checked release configuration to output documentation xml file)
Added Encodings.RealVector plugin
#95

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Common/3.2/HeuristicLab.Common-3.2.csproj

    r2790 r2900  
    3232    <ErrorReport>prompt</ErrorReport>
    3333    <WarningLevel>4</WarningLevel>
     34    <DocumentationFile>bin\Release\HeuristicLab.Common-3.2.XML</DocumentationFile>
    3435  </PropertyGroup>
    3536  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4849    <PlatformTarget>x86</PlatformTarget>
    4950    <ErrorReport>prompt</ErrorReport>
     51    <DocumentationFile>bin\x86\Release\HeuristicLab.Common-3.2.XML</DocumentationFile>
    5052  </PropertyGroup>
    5153  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6466    <PlatformTarget>x64</PlatformTarget>
    6567    <ErrorReport>prompt</ErrorReport>
     68    <DocumentationFile>bin\x64\Release\HeuristicLab.Common-3.2.XML</DocumentationFile>
    6669  </PropertyGroup>
    6770  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.