Free cookie consent management tool by TermsFeed Policy Generator

Changeset 4053


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)

Location:
branches/3.2/sources
Files:
2 added
3 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/sources/HeuristicLab.ExtLibs/HeuristicLab.SpringNET/1.3.0/HeuristicLab.SpringNET-1.3.0.csproj

    r2904 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' ">
  • 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' ">
  • branches/3.2/sources/HeuristicLab/HeuristicLab.csproj

    r4050 r4053  
    33    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    44    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    5     <ProductVersion>9.0.30729</ProductVersion>
     5    <ProductVersion>9.0.21022</ProductVersion>
    66    <SchemaVersion>2.0</SchemaVersion>
    77    <ProjectGuid>{623FB817-8371-4A9A-A491-4DECC87B2BBB}</ProjectGuid>
     
    122122    <Content Include="Resources\HeuristicLab.ico" />
    123123    <None Include="app.config" />
     124    <None Include="CustomPostBuild.cmd" />
    124125    <None Include="CreateConsoleApplication.cmd" />
    125     <None Include="CustomPostBuild.cmd" />
    126126    <None Include="Resources\CopyAssemblies.cmd" />
    127127    <None Include="CustomPostBuildTemplate_UpdateLocalInstallation.cmd" />
Note: See TracChangeset for help on using the changeset viewer.