Changeset 4065 for trunk/sources/HeuristicLab.Selection
- Timestamp:
- 07/21/10 23:33:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Selection/3.3/HeuristicLab.Selection-3.3.csproj
r4043 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> 19 20 <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> 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> 20 36 </PropertyGroup> 21 37 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 27 43 <ErrorReport>prompt</ErrorReport> 28 44 <WarningLevel>4</WarningLevel> 45 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 29 46 </PropertyGroup> 30 47 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 37 54 <TreatWarningsAsErrors>false</TreatWarningsAsErrors> 38 55 <DocumentationFile>bin\Release\HeuristicLab.Selection-3.3.xml</DocumentationFile> 56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 39 57 </PropertyGroup> 40 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 45 63 <PlatformTarget>x86</PlatformTarget> 46 64 <ErrorReport>prompt</ErrorReport> 65 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 47 66 </PropertyGroup> 48 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 54 73 <PlatformTarget>x86</PlatformTarget> 55 74 <ErrorReport>prompt</ErrorReport> 75 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 56 76 </PropertyGroup> 57 77 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 62 82 <PlatformTarget>x64</PlatformTarget> 63 83 <ErrorReport>prompt</ErrorReport> 84 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 64 85 </PropertyGroup> 65 86 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 71 92 <PlatformTarget>x64</PlatformTarget> 72 93 <ErrorReport>prompt</ErrorReport> 94 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 73 95 </PropertyGroup> 74 96 <ItemGroup> … … 150 172 </ProjectReference> 151 173 </ItemGroup> 174 <ItemGroup> 175 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 176 <Visible>False</Visible> 177 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 178 <Install>false</Install> 179 </BootstrapperPackage> 180 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 181 <Visible>False</Visible> 182 <ProductName>.NET Framework 3.5 SP1</ProductName> 183 <Install>true</Install> 184 </BootstrapperPackage> 185 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 186 <Visible>False</Visible> 187 <ProductName>Windows Installer 3.1</ProductName> 188 <Install>true</Install> 189 </BootstrapperPackage> 190 </ItemGroup> 152 191 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> 153 192 <!-- 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.