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 3.3/HeuristicLab 3.3.csproj

    r2803 r2900  
    3535    <ErrorReport>prompt</ErrorReport>
    3636    <WarningLevel>4</WarningLevel>
     37    <DocumentationFile>bin\Release\HeuristicLab.XML</DocumentationFile>
    3738  </PropertyGroup>
    3839  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    5152    <PlatformTarget>x86</PlatformTarget>
    5253    <ErrorReport>prompt</ErrorReport>
     54    <DocumentationFile>bin\x86\Release\HeuristicLab.XML</DocumentationFile>
    5355  </PropertyGroup>
    5456  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6769    <PlatformTarget>x64</PlatformTarget>
    6870    <ErrorReport>prompt</ErrorReport>
     71    <DocumentationFile>bin\x64\Release\HeuristicLab.XML</DocumentationFile>
    6972  </PropertyGroup>
    7073  <ItemGroup>
Note: See TracChangeset for help on using the changeset viewer.