Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/01/10 17:17:43 (15 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

Location:
trunk/sources/HeuristicLab.Permutation/3.3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Permutation/3.3/HeuristicLab.Permutation-3.3.csproj

    r2881 r2900  
    4949    <OutputPath>bin\x86\Release\</OutputPath>
    5050    <DefineConstants>TRACE</DefineConstants>
    51     <DocumentationFile>bin\Release\HeuristicLab.Permutation-3.2.XML</DocumentationFile>
     51    <DocumentationFile>bin\x86\Release\HeuristicLab.Permutation-3.3.xml</DocumentationFile>
    5252    <Optimize>true</Optimize>
    5353    <DebugType>pdbonly</DebugType>
     
    6666    <OutputPath>bin\x64\Release\</OutputPath>
    6767    <DefineConstants>TRACE</DefineConstants>
    68     <DocumentationFile>bin\Release\HeuristicLab.Permutation-3.2.XML</DocumentationFile>
     68    <DocumentationFile>bin\x64\Release\HeuristicLab.Permutation-3.2.xml</DocumentationFile>
    6969    <Optimize>true</Optimize>
    7070    <DebugType>pdbonly</DebugType>
  • trunk/sources/HeuristicLab.Permutation/3.3/Tests/HeuristicLab.Permutation-3.3.Tests.csproj

    r2881 r2900  
    4545    <DebugType>pdbonly</DebugType>
    4646    <PlatformTarget>x86</PlatformTarget>
     47    <ErrorReport>prompt</ErrorReport>
     48  </PropertyGroup>
     49  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     50    <DebugSymbols>true</DebugSymbols>
     51    <OutputPath>bin\x64\Debug\</OutputPath>
     52    <DefineConstants>DEBUG;TRACE</DefineConstants>
     53    <DebugType>full</DebugType>
     54    <PlatformTarget>x64</PlatformTarget>
     55    <ErrorReport>prompt</ErrorReport>
     56  </PropertyGroup>
     57  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     58    <OutputPath>bin\x64\Release\</OutputPath>
     59    <DefineConstants>TRACE</DefineConstants>
     60    <Optimize>true</Optimize>
     61    <DebugType>pdbonly</DebugType>
     62    <PlatformTarget>x64</PlatformTarget>
    4763    <ErrorReport>prompt</ErrorReport>
    4864  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.