Changeset 4065 for trunk/sources/HeuristicLab.Problems.DataAnalysis
- Timestamp:
- 07/21/10 23:33:10 (14 years ago)
- Location:
- trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/HeuristicLab.Problems.DataAnalysis-3.3.csproj
r4044 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' "> … … 32 52 <ErrorReport>prompt</ErrorReport> 33 53 <WarningLevel>4</WarningLevel> 54 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 34 55 </PropertyGroup> 35 56 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 40 61 <PlatformTarget>x64</PlatformTarget> 41 62 <ErrorReport>prompt</ErrorReport> 63 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 42 64 </PropertyGroup> 43 65 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 48 70 <PlatformTarget>x64</PlatformTarget> 49 71 <ErrorReport>prompt</ErrorReport> 72 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 73 </PropertyGroup> 51 74 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 56 79 <PlatformTarget>x86</PlatformTarget> 57 80 <ErrorReport>prompt</ErrorReport> 81 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 82 </PropertyGroup> 59 83 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 64 88 <PlatformTarget>x86</PlatformTarget> 65 89 <ErrorReport>prompt</ErrorReport> 90 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 91 </PropertyGroup> 67 92 <ItemGroup> … … 213 238 </ProjectReference> 214 239 </ItemGroup> 240 <ItemGroup> 241 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 242 <Visible>False</Visible> 243 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 244 <Install>false</Install> 245 </BootstrapperPackage> 246 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 247 <Visible>False</Visible> 248 <ProductName>.NET Framework 3.5 SP1</ProductName> 249 <Install>true</Install> 250 </BootstrapperPackage> 251 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 252 <Visible>False</Visible> 253 <ProductName>Windows Installer 3.1</ProductName> 254 <Install>true</Install> 255 </BootstrapperPackage> 256 </ItemGroup> 215 257 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 216 258 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
trunk/sources/HeuristicLab.Problems.DataAnalysis/3.3/Tests/HeuristicLab.Problems.DataAnalysis.Tests-3.3.csproj
r3841 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.Problems.DataAnalysis.Tests_3._3</RootNamespace> 11 12 <AssemblyName>HeuristicLab.Problems.DataAnalysis.Tests-3.3</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 <ItemGroup> 34 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version= 9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />56 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" /> 35 57 <Reference Include="System" /> 36 58 <Reference Include="System.Core"> … … 86 108 <Folder Include="bin\" /> 87 109 </ItemGroup> 110 <ItemGroup> 111 <BootstrapperPackage Include=".NETFramework,Version=v4.0"> 112 <Visible>False</Visible> 113 <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName> 114 <Install>true</Install> 115 </BootstrapperPackage> 116 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 117 <Visible>False</Visible> 118 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 119 <Install>false</Install> 120 </BootstrapperPackage> 121 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 122 <Visible>False</Visible> 123 <ProductName>.NET Framework 3.5 SP1</ProductName> 124 <Install>false</Install> 125 </BootstrapperPackage> 126 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 127 <Visible>False</Visible> 128 <ProductName>Windows Installer 3.1</ProductName> 129 <Install>true</Install> 130 </BootstrapperPackage> 131 </ItemGroup> 88 132 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 89 133 <!-- 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.