Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/27/09 14:45:44 (15 years ago)
Author:
epitzer
Message:

Migrate HL.Data-3.3 to new persistence library. (#603)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data/3.3/HeuristicLab.Data-3.3.csproj

    r1668 r1669  
    55    <ProductVersion>9.0.30729</ProductVersion>
    66    <SchemaVersion>2.0</SchemaVersion>
    7     <ProjectGuid>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</ProjectGuid>
     7    <ProjectGuid>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</ProjectGuid>
    88    <OutputType>Library</OutputType>
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>HeuristicLab.Data</RootNamespace>
    11     <AssemblyName>HeuristicLab.Data-3.2</AssemblyName>
     11    <AssemblyName>HeuristicLab.Data-3.3</AssemblyName>
    1212    <SignAssembly>true</SignAssembly>
    1313    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     
    3232    <UseApplicationTrust>false</UseApplicationTrust>
    3333    <BootstrapperEnabled>true</BootstrapperEnabled>
     34    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    3435  </PropertyGroup>
    3536  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    5152    <ErrorReport>prompt</ErrorReport>
    5253    <WarningLevel>4</WarningLevel>
    53     <DocumentationFile>bin\Release\HeuristicLab.Data-3.2.XML</DocumentationFile>
     54    <DocumentationFile>bin\Release\HeuristicLab.Data-3.3.xml</DocumentationFile>
    5455    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    5556  </PropertyGroup>
     
    9091  <ItemGroup>
    9192    <Reference Include="System" />
     93    <Reference Include="System.Core">
     94      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     95    </Reference>
    9296    <Reference Include="System.Data" />
    9397    <Reference Include="System.Drawing" />
     
    233237  </ItemGroup>
    234238  <ItemGroup>
    235     <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
    236       <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
    237       <Name>HeuristicLab.Core-3.2</Name>
     239    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     240      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     241      <Name>HeuristicLab.Core-3.3</Name>
     242    </ProjectReference>
     243    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     244      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
     245      <Name>HeuristicLab.Persistence-3.3</Name>
    238246    </ProjectReference>
    239247    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
Note: See TracChangeset for help on using the changeset viewer.