Free cookie consent management tool by TermsFeed Policy Generator

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

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

Location:
branches/OptimizationNetworks/HeuristicLab.Core.Views/3.3
Files:
1 added
1 edited
32 copied

Legend:

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

    r11576 r11577  
    1111    <RootNamespace>HeuristicLab.Core.Views</RootNamespace>
    1212    <AssemblyName>HeuristicLab.Core.Views-3.3</AssemblyName>
    13     <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
    1414    <TargetFrameworkProfile>
    1515    </TargetFrameworkProfile>
     
    4646    <WarningLevel>4</WarningLevel>
    4747    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     48    <Prefer32Bit>false</Prefer32Bit>
    4849  </PropertyGroup>
    4950  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    5758    </DocumentationFile>
    5859    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     60    <Prefer32Bit>false</Prefer32Bit>
    5961  </PropertyGroup>
    6062  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6668    <ErrorReport>prompt</ErrorReport>
    6769    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     70    <Prefer32Bit>false</Prefer32Bit>
    6871  </PropertyGroup>
    6972  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7780    <ErrorReport>prompt</ErrorReport>
    7881    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     82    <Prefer32Bit>false</Prefer32Bit>
    7983  </PropertyGroup>
    8084  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    8690    <ErrorReport>prompt</ErrorReport>
    8791    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     92    <Prefer32Bit>false</Prefer32Bit>
    8893  </PropertyGroup>
    8994  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    97102    <ErrorReport>prompt</ErrorReport>
    98103    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
     104    <Prefer32Bit>false</Prefer32Bit>
    99105  </PropertyGroup>
    100106  <ItemGroup>
     
    152158    <Compile Include="NestingLevelErrorControl.Designer.cs">
    153159      <DependentUpon>NestingLevelErrorControl.cs</DependentUpon>
     160    </Compile>
     161    <Compile Include="Networks\MessageCollectionView.cs">
     162      <SubType>UserControl</SubType>
     163    </Compile>
     164    <Compile Include="Networks\MessageCollectionView.Designer.cs">
     165      <DependentUpon>MessageCollectionView.cs</DependentUpon>
     166    </Compile>
     167    <Compile Include="Networks\MessagePortView.cs">
     168      <SubType>UserControl</SubType>
     169    </Compile>
     170    <Compile Include="Networks\MessagePortView.Designer.cs">
     171      <DependentUpon>MessagePortView.cs</DependentUpon>
     172    </Compile>
     173    <Compile Include="Networks\MessageValueCollectionView.cs">
     174      <SubType>UserControl</SubType>
     175    </Compile>
     176    <Compile Include="Networks\MessageValueCollectionView.Designer.cs">
     177      <DependentUpon>MessageValueCollectionView.cs</DependentUpon>
     178    </Compile>
     179    <Compile Include="Networks\MessageValueView.cs">
     180      <SubType>UserControl</SubType>
     181    </Compile>
     182    <Compile Include="Networks\MessageValueView.Designer.cs">
     183      <DependentUpon>MessageValueView.cs</DependentUpon>
     184    </Compile>
     185    <Compile Include="Networks\MessageView.cs">
     186      <SubType>UserControl</SubType>
     187    </Compile>
     188    <Compile Include="Networks\MessageView.Designer.cs">
     189      <DependentUpon>MessageView.cs</DependentUpon>
     190    </Compile>
     191    <Compile Include="Networks\NetworkItemSelector.cs">
     192      <SubType>UserControl</SubType>
     193    </Compile>
     194    <Compile Include="Networks\NetworkItemSelector.Designer.cs">
     195      <DependentUpon>NetworkItemSelector.cs</DependentUpon>
     196    </Compile>
     197    <Compile Include="Networks\NetworkItemSelectorDialog.cs">
     198      <SubType>Form</SubType>
     199    </Compile>
     200    <Compile Include="Networks\NetworkItemSelectorDialog.Designer.cs">
     201      <DependentUpon>NetworkItemSelectorDialog.cs</DependentUpon>
     202    </Compile>
     203    <Compile Include="Networks\NetworkItemView.cs">
     204      <SubType>UserControl</SubType>
     205    </Compile>
     206    <Compile Include="Networks\NetworkItemView.Designer.cs">
     207      <DependentUpon>NetworkItemView.cs</DependentUpon>
     208    </Compile>
     209    <Compile Include="Networks\NetworkView.cs">
     210      <SubType>UserControl</SubType>
     211    </Compile>
     212    <Compile Include="Networks\NetworkView.Designer.cs">
     213      <DependentUpon>NetworkView.cs</DependentUpon>
     214    </Compile>
     215    <Compile Include="Networks\NodeCollectionView.cs">
     216      <SubType>UserControl</SubType>
     217    </Compile>
     218    <Compile Include="Networks\NodeCollectionView.Designer.cs">
     219      <DependentUpon>NodeCollectionView.cs</DependentUpon>
     220    </Compile>
     221    <Compile Include="Networks\NodeView.cs">
     222      <SubType>UserControl</SubType>
     223    </Compile>
     224    <Compile Include="Networks\NodeView.Designer.cs">
     225      <DependentUpon>NodeView.cs</DependentUpon>
     226    </Compile>
     227    <Compile Include="Networks\ParameterizedPortView.cs">
     228      <SubType>UserControl</SubType>
     229    </Compile>
     230    <Compile Include="Networks\ParameterizedPortView.Designer.cs">
     231      <DependentUpon>ParameterizedPortView.cs</DependentUpon>
     232    </Compile>
     233    <Compile Include="Networks\PortCollectionView.cs">
     234      <SubType>UserControl</SubType>
     235    </Compile>
     236    <Compile Include="Networks\PortCollectionView.Designer.cs">
     237      <DependentUpon>PortCollectionView.cs</DependentUpon>
     238    </Compile>
     239    <Compile Include="Networks\PortParameterCollectionView.cs">
     240      <SubType>UserControl</SubType>
     241    </Compile>
     242    <Compile Include="Networks\PortParameterCollectionView.Designer.cs">
     243      <DependentUpon>PortParameterCollectionView.cs</DependentUpon>
     244    </Compile>
     245    <Compile Include="Networks\PortParameterView.cs">
     246      <SubType>UserControl</SubType>
     247    </Compile>
     248    <Compile Include="Networks\PortParameterView.Designer.cs">
     249      <DependentUpon>PortParameterView.cs</DependentUpon>
     250    </Compile>
     251    <Compile Include="Networks\PortView.cs">
     252      <SubType>UserControl</SubType>
     253    </Compile>
     254    <Compile Include="Networks\PortView.Designer.cs">
     255      <DependentUpon>PortView.cs</DependentUpon>
    154256    </Compile>
    155257    <Compile Include="Plugin.cs" />
  • branches/OptimizationNetworks/HeuristicLab.Core.Views/3.3/Networks/NetworkItemView.cs

    r11576 r11577  
    2727  [View("NetworkItem View")]
    2828  [Content(typeof(NetworkItem), true)]
    29   [Content(typeof(ProgrammableNetworkItem), true)]
    3029  [Content(typeof(INetworkItem), false)]
    3130  public partial class NetworkItemView : NamedItemView {
  • branches/OptimizationNetworks/HeuristicLab.Core.Views/3.3/Networks/NetworkView.cs

    r11576 r11577  
    2626  [View("Network View")]
    2727  [Content(typeof(Network), true)]
    28   [Content(typeof(ProgrammableNetwork), true)]
    2928  [Content(typeof(INetwork), false)]
    3029  public partial class NetworkView : NetworkItemView {
  • branches/OptimizationNetworks/HeuristicLab.Core.Views/3.3/Networks/NodeView.cs

    r11576 r11577  
    2626  [View("Node View")]
    2727  [Content(typeof(Node), true)]
    28   [Content(typeof(ProgrammableNode), true)]
    2928  [Content(typeof(INode), false)]
    3029  public partial class NodeView : NetworkItemView {
Note: See TracChangeset for help on using the changeset viewer.