Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/27/09 15:29:27 (15 years ago)
Author:
epitzer
Message:

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

File:
1 moved

Legend:

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

    r1671 r1672  
    55    <ProductVersion>9.0.30729</ProductVersion>
    66    <SchemaVersion>2.0</SchemaVersion>
    7     <ProjectGuid>{FCD62C6F-4793-4593-AE9A-0BDCA256EE99}</ProjectGuid>
     7    <ProjectGuid>{19C1E42A-4B48-4EFD-B697-899016F1C198}</ProjectGuid>
    88    <OutputType>Library</OutputType>
    99    <AppDesignerFolder>Properties</AppDesignerFolder>
    1010    <RootNamespace>HeuristicLab.Constraints</RootNamespace>
    11     <AssemblyName>HeuristicLab.Constraints-3.2</AssemblyName>
     11    <AssemblyName>HeuristicLab.Constraints-3.3</AssemblyName>
    1212    <SignAssembly>true</SignAssembly>
    1313    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     
    1717    <UpgradeBackupLocation>
    1818    </UpgradeBackupLocation>
     19    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1920  </PropertyGroup>
    2021  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    3435    <ErrorReport>prompt</ErrorReport>
    3536    <WarningLevel>4</WarningLevel>
    36     <DocumentationFile>bin\Release\HeuristicLab.Constraints-3.2.XML</DocumentationFile>
     37    <DocumentationFile>bin\Release\HeuristicLab.Constraints-3.3.xml</DocumentationFile>
    3738  </PropertyGroup>
    3839  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    7273  <ItemGroup>
    7374    <Reference Include="System" />
     75    <Reference Include="System.Core">
     76      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     77    </Reference>
    7478    <Reference Include="System.Data" />
    7579    <Reference Include="System.Drawing" />
     
    155159  </ItemGroup>
    156160  <ItemGroup>
    157     <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
    158       <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
    159       <Name>HeuristicLab.Core-3.2</Name>
    160     </ProjectReference>
    161     <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj">
    162       <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project>
    163       <Name>HeuristicLab.Data-3.2</Name>
     161    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     162      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     163      <Name>HeuristicLab.Core-3.3</Name>
     164    </ProjectReference>
     165    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
     166      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
     167      <Name>HeuristicLab.Data-3.3</Name>
     168    </ProjectReference>
     169    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
     170      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
     171      <Name>HeuristicLab.Persistence-3.3</Name>
    164172    </ProjectReference>
    165173    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
Note: See TracChangeset for help on using the changeset viewer.