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.Services.Deployment.DataAccess/3.3
Files:
3 edited

Legend:

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

    r3084 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|x86' ">
     
    4061    <PlatformTarget>x86</PlatformTarget>
    4162    <ErrorReport>prompt</ErrorReport>
     63    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    4264  </PropertyGroup>
    4365  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
     
    4870    <PlatformTarget>x86</PlatformTarget>
    4971    <ErrorReport>prompt</ErrorReport>
     72    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5073  </PropertyGroup>
    5174  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
     
    5679    <PlatformTarget>x64</PlatformTarget>
    5780    <ErrorReport>prompt</ErrorReport>
     81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    5882  </PropertyGroup>
    5983  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
     
    6488    <PlatformTarget>x64</PlatformTarget>
    6589    <ErrorReport>prompt</ErrorReport>
     90    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    6691  </PropertyGroup>
    6792  <ItemGroup>
     
    124149    </None>
    125150  </ItemGroup>
     151  <ItemGroup>
     152    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
     153      <Visible>False</Visible>
     154      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
     155      <Install>false</Install>
     156    </BootstrapperPackage>
     157    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
     158      <Visible>False</Visible>
     159      <ProductName>.NET Framework 3.5 SP1</ProductName>
     160      <Install>true</Install>
     161    </BootstrapperPackage>
     162    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
     163      <Visible>False</Visible>
     164      <ProductName>Windows Installer 3.1</ProductName>
     165      <Install>true</Install>
     166    </BootstrapperPackage>
     167  </ItemGroup>
    126168  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    127169  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  • trunk/sources/HeuristicLab.Services.Deployment.DataAccess/3.3/PluginStoreClasses.designer.cs

    r3742 r4065  
    1 #region License Information
    2 /* HeuristicLab
    3  * Copyright (C) 2002-2010 Heuristic and Evolutionary Algorithms Laboratory (HEAL)
    4  *
    5  * This file is part of HeuristicLab.
    6  *
    7  * HeuristicLab is free software: you can redistribute it and/or modify
    8  * it under the terms of the GNU General Public License as published by
    9  * the Free Software Foundation, either version 3 of the License, or
    10  * (at your option) any later version.
    11  *
    12  * HeuristicLab is distributed in the hope that it will be useful,
    13  * but WITHOUT ANY WARRANTY; without even the implied warranty of
    14  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    15  * GNU General Public License for more details.
    16  *
    17  * You should have received a copy of the GNU General Public License
    18  * along with HeuristicLab. If not, see <http://www.gnu.org/licenses/>.
    19  */
    20 #endregion
    21 
    22 #pragma warning disable 1591
     1#pragma warning disable 1591
    232//------------------------------------------------------------------------------
    243// <auto-generated>
    254//     This code was generated by a tool.
    26 //     Runtime Version:2.0.50727.4200
     5//     Runtime Version:4.0.30319.1
    276//
    287//     Changes to this file may cause incorrect behavior and will be lost if
     
    4423 
    4524 
    46   [System.Data.Linq.Mapping.DatabaseAttribute(Name="HeuristicLab.PluginStore")]
     25  [global::System.Data.Linq.Mapping.DatabaseAttribute(Name="HeuristicLab.PluginStore")]
    4726  public partial class PluginStoreClassesDataContext : System.Data.Linq.DataContext
    4827  {
     
    140119  }
    141120 
    142   [Table(Name="dbo.Dependencies")]
     121  [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Dependencies")]
    143122  public partial class Dependency : INotifyPropertyChanging, INotifyPropertyChanged
    144123  {
     
    165144    }
    166145   
    167     [Column(Storage="_PluginId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
     146    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PluginId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
    168147    public long PluginId
    169148    {
     
    185164    }
    186165   
    187     [Column(Storage="_DependencyId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
     166    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_DependencyId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
    188167    public long DependencyId
    189168    {
     
    226205  }
    227206 
    228   [Table(Name="dbo.ProductPlugin")]
     207  [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.ProductPlugin")]
    229208  public partial class ProductPlugin : INotifyPropertyChanging, INotifyPropertyChanged
    230209  {
     
    251230    }
    252231   
    253     [Column(Storage="_ProductId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
     232    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ProductId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
    254233    public long ProductId
    255234    {
     
    271250    }
    272251   
    273     [Column(Storage="_PluginId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
     252    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PluginId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
    274253    public long PluginId
    275254    {
     
    312291  }
    313292 
    314   [Table(Name="dbo.Plugin")]
     293  [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Plugin")]
    315294  public partial class Plugin : INotifyPropertyChanging, INotifyPropertyChanged
    316295  {
     
    356335    }
    357336   
    358     [Column(Storage="_Id", AutoSync=AutoSync.OnInsert, DbType="BigInt NOT NULL IDENTITY", IsPrimaryKey=true, IsDbGenerated=true)]
     337    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Id", AutoSync=AutoSync.OnInsert, DbType="BigInt NOT NULL IDENTITY", IsPrimaryKey=true, IsDbGenerated=true)]
    359338    public long Id
    360339    {
     
    376355    }
    377356   
    378     [Column(Storage="_Name", DbType="NVarChar(300) NOT NULL", CanBeNull=false)]
     357    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Name", DbType="NVarChar(300) NOT NULL", CanBeNull=false)]
    379358    public string Name
    380359    {
     
    396375    }
    397376   
    398     [Column(Storage="_Version", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
     377    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Version", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
    399378    public string Version
    400379    {
     
    416395    }
    417396   
    418     [Column(Storage="_ContactName", DbType="Text", UpdateCheck=UpdateCheck.Never)]
     397    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContactName", DbType="Text", UpdateCheck=UpdateCheck.Never)]
    419398    public string ContactName
    420399    {
     
    436415    }
    437416   
    438     [Column(Storage="_ContactEmail", DbType="Text", UpdateCheck=UpdateCheck.Never)]
     417    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_ContactEmail", DbType="Text", UpdateCheck=UpdateCheck.Never)]
    439418    public string ContactEmail
    440419    {
     
    456435    }
    457436   
    458     [Column(Storage="_License", DbType="Text", UpdateCheck=UpdateCheck.Never)]
     437    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_License", DbType="Text", UpdateCheck=UpdateCheck.Never)]
    459438    public string License
    460439    {
     
    476455    }
    477456   
    478     [Association(Name="Plugin_PluginPackage", Storage="_PluginPackage", ThisKey="Id", OtherKey="PluginId", IsUnique=true, IsForeignKey=false)]
     457    [global::System.Data.Linq.Mapping.AssociationAttribute(Name="Plugin_PluginPackage", Storage="_PluginPackage", ThisKey="Id", OtherKey="PluginId", IsUnique=true, IsForeignKey=false)]
    479458    public PluginPackage PluginPackage
    480459    {
     
    526505  }
    527506 
    528   [Table(Name="dbo.PluginPackage")]
     507  [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.PluginPackage")]
    529508  public partial class PluginPackage : INotifyPropertyChanging, INotifyPropertyChanged
    530509  {
     
    554533    }
    555534   
    556     [Column(Storage="_PluginId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
     535    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_PluginId", DbType="BigInt NOT NULL", IsPrimaryKey=true)]
    557536    public long PluginId
    558537    {
     
    578557    }
    579558   
    580     [Column(Storage="_Data", DbType="Image NOT NULL", CanBeNull=false, UpdateCheck=UpdateCheck.Never)]
     559    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Data", DbType="Image NOT NULL", CanBeNull=false, UpdateCheck=UpdateCheck.Never)]
    581560    public System.Data.Linq.Binary Data
    582561    {
     
    598577    }
    599578   
    600     [Association(Name="Plugin_PluginPackage", Storage="_Plugin", ThisKey="PluginId", OtherKey="Id", IsForeignKey=true)]
     579    [global::System.Data.Linq.Mapping.AssociationAttribute(Name="Plugin_PluginPackage", Storage="_Plugin", ThisKey="PluginId", OtherKey="Id", IsForeignKey=true)]
    601580    public Plugin Plugin
    602581    {
     
    653632  }
    654633 
    655   [Table(Name="dbo.Product")]
     634  [global::System.Data.Linq.Mapping.TableAttribute(Name="dbo.Product")]
    656635  public partial class Product : INotifyPropertyChanging, INotifyPropertyChanged
    657636  {
     
    682661    }
    683662   
    684     [Column(Storage="_Id", AutoSync=AutoSync.OnInsert, DbType="BigInt NOT NULL IDENTITY", IsPrimaryKey=true, IsDbGenerated=true)]
     663    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Id", AutoSync=AutoSync.OnInsert, DbType="BigInt NOT NULL IDENTITY", IsPrimaryKey=true, IsDbGenerated=true)]
    685664    public long Id
    686665    {
     
    702681    }
    703682   
    704     [Column(Storage="_Name", DbType="NVarChar(300) NOT NULL", CanBeNull=false)]
     683    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Name", DbType="NVarChar(300) NOT NULL", CanBeNull=false)]
    705684    public string Name
    706685    {
     
    722701    }
    723702   
    724     [Column(Storage="_Version", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
     703    [global::System.Data.Linq.Mapping.ColumnAttribute(Storage="_Version", DbType="NVarChar(50) NOT NULL", CanBeNull=false)]
    725704    public string Version
    726705    {
  • trunk/sources/HeuristicLab.Services.Deployment.DataAccess/3.3/Properties/Settings.Designer.cs

    r3084 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
     
    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.