Free cookie consent management tool by TermsFeed Policy Generator

Changeset 1846


Ignore:
Timestamp:
05/18/09 23:11:24 (16 years ago)
Author:
gkronber
Message:

Added x86 configurations for projects HeuristicLab.SupportVectorMachines and LibSVM (second part to r1845). #619 (SupportVectorMachine for HL3)

Location:
trunk/sources
Files:
2 edited

Legend:

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

    r1837 r1846  
    4848    <DebugType>pdbonly</DebugType>
    4949    <PlatformTarget>x64</PlatformTarget>
     50    <ErrorReport>prompt</ErrorReport>
     51  </PropertyGroup>
     52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     53    <DebugSymbols>true</DebugSymbols>
     54    <OutputPath>bin\x86\Debug\</OutputPath>
     55    <DefineConstants>DEBUG;TRACE</DefineConstants>
     56    <DebugType>full</DebugType>
     57    <PlatformTarget>x86</PlatformTarget>
     58    <ErrorReport>prompt</ErrorReport>
     59  </PropertyGroup>
     60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     61    <OutputPath>bin\x86\Release\</OutputPath>
     62    <DefineConstants>TRACE</DefineConstants>
     63    <Optimize>true</Optimize>
     64    <DebugType>pdbonly</DebugType>
     65    <PlatformTarget>x86</PlatformTarget>
    5066    <ErrorReport>prompt</ErrorReport>
    5167  </PropertyGroup>
  • trunk/sources/LibSVM/LibSVM.csproj

    r1820 r1846  
    4747    <DebugType>pdbonly</DebugType>
    4848    <PlatformTarget>x64</PlatformTarget>
     49    <ErrorReport>prompt</ErrorReport>
     50  </PropertyGroup>
     51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     52    <DebugSymbols>true</DebugSymbols>
     53    <OutputPath>bin\x86\Debug\</OutputPath>
     54    <DefineConstants>DEBUG;TRACE</DefineConstants>
     55    <DebugType>full</DebugType>
     56    <PlatformTarget>x86</PlatformTarget>
     57    <ErrorReport>prompt</ErrorReport>
     58  </PropertyGroup>
     59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     60    <OutputPath>bin\x86\Release\</OutputPath>
     61    <DefineConstants>TRACE</DefineConstants>
     62    <Optimize>true</Optimize>
     63    <DebugType>pdbonly</DebugType>
     64    <PlatformTarget>x86</PlatformTarget>
    4965    <ErrorReport>prompt</ErrorReport>
    5066  </PropertyGroup>
Note: See TracChangeset for help on using the changeset viewer.