Changeset 4065 for trunk/sources/HeuristicLab.PluginInfrastructure
- Timestamp:
- 07/21/10 23:33:10 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.PluginInfrastructure/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/HeuristicLab.PluginInfrastructure-3.3.csproj
r3832 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"> 2 3 <PropertyGroup> 3 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 16 17 <FileUpgradeFlags> 17 18 </FileUpgradeFlags> 18 <OldToolsVersion> 2.0</OldToolsVersion>19 <OldToolsVersion>3.5</OldToolsVersion> 19 20 <UpgradeBackupLocation> 20 21 </UpgradeBackupLocation> 21 22 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 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> 22 38 </PropertyGroup> 23 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 29 45 <ErrorReport>prompt</ErrorReport> 30 46 <WarningLevel>4</WarningLevel> 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 31 48 </PropertyGroup> 32 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 39 56 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 40 57 <DocumentationFile>bin\Release\HeuristicLab.PluginInfrastructure-3.3.xml</DocumentationFile> 58 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 41 59 </PropertyGroup> 42 60 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 47 65 <PlatformTarget>x86</PlatformTarget> 48 66 <ErrorReport>prompt</ErrorReport> 67 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 49 68 </PropertyGroup> 50 69 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 56 75 <PlatformTarget>x86</PlatformTarget> 57 76 <ErrorReport>prompt</ErrorReport> 77 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 78 </PropertyGroup> 59 79 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 64 84 <PlatformTarget>x64</PlatformTarget> 65 85 <ErrorReport>prompt</ErrorReport> 86 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 87 </PropertyGroup> 67 88 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 73 94 <PlatformTarget>x64</PlatformTarget> 74 95 <ErrorReport>prompt</ErrorReport> 96 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 75 97 </PropertyGroup> 76 98 <ItemGroup> … … 304 326 <WCFMetadata Include="Service References\" /> 305 327 </ItemGroup> 328 <ItemGroup> 329 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 330 <Visible>False</Visible> 331 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 332 <Install>false</Install> 333 </BootstrapperPackage> 334 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 335 <Visible>False</Visible> 336 <ProductName>.NET Framework 3.5 SP1</ProductName> 337 <Install>true</Install> 338 </BootstrapperPackage> 339 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 340 <Visible>False</Visible> 341 <ProductName>Windows Installer 3.1</ProductName> 342 <Install>true</Install> 343 </BootstrapperPackage> 344 </ItemGroup> 306 345 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 307 346 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Properties/Settings.Designer.cs
r3837 r4065 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.49274 // 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 public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17 -
trunk/sources/HeuristicLab.PluginInfrastructure/3.3/Resources.Designer.cs
r3831 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 … … 20 20 // To add or remove a member, edit your .ResX file then rerun ResGen 21 21 // 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")] 23 23 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] 24 24 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
Note: See TracChangeset
for help on using the changeset viewer.