Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
10/19/08 02:11:33 (16 years ago)
Author:
gkronber
Message:

fixed #315 (Support for LINQ extensions in ProgrammableOperator)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Programmable/HeuristicLab.Operators.Programmable.csproj

    r582 r694  
    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>{E3CCBFC6-900C-41B6-AFB8-6646DB097435}</ProjectGuid>
     
    1717    <UpgradeBackupLocation>
    1818    </UpgradeBackupLocation>
     19    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1920  </PropertyGroup>
    2021  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    5556  <ItemGroup>
    5657    <Reference Include="System" />
     58    <Reference Include="System.Core">
     59      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     60    </Reference>
    5761    <Reference Include="System.Data" />
     62    <Reference Include="System.Data.Linq">
     63      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     64    </Reference>
    5865    <Reference Include="System.Drawing" />
    5966    <Reference Include="System.Windows.Forms" />
Note: See TracChangeset for help on using the changeset viewer.