Changeset 4065 for trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm
- Timestamp:
- 07/21/10 23:33:10 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/HeuristicLab.Algorithms.GeneticAlgorithm-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> … … 14 15 <FileUpgradeFlags> 15 16 </FileUpgradeFlags> 16 <OldToolsVersion> 2.0</OldToolsVersion>17 <OldToolsVersion>3.5</OldToolsVersion> 17 18 <UpgradeBackupLocation> 18 19 </UpgradeBackupLocation> … … 20 21 </StartupObject> 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' "> … … 38 55 <WarningLevel>4</WarningLevel> 39 56 <DocumentationFile>bin\Release\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.xml</DocumentationFile> 57 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 40 58 </PropertyGroup> 41 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 46 64 <PlatformTarget>x86</PlatformTarget> 47 65 <ErrorReport>prompt</ErrorReport> 66 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 67 </PropertyGroup> 49 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 55 74 <PlatformTarget>x86</PlatformTarget> 56 75 <ErrorReport>prompt</ErrorReport> 76 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 57 77 </PropertyGroup> 58 78 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 63 83 <PlatformTarget>x64</PlatformTarget> 64 84 <ErrorReport>prompt</ErrorReport> 85 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 65 86 </PropertyGroup> 66 87 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 72 93 <PlatformTarget>x64</PlatformTarget> 73 94 <ErrorReport>prompt</ErrorReport> 95 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 74 96 </PropertyGroup> 75 97 <ItemGroup> … … 147 169 <None Include="HeuristicLabAlgorithmsGeneticAlgorithmPlugin.cs.frame" /> 148 170 <None Include="Properties\AssemblyInfo.frame" /> 171 </ItemGroup> 172 <ItemGroup> 173 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 174 <Visible>False</Visible> 175 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 176 <Install>false</Install> 177 </BootstrapperPackage> 178 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 179 <Visible>False</Visible> 180 <ProductName>.NET Framework 3.5 SP1</ProductName> 181 <Install>true</Install> 182 </BootstrapperPackage> 183 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 184 <Visible>False</Visible> 185 <ProductName>Windows Installer 3.1</ProductName> 186 <Install>true</Install> 187 </BootstrapperPackage> 149 188 </ItemGroup> 150 189 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> -
trunk/sources/HeuristicLab.Algorithms.GeneticAlgorithm/3.3/Tests/HeuristicLab.Algorithms.GeneticAlgorithm-3.3.Tests.csproj
r3832 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.Algorithms.GeneticAlgorithm_33.Tests</RootNamespace> 11 12 <AssemblyName>HeuristicLab.Algorithms.GeneticAlgorithm-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|x86' "> … … 38 60 <PlatformTarget>x86</PlatformTarget> 39 61 <ErrorReport>prompt</ErrorReport> 62 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 40 63 </PropertyGroup> 41 64 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 46 69 <PlatformTarget>x86</PlatformTarget> 47 70 <ErrorReport>prompt</ErrorReport> 71 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 48 72 </PropertyGroup> 49 73 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 54 78 <PlatformTarget>x64</PlatformTarget> 55 79 <ErrorReport>prompt</ErrorReport> 80 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 56 81 </PropertyGroup> 57 82 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 62 87 <PlatformTarget>x64</PlatformTarget> 63 88 <ErrorReport>prompt</ErrorReport> 64 </PropertyGroup> 65 <ItemGroup> 66 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> 89 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 90 </PropertyGroup> 91 <ItemGroup> 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"> … … 159 185 <CopyToOutputDirectory>Always</CopyToOutputDirectory> 160 186 </None> 187 </ItemGroup> 188 <ItemGroup> 189 <BootstrapperPackage Include=".NETFramework,Version=v4.0"> 190 <Visible>False</Visible> 191 <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> 192 <Install>true</Install> 193 </BootstrapperPackage> 194 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 195 <Visible>False</Visible> 196 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 197 <Install>false</Install> 198 </BootstrapperPackage> 199 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 200 <Visible>False</Visible> 201 <ProductName>.NET Framework 3.5 SP1</ProductName> 202 <Install>false</Install> 203 </BootstrapperPackage> 204 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 205 <Visible>False</Visible> 206 <ProductName>Windows Installer 3.1</ProductName> 207 <Install>true</Install> 208 </BootstrapperPackage> 161 209 </ItemGroup> 162 210 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
Note: See TracChangeset
for help on using the changeset viewer.