Changeset 4065 for trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj
- Timestamp:
- 07/21/10 23:33:10 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding/3.3/HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.3.csproj
r3999 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' "> … … 25 44 <WarningLevel>4</WarningLevel> 26 45 <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> 46 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 27 47 </PropertyGroup> 28 48 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 33 53 <ErrorReport>prompt</ErrorReport> 34 54 <WarningLevel>4</WarningLevel> 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' "> … … 49 71 <PlatformTarget>x64</PlatformTarget> 50 72 <ErrorReport>prompt</ErrorReport> 73 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 51 74 </PropertyGroup> 52 75 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 57 80 <PlatformTarget>x86</PlatformTarget> 58 81 <ErrorReport>prompt</ErrorReport> 82 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 83 </PropertyGroup> 60 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 65 89 <PlatformTarget>x86</PlatformTarget> 66 90 <ErrorReport>prompt</ErrorReport> 91 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 67 92 </PropertyGroup> 68 93 <ItemGroup> … … 198 223 </ProjectReference> 199 224 </ItemGroup> 225 <ItemGroup> 226 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 227 <Visible>False</Visible> 228 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 229 <Install>false</Install> 230 </BootstrapperPackage> 231 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 232 <Visible>False</Visible> 233 <ProductName>.NET Framework 3.5 SP1</ProductName> 234 <Install>true</Install> 235 </BootstrapperPackage> 236 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 237 <Visible>False</Visible> 238 <ProductName>Windows Installer 3.1</ProductName> 239 <Install>true</Install> 240 </BootstrapperPackage> 241 </ItemGroup> 200 242 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 201 243 <!-- 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.