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/3.3
Files:
3 edited

Legend:

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

    r3837 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>
     
    1919    <ApplicationIcon>HeuristicLab.ico</ApplicationIcon>
    2020    <DisableFastUpToDateCheck>true</DisableFastUpToDateCheck>
     21    <FileUpgradeFlags>
     22    </FileUpgradeFlags>
     23    <OldToolsVersion>3.5</OldToolsVersion>
     24    <UpgradeBackupLocation />
     25    <PublishUrl>publish\</PublishUrl>
     26    <Install>true</Install>
     27    <InstallFrom>Disk</InstallFrom>
     28    <UpdateEnabled>false</UpdateEnabled>
     29    <UpdateMode>Foreground</UpdateMode>
     30    <UpdateInterval>7</UpdateInterval>
     31    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     32    <UpdatePeriodically>false</UpdatePeriodically>
     33    <UpdateRequired>false</UpdateRequired>
     34    <MapFileExtensions>true</MapFileExtensions>
     35    <ApplicationRevision>0</ApplicationRevision>
     36    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     37    <IsWebBootstrapper>false</IsWebBootstrapper>
     38    <UseApplicationTrust>false</UseApplicationTrust>
     39    <BootstrapperEnabled>true</BootstrapperEnabled>
    2140  </PropertyGroup>
    2241  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2847    <ErrorReport>prompt</ErrorReport>
    2948    <WarningLevel>4</WarningLevel>
     49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3050  </PropertyGroup>
    3151  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3757    <WarningLevel>4</WarningLevel>
    3858    <DocumentationFile>bin\Release\HeuristicLab 3.3.xml</DocumentationFile>
     59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3960  </PropertyGroup>
    4061  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    4566    <PlatformTarget>x86</PlatformTarget>
    4667    <ErrorReport>prompt</ErrorReport>
     68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4769  </PropertyGroup>
    4870  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    5476    <ErrorReport>prompt</ErrorReport>
    5577    <DocumentationFile>bin\x86\Release\HeuristicLab 3.3.xml</DocumentationFile>
     78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5679  </PropertyGroup>
    5780  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    6285    <PlatformTarget>x64</PlatformTarget>
    6386    <ErrorReport>prompt</ErrorReport>
     87    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6488  </PropertyGroup>
    6589  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    7195    <ErrorReport>prompt</ErrorReport>
    7296    <DocumentationFile>bin\x64\Release\HeuristicLab 3.3.xml</DocumentationFile>
     97    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7398  </PropertyGroup>
    7499  <ItemGroup>
     
    134159    <Content Include="HeuristicLab.ico" />
    135160  </ItemGroup>
     161  <ItemGroup>
     162    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     163      <Visible>False</Visible>
     164      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     165      <Install>false</Install>
     166    </BootstrapperPackage>
     167    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     168      <Visible>False</Visible>
     169      <ProductName>.NET Framework 3.5 SP1</ProductName>
     170      <Install>true</Install>
     171    </BootstrapperPackage>
     172    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     173      <Visible>False</Visible>
     174      <ProductName>Windows Installer 3.1</ProductName>
     175      <Install>true</Install>
     176    </BootstrapperPackage>
     177  </ItemGroup>
    136178  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    137179  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab/3.3/Properties/Resources.Designer.cs

    r2643 r4065  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.4200
     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/3.3/Properties/Settings.Designer.cs

    r3837 r4065  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.4927
     4//     Runtime Version:4.0.30319.1
    55//
    66//     Changes to this file may cause incorrect behavior and will be lost if
     
    1313   
    1414    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    15     [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.0.0.0")]
     15    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")]
    1616    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1717       
Note: See TracChangeset for help on using the changeset viewer.