Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/25/14 05:15:09 (9 years ago)
Author:
swagner
Message:

#2205: Restructured solution and projects and switched all projects to .NET 4.5

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/OptimizationNetworks/HeuristicLab.Core/3.3/HeuristicLab.Core-3.3.csproj

    r11576 r11577  
    1919    </UpgradeBackupLocation>
    2020    <IsWebBootstrapper>true</IsWebBootstrapper>
    21     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     21    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    2222    <TargetFrameworkProfile>
    2323    </TargetFrameworkProfile>
     
    4848    </DocumentationFile>
    4949    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     50    <Prefer32Bit>false</Prefer32Bit>
    5051  </PropertyGroup>
    5152  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    6061    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
    6162    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     63    <Prefer32Bit>false</Prefer32Bit>
    6264  </PropertyGroup>
    6365  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6971    <ErrorReport>prompt</ErrorReport>
    7072    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     73    <Prefer32Bit>false</Prefer32Bit>
    7174  </PropertyGroup>
    7275  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    8083    <ErrorReport>prompt</ErrorReport>
    8184    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     85    <Prefer32Bit>false</Prefer32Bit>
    8286  </PropertyGroup>
    8387  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    8993    <ErrorReport>prompt</ErrorReport>
    9094    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     95    <Prefer32Bit>false</Prefer32Bit>
    9196  </PropertyGroup>
    9297  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    100105    <ErrorReport>prompt</ErrorReport>
    101106    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     107    <Prefer32Bit>false</Prefer32Bit>
    102108  </PropertyGroup>
    103109  <ItemGroup>
     
    161167    <Compile Include="Interfaces\IOperatorGraphOperator.cs" />
    162168    <Compile Include="Interfaces\IStatefulItem.cs" />
     169    <Compile Include="Networks\IConnectablePort.cs" />
     170    <Compile Include="Networks\IMessage.cs" />
     171    <Compile Include="Networks\IMessagePort.cs" />
     172    <Compile Include="Networks\IMessageValue.cs" />
     173    <Compile Include="Networks\INetwork.cs" />
     174    <Compile Include="Networks\INetworkItem.cs" />
     175    <Compile Include="Networks\INode.cs" />
     176    <Compile Include="Networks\IParameterizedPort.cs" />
     177    <Compile Include="Networks\IPort.cs" />
     178    <Compile Include="Networks\IPortParameter.cs" />
     179    <Compile Include="Networks\Message.cs" />
     180    <Compile Include="Networks\MessageCollection.cs" />
     181    <Compile Include="Networks\MessagePort.cs" />
     182    <Compile Include="Networks\MessageValue.cs" />
     183    <Compile Include="Networks\MessageValueCollection.cs" />
     184    <Compile Include="Networks\Network.cs" />
     185    <Compile Include="Networks\NetworkItem.cs" />
     186    <Compile Include="Networks\Node.cs" />
     187    <Compile Include="Networks\NodeCollection.cs" />
     188    <Compile Include="Networks\ParameterizedPort.cs" />
     189    <Compile Include="Networks\Port.cs" />
     190    <Compile Include="Networks\PortCollection.cs" />
     191    <Compile Include="Networks\PortParameter.cs" />
     192    <Compile Include="Networks\PortParameterCollection.cs" />
     193    <Compile Include="Networks\PortParameterType.cs" />
    163194    <Compile Include="OperatorExecutionException.cs" />
    164195    <Compile Include="Interfaces\IScopeTreeLookupParameter.cs" />
Note: See TracChangeset for help on using the changeset viewer.