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

Legend:

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

    r3987 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>
     
    1717    <SignAssembly>true</SignAssembly>
    1818    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
     19    <FileUpgradeFlags>
     20    </FileUpgradeFlags>
     21    <OldToolsVersion>3.5</OldToolsVersion>
     22    <UpgradeBackupLocation />
     23    <PublishUrl>publish\</PublishUrl>
     24    <Install>true</Install>
     25    <InstallFrom>Disk</InstallFrom>
     26    <UpdateEnabled>false</UpdateEnabled>
     27    <UpdateMode>Foreground</UpdateMode>
     28    <UpdateInterval>7</UpdateInterval>
     29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     30    <UpdatePeriodically>false</UpdatePeriodically>
     31    <UpdateRequired>false</UpdateRequired>
     32    <MapFileExtensions>true</MapFileExtensions>
     33    <ApplicationRevision>0</ApplicationRevision>
     34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     35    <IsWebBootstrapper>false</IsWebBootstrapper>
     36    <UseApplicationTrust>false</UseApplicationTrust>
     37    <BootstrapperEnabled>true</BootstrapperEnabled>
    1938  </PropertyGroup>
    2039  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2645    <ErrorReport>prompt</ErrorReport>
    2746    <WarningLevel>4</WarningLevel>
     47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2848  </PropertyGroup>
    2949  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3656    <DocumentationFile>bin\Release\HeuristicLab.Persistence-3.3.XML</DocumentationFile>
    3757    <TreatWarningsAsErrors>false</TreatWarningsAsErrors>
     58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3859  </PropertyGroup>
    3960  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    4465    <PlatformTarget>x64</PlatformTarget>
    4566    <ErrorReport>prompt</ErrorReport>
     67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4668  </PropertyGroup>
    4769  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    5375    <ErrorReport>prompt</ErrorReport>
    5476    <DocumentationFile>bin\x64\Release\HeuristicLab.Persistence-3.3.XML</DocumentationFile>
     77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5578  </PropertyGroup>
    5679  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    6184    <PlatformTarget>x86</PlatformTarget>
    6285    <ErrorReport>prompt</ErrorReport>
     86    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6387  </PropertyGroup>
    6488  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    7094    <ErrorReport>prompt</ErrorReport>
    7195    <DocumentationFile>bin\x86\Release\HeuristicLab.Persistence-3.3.XML</DocumentationFile>
     96    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    7297  </PropertyGroup>
    7398  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
     
    244269    </ProjectReference>
    245270  </ItemGroup>
     271  <ItemGroup>
     272    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     273      <Visible>False</Visible>
     274      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     275      <Install>false</Install>
     276    </BootstrapperPackage>
     277    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     278      <Visible>False</Visible>
     279      <ProductName>.NET Framework 3.5 SP1</ProductName>
     280      <Install>true</Install>
     281    </BootstrapperPackage>
     282    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     283      <Visible>False</Visible>
     284      <ProductName>Windows Installer 3.1</ProductName>
     285      <Install>true</Install>
     286    </BootstrapperPackage>
     287  </ItemGroup>
    246288</Project>
  • trunk/sources/HeuristicLab.Persistence/3.3/Properties/Settings.Designer.cs

    r1542 r4065  
    22// <auto-generated>
    33//     This code was generated by a tool.
    4 //     Runtime Version:2.0.50727.3074
     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       
  • trunk/sources/HeuristicLab.Persistence/3.3/Tests/HeuristicLab.Persistence-3.3.Tests.csproj

    r3057 r4065  
    1 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     1<?xml version="1.0" encoding="utf-8"?>
     2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
    23  <PropertyGroup>
    34    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     
    1011    <RootNamespace>HeuristicLab.Persistence_33.Tests</RootNamespace>
    1112    <AssemblyName>HeuristicLab.Persistence-3.3.Tests</AssemblyName>
    12     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    1314    <FileAlignment>512</FileAlignment>
    1415    <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
     16    <FileUpgradeFlags>
     17    </FileUpgradeFlags>
     18    <OldToolsVersion>3.5</OldToolsVersion>
     19    <UpgradeBackupLocation />
     20    <PublishUrl>publish\</PublishUrl>
     21    <Install>true</Install>
     22    <InstallFrom>Disk</InstallFrom>
     23    <UpdateEnabled>false</UpdateEnabled>
     24    <UpdateMode>Foreground</UpdateMode>
     25    <UpdateInterval>7</UpdateInterval>
     26    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
     27    <UpdatePeriodically>false</UpdatePeriodically>
     28    <UpdateRequired>false</UpdateRequired>
     29    <MapFileExtensions>true</MapFileExtensions>
     30    <ApplicationRevision>0</ApplicationRevision>
     31    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
     32    <IsWebBootstrapper>false</IsWebBootstrapper>
     33    <UseApplicationTrust>false</UseApplicationTrust>
     34    <BootstrapperEnabled>true</BootstrapperEnabled>
    1535  </PropertyGroup>
    1636  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2242    <ErrorReport>prompt</ErrorReport>
    2343    <WarningLevel>4</WarningLevel>
     44    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2445  </PropertyGroup>
    2546  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3152    <WarningLevel>4</WarningLevel>
    3253    <TreatWarningsAsErrors>true</TreatWarningsAsErrors>
     54    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3355  </PropertyGroup>
    3456  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    3961    <PlatformTarget>x64</PlatformTarget>
    4062    <ErrorReport>prompt</ErrorReport>
     63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4164  </PropertyGroup>
    4265  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    4770    <PlatformTarget>x64</PlatformTarget>
    4871    <ErrorReport>prompt</ErrorReport>
     72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4973  </PropertyGroup>
    5074  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
     
    5579    <PlatformTarget>x86</PlatformTarget>
    5680    <ErrorReport>prompt</ErrorReport>
     81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5782  </PropertyGroup>
    5883  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    6388    <PlatformTarget>x86</PlatformTarget>
    6489    <ErrorReport>prompt</ErrorReport>
     90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6591  </PropertyGroup>
    6692  <ItemGroup>
    67     <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
     93    <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
    6894    <Reference Include="System" />
    6995    <Reference Include="System.Core">
     
    86112    </ProjectReference>
    87113  </ItemGroup>
     114  <ItemGroup>
     115    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
     116      <Visible>False</Visible>
     117      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
     118      <Install>true</Install>
     119    </BootstrapperPackage>
     120    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     121      <Visible>False</Visible>
     122      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     123      <Install>false</Install>
     124    </BootstrapperPackage>
     125    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     126      <Visible>False</Visible>
     127      <ProductName>.NET Framework 3.5 SP1</ProductName>
     128      <Install>false</Install>
     129    </BootstrapperPackage>
     130    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     131      <Visible>False</Visible>
     132      <ProductName>Windows Installer 3.1</ProductName>
     133      <Install>true</Install>
     134    </BootstrapperPackage>
     135  </ItemGroup>
    88136  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
    89137  <!-- 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.