Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/29/08 00:29:17 (16 years ago)
Author:
swagner
Message:

Fixed configurations for CPU type x86 (#403)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Communication.Data/HeuristicLab.Communication.Data.csproj

    r852 r853  
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    55    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    6     <ProductVersion>9.0.30729</ProductVersion>
     6    <ProductVersion>9.0.21022</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    88    <ProjectGuid>{14E1C3E3-2496-436A-AE00-09F7B81DB15B}</ProjectGuid>
     
    4141    <ErrorReport>prompt</ErrorReport>
    4242    <WarningLevel>4</WarningLevel>
     43    <PlatformTarget>AnyCPU</PlatformTarget>
    4344  </PropertyGroup>
    4445  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    4950    <ErrorReport>prompt</ErrorReport>
    5051    <WarningLevel>4</WarningLevel>
     52  </PropertyGroup>
     53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     54    <DebugSymbols>true</DebugSymbols>
     55    <OutputPath>bin\x86\Debug\</OutputPath>
     56    <DefineConstants>DEBUG;TRACE</DefineConstants>
     57    <DebugType>full</DebugType>
     58    <PlatformTarget>x86</PlatformTarget>
     59    <ErrorReport>prompt</ErrorReport>
     60  </PropertyGroup>
     61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     62    <OutputPath>bin\x86\Release\</OutputPath>
     63    <DefineConstants>TRACE</DefineConstants>
     64    <Optimize>true</Optimize>
     65    <DebugType>pdbonly</DebugType>
     66    <PlatformTarget>x86</PlatformTarget>
     67    <ErrorReport>prompt</ErrorReport>
    5168  </PropertyGroup>
    5269  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset for help on using the changeset viewer.