Changeset 4065 for trunk/sources/HeuristicLab
- Timestamp:
- 07/21/10 23:33:10 (14 years ago)
- Location:
- trunk/sources/HeuristicLab/3.3
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab/3.3/HeuristicLab-3.3.csproj
r3837 r4065 1 1 <?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"> 3 3 <PropertyGroup> 4 4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> … … 19 19 <ApplicationIcon>HeuristicLab.ico</ApplicationIcon> 20 20 <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> 21 40 </PropertyGroup> 22 41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 28 47 <ErrorReport>prompt</ErrorReport> 29 48 <WarningLevel>4</WarningLevel> 49 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 30 50 </PropertyGroup> 31 51 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 37 57 <WarningLevel>4</WarningLevel> 38 58 <DocumentationFile>bin\Release\HeuristicLab 3.3.xml</DocumentationFile> 59 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 39 60 </PropertyGroup> 40 61 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 45 66 <PlatformTarget>x86</PlatformTarget> 46 67 <ErrorReport>prompt</ErrorReport> 68 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 47 69 </PropertyGroup> 48 70 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 54 76 <ErrorReport>prompt</ErrorReport> 55 77 <DocumentationFile>bin\x86\Release\HeuristicLab 3.3.xml</DocumentationFile> 78 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 56 79 </PropertyGroup> 57 80 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 62 85 <PlatformTarget>x64</PlatformTarget> 63 86 <ErrorReport>prompt</ErrorReport> 87 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 64 88 </PropertyGroup> 65 89 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 71 95 <ErrorReport>prompt</ErrorReport> 72 96 <DocumentationFile>bin\x64\Release\HeuristicLab 3.3.xml</DocumentationFile> 97 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 73 98 </PropertyGroup> 74 99 <ItemGroup> … … 134 159 <Content Include="HeuristicLab.ico" /> 135 160 </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> 136 178 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 137 179 <!-- 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 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()] -
trunk/sources/HeuristicLab/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 internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17
Note: See TracChangeset
for help on using the changeset viewer.