Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/20/10 13:46:30 (14 years ago)
Author:
cneumuel
Message:

fixed broken deployment of Hive.Server due to errors in build-path (#1088)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/sources/HeuristicLab.Hive.Server.LINQDataAccess/3.2/HeuristicLab.Hive.Server.LINQDataAccess-3.2.csproj

    r3931 r4053  
    2020    <DebugType>full</DebugType>
    2121    <Optimize>false</Optimize>
    22     <OutputPath>bin\x86\Debug\</OutputPath>
     22    <OutputPath>bin\Debug\</OutputPath>
    2323    <DefineConstants>DEBUG;TRACE</DefineConstants>
    2424    <ErrorReport>prompt</ErrorReport>
    2525    <WarningLevel>4</WarningLevel>
    26     <PlatformTarget>x86</PlatformTarget>
     26    <PlatformTarget>AnyCPU</PlatformTarget>
    2727  </PropertyGroup>
    2828  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Note: See TracChangeset for help on using the changeset viewer.