Changeset 4065 for trunk/sources/HeuristicLab.Optimizer
- Timestamp:
- 07/21/10 23:33:10 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Optimizer/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Optimizer/3.3/HeuristicLab.Optimizer-3.3.csproj
r3832 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> … … 15 15 <SignAssembly>true</SignAssembly> 16 16 <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> 17 36 </PropertyGroup> 18 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 24 43 <ErrorReport>prompt</ErrorReport> 25 44 <WarningLevel>4</WarningLevel> 45 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 26 46 </PropertyGroup> 27 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 33 53 <WarningLevel>4</WarningLevel> 34 54 <DocumentationFile>bin\Release\HeuristicLab.Optimizer-3.3.XML</DocumentationFile> 55 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 35 56 </PropertyGroup> 36 57 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 41 62 <PlatformTarget>x64</PlatformTarget> 42 63 <ErrorReport>prompt</ErrorReport> 64 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 43 65 </PropertyGroup> 44 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 50 72 <PlatformTarget>x64</PlatformTarget> 51 73 <ErrorReport>prompt</ErrorReport> 74 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 52 75 </PropertyGroup> 53 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 58 81 <PlatformTarget>x86</PlatformTarget> 59 82 <ErrorReport>prompt</ErrorReport> 83 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 60 84 </PropertyGroup> 61 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 67 91 <PlatformTarget>x86</PlatformTarget> 68 92 <ErrorReport>prompt</ErrorReport> 93 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 69 94 </PropertyGroup> 70 95 <ItemGroup> … … 202 227 <EmbeddedResource Include="Documents\TS_TSP.hl" /> 203 228 <EmbeddedResource Include="Documents\SGP_SantaFe.hl" /> 229 </ItemGroup> 230 <ItemGroup> 231 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 232 <Visible>False</Visible> 233 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 234 <Install>false</Install> 235 </BootstrapperPackage> 236 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 237 <Visible>False</Visible> 238 <ProductName>.NET Framework 3.5 SP1</ProductName> 239 <Install>true</Install> 240 </BootstrapperPackage> 241 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 242 <Visible>False</Visible> 243 <ProductName>Windows Installer 3.1</ProductName> 244 <Install>true</Install> 245 </BootstrapperPackage> 204 246 </ItemGroup> 205 247 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
trunk/sources/HeuristicLab.Optimizer/3.3/Properties/Settings.Designer.cs
r3768 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
Note: See TracChangeset
for help on using the changeset viewer.