Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/27/09 16:30:39 (15 years ago)
Author:
epitzer
Message:

Update HL.AdvancedOptimizationFrontend-3.3 to use new persistence library. (#603)

File:
1 moved

Legend:

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

    r1675 r1676  
    66    <ProductVersion>9.0.30729</ProductVersion>
    77    <SchemaVersion>2.0</SchemaVersion>
    8     <ProjectGuid>{74752FCD-9E10-48DB-9AF2-AF5518B62807}</ProjectGuid>
     8    <ProjectGuid>{D4E8C5EC-DB4A-4FF5-AE45-770A88B6D609}</ProjectGuid>
    99    <OutputType>Library</OutputType>
    1010    <AppDesignerFolder>Properties</AppDesignerFolder>
    1111    <RootNamespace>HeuristicLab.AdvancedOptimizationFrontend</RootNamespace>
    12     <AssemblyName>HeuristicLab.AdvancedOptimizationFrontend-3.2</AssemblyName>
    13     <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     12    <AssemblyName>HeuristicLab.AdvancedOptimizationFrontend-3.3</AssemblyName>
     13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    1414    <FileAlignment>512</FileAlignment>
    1515    <SignAssembly>true</SignAssembly>
     
    3232    <ErrorReport>prompt</ErrorReport>
    3333    <WarningLevel>4</WarningLevel>
    34     <DocumentationFile>bin\Release\HeuristicLab.AdvancedOptimizationFrontend-3.2.XML</DocumentationFile>
     34    <DocumentationFile>bin\Release\HeuristicLab.AdvancedOptimizationFrontend-3.3.xml</DocumentationFile>
    3535  </PropertyGroup>
    3636  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    7070  <ItemGroup>
    7171    <Reference Include="System" />
     72    <Reference Include="System.Core">
     73      <RequiredTargetFramework>3.5</RequiredTargetFramework>
     74    </Reference>
    7275    <Reference Include="System.Data" />
    7376    <Reference Include="System.Drawing" />
     
    117120  </ItemGroup>
    118121  <ItemGroup>
    119     <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">
    120       <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>
    121       <Name>HeuristicLab.Core-3.2</Name>
     122    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
     123      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
     124      <Name>HeuristicLab.Core-3.3</Name>
    122125    </ProjectReference>
    123126    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
Note: See TracChangeset for help on using the changeset viewer.