Changeset 4065 for trunk/sources/HeuristicLab.Services.Deployment
- Timestamp:
- 07/21/10 23:33:10 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Services.Deployment/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Services.Deployment/3.3/HeuristicLab.Services.Deployment-3.3.csproj
r3216 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"> 2 3 <PropertyGroup> 3 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 15 16 <SignAssembly>true</SignAssembly> 16 17 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 18 <FileUpgradeFlags> 19 </FileUpgradeFlags> 20 <OldToolsVersion>3.5</OldToolsVersion> 21 <UpgradeBackupLocation /> 17 22 </PropertyGroup> 18 23 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 24 29 <ErrorReport>prompt</ErrorReport> 25 30 <WarningLevel>4</WarningLevel> 31 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 26 32 </PropertyGroup> 27 33 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 32 38 <ErrorReport>prompt</ErrorReport> 33 39 <WarningLevel>4</WarningLevel> 40 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 34 41 </PropertyGroup> 35 42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 40 47 <PlatformTarget>x86</PlatformTarget> 41 48 <ErrorReport>prompt</ErrorReport> 49 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 42 50 </PropertyGroup> 43 51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 48 56 <PlatformTarget>x86</PlatformTarget> 49 57 <ErrorReport>prompt</ErrorReport> 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 59 </PropertyGroup> 51 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 56 65 <PlatformTarget>x64</PlatformTarget> 57 66 <ErrorReport>prompt</ErrorReport> 67 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 68 </PropertyGroup> 59 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 64 74 <PlatformTarget>x64</PlatformTarget> 65 75 <ErrorReport>prompt</ErrorReport> 76 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 77 </PropertyGroup> 67 78 <ItemGroup> -
trunk/sources/HeuristicLab.Services.Deployment/3.3/Properties/Settings.Designer.cs
r3084 r4065 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.42004 // Runtime Version:4.0.30319.1 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [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")] 16 16 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 -
trunk/sources/HeuristicLab.Services.Deployment/3.3/Tests/HeuristicLab.Services.Deployment-3.3.Tests.csproj
r3216 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"> 2 3 <PropertyGroup> 3 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 10 11 <RootNamespace>HeuristicLab.Services.Deployment_3._3.Tests</RootNamespace> 11 12 <AssemblyName>HeuristicLab.Services.Deployment_3._3.Tests</AssemblyName> 12 <TargetFrameworkVersion>v 3.5</TargetFrameworkVersion>13 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> 13 14 <FileAlignment>512</FileAlignment> 14 15 <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> 15 35 </PropertyGroup> 16 36 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 22 42 <ErrorReport>prompt</ErrorReport> 23 43 <WarningLevel>4</WarningLevel> 44 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 24 45 </PropertyGroup> 25 46 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 30 51 <ErrorReport>prompt</ErrorReport> 31 52 <WarningLevel>4</WarningLevel> 53 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 32 54 </PropertyGroup> 33 55 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 38 60 <PlatformTarget>x64</PlatformTarget> 39 61 <ErrorReport>prompt</ErrorReport> 62 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 40 63 </PropertyGroup> 41 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 46 69 <PlatformTarget>x64</PlatformTarget> 47 70 <ErrorReport>prompt</ErrorReport> 71 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 72 </PropertyGroup> 49 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 54 78 <PlatformTarget>x86</PlatformTarget> 55 79 <ErrorReport>prompt</ErrorReport> 80 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 56 81 </PropertyGroup> 57 82 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 62 87 <PlatformTarget>x86</PlatformTarget> 63 88 <ErrorReport>prompt</ErrorReport> 89 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 64 90 </PropertyGroup> 65 91 <ItemGroup> 66 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version= 9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />92 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> 67 93 <Reference Include="System" /> 68 94 <Reference Include="System.Core"> … … 84 110 </ProjectReference> 85 111 </ItemGroup> 112 <ItemGroup> 113 <BootstrapperPackage Include=".NETFramework,Version=v4.0"> 114 <Visible>False</Visible> 115 <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> 116 <Install>true</Install> 117 </BootstrapperPackage> 118 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 119 <Visible>False</Visible> 120 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 121 <Install>false</Install> 122 </BootstrapperPackage> 123 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 124 <Visible>False</Visible> 125 <ProductName>.NET Framework 3.5 SP1</ProductName> 126 <Install>false</Install> 127 </BootstrapperPackage> 128 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 129 <Visible>False</Visible> 130 <ProductName>Windows Installer 3.1</ProductName> 131 <Install>true</Install> 132 </BootstrapperPackage> 133 </ItemGroup> 86 134 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 87 135 <!-- 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.