Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/21/10 23:33:10 (14 years ago)
Author:
swagner
Message:

Migrated solution and projects to Visual Studio 2010 (#1093)

Location:
trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/HeuristicLab.WinFormsUI-2.3.1/HeuristicLab.WinFormsUI-2.3.1.csproj

    r3832 r4065  
    11<?xml version="1.0" encoding="utf-8"?>
    2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    33  <PropertyGroup>
    44    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     
    1515    <SignAssembly>true</SignAssembly>
    1616    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     17    <FileUpgradeFlags>
     18    </FileUpgradeFlags>
     19    <OldToolsVersion>3.5</OldToolsVersion>
     20    <UpgradeBackupLocation />
     21    <PublishUrl>publish\</PublishUrl>
     22    <Install>true</Install>
     23    <InstallFrom>Disk</InstallFrom>
     24    <UpdateEnabled>false</UpdateEnabled>
     25    <UpdateMode>Foreground</UpdateMode>
     26    <UpdateInterval>7</UpdateInterval>
     27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     28    <UpdatePeriodically>false</UpdatePeriodically>
     29    <UpdateRequired>false</UpdateRequired>
     30    <MapFileExtensions>true</MapFileExtensions>
     31    <ApplicationRevision>0</ApplicationRevision>
     32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     33    <IsWebBootstrapper>false</IsWebBootstrapper>
     34    <UseApplicationTrust>false</UseApplicationTrust>
     35    <BootstrapperEnabled>true</BootstrapperEnabled>
    1736  </PropertyGroup>
    1837  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2443    <ErrorReport>prompt</ErrorReport>
    2544    <WarningLevel>4</WarningLevel>
     45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2646  </PropertyGroup>
    2747  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3252    <ErrorReport>prompt</ErrorReport>
    3353    <WarningLevel>4</WarningLevel>
     54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3455  </PropertyGroup>
    3556  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    4061    <PlatformTarget>x64</PlatformTarget>
    4162    <ErrorReport>prompt</ErrorReport>
     63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4264  </PropertyGroup>
    4365  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    4870    <PlatformTarget>x64</PlatformTarget>
    4971    <ErrorReport>prompt</ErrorReport>
     72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5073  </PropertyGroup>
    5174  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    5679    <PlatformTarget>x86</PlatformTarget>
    5780    <ErrorReport>prompt</ErrorReport>
     81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5882  </PropertyGroup>
    5983  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    6488    <PlatformTarget>x86</PlatformTarget>
    6589    <ErrorReport>prompt</ErrorReport>
     90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6691  </PropertyGroup>
    6792  <ItemGroup>
     
    103128    </ProjectReference>
    104129  </ItemGroup>
     130  <ItemGroup>
     131    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     132      <Visible>False</Visible>
     133      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     134      <Install>false</Install>
     135    </BootstrapperPackage>
     136    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     137      <Visible>False</Visible>
     138      <ProductName>.NET Framework 3.5 SP1</ProductName>
     139      <Install>true</Install>
     140    </BootstrapperPackage>
     141    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     142      <Visible>False</Visible>
     143      <ProductName>Windows Installer 3.1</ProductName>
     144      <Install>true</Install>
     145    </BootstrapperPackage>
     146  </ItemGroup>
    105147  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    106148  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Docking/Resources.Designer.cs

    r2645 r4065  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.4016
     4//     Runtime Version:4.0.30319.1
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    2020    // To add or remove a member, edit your .ResX file then rerun ResGen
    2121    // with the /str option, or rebuild your VS project.
    22     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
     22    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    2323    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    2424    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/Docking/Strings.Designer.cs

    r2645 r4065  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.4016
     4//     Runtime Version:4.0.30319.1
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    2020    // To add or remove a member, edit your .ResX file then rerun ResGen
    2121    // with the /str option, or rebuild your VS project.
    22     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "2.0.0.0")]
     22    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    2323    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    2424    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
  • trunk/sources/HeuristicLab.ExtLibs/HeuristicLab.WinFormsUI/2.3.1/WinFormsUI-2.3.1/WinFormsUI-2.3.1.csproj

    r2649 r4065  
    1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
     1<?xml version="1.0" encoding="utf-8"?>
     2<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
    23  <PropertyGroup>
    34    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     
    1617    <UpgradeBackupLocation>
    1718    </UpgradeBackupLocation>
    18     <OldToolsVersion>2.0</OldToolsVersion>
     19    <OldToolsVersion>3.5</OldToolsVersion>
     20    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
     21    <PublishUrl>publish\</PublishUrl>
     22    <Install>true</Install>
     23    <InstallFrom>Disk</InstallFrom>
     24    <UpdateEnabled>false</UpdateEnabled>
     25    <UpdateMode>Foreground</UpdateMode>
     26    <UpdateInterval>7</UpdateInterval>
     27    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     28    <UpdatePeriodically>false</UpdatePeriodically>
     29    <UpdateRequired>false</UpdateRequired>
     30    <MapFileExtensions>true</MapFileExtensions>
     31    <ApplicationRevision>0</ApplicationRevision>
     32    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     33    <IsWebBootstrapper>false</IsWebBootstrapper>
     34    <UseApplicationTrust>false</UseApplicationTrust>
     35    <BootstrapperEnabled>true</BootstrapperEnabled>
    1936  </PropertyGroup>
    2037  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2643    <ErrorReport>prompt</ErrorReport>
    2744    <WarningLevel>4</WarningLevel>
     45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2846  </PropertyGroup>
    2947  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3452    <ErrorReport>prompt</ErrorReport>
    3553    <WarningLevel>4</WarningLevel>
     54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3655  </PropertyGroup>
    3756  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4261    <PlatformTarget>x86</PlatformTarget>
    4362    <ErrorReport>prompt</ErrorReport>
     63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4464  </PropertyGroup>
    4565  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5070    <PlatformTarget>x86</PlatformTarget>
    5171    <ErrorReport>prompt</ErrorReport>
     72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5273  </PropertyGroup>
    5374  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    5879    <PlatformTarget>x64</PlatformTarget>
    5980    <ErrorReport>prompt</ErrorReport>
     81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6082  </PropertyGroup>
    6183  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    6688    <PlatformTarget>x64</PlatformTarget>
    6789    <ErrorReport>prompt</ErrorReport>
     90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6891  </PropertyGroup>
    6992  <ItemGroup>
     
    227250    <EmbeddedResource Include="Docking\DockPanel.bmp" />
    228251  </ItemGroup>
     252  <ItemGroup>
     253    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     254      <Visible>False</Visible>
     255      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     256      <Install>false</Install>
     257    </BootstrapperPackage>
     258    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     259      <Visible>False</Visible>
     260      <ProductName>.NET Framework 3.5 SP1</ProductName>
     261      <Install>true</Install>
     262    </BootstrapperPackage>
     263    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     264      <Visible>False</Visible>
     265      <ProductName>Windows Installer 3.1</ProductName>
     266      <Install>true</Install>
     267    </BootstrapperPackage>
     268  </ItemGroup>
    229269  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    230270  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.