Changeset 4073 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.DataAccess.ADOHelper
- Timestamp:
- 07/22/10 10:27:42 (14 years ago)
- Location:
- branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.DataAccess.ADOHelper
- Files:
-
- 2 deleted
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.DataAccess.ADOHelper/3.3/HeuristicLab.DataAccess.ADOHelper-3.3.csproj
r4057 r4073 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> … … 17 17 <SignAssembly>true</SignAssembly> 18 18 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 19 <FileUpgradeFlags> 20 </FileUpgradeFlags> 21 <OldToolsVersion>3.5</OldToolsVersion> 22 <UpgradeBackupLocation /> 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> 19 38 </PropertyGroup> 20 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 26 45 <ErrorReport>prompt</ErrorReport> 27 46 <WarningLevel>4</WarningLevel> 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 28 48 </PropertyGroup> 29 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 34 54 <ErrorReport>prompt</ErrorReport> 35 55 <WarningLevel>4</WarningLevel> 56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 36 57 </PropertyGroup> 37 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 42 63 <PlatformTarget>x86</PlatformTarget> 43 64 <ErrorReport>prompt</ErrorReport> 65 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 44 66 </PropertyGroup> 45 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 50 72 <PlatformTarget>x86</PlatformTarget> 51 73 <ErrorReport>prompt</ErrorReport> 74 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 52 75 </PropertyGroup> 53 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 58 81 <PlatformTarget>x64</PlatformTarget> 59 82 <ErrorReport>prompt</ErrorReport> 83 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 60 84 </PropertyGroup> 61 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 66 90 <PlatformTarget>x64</PlatformTarget> 67 91 <ErrorReport>prompt</ErrorReport> 92 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 68 93 </PropertyGroup> 69 94 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> … … 93 118 </ItemGroup> 94 119 <ItemGroup> 95 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.2\HeuristicLab.DataAccess-3.2.csproj"> 96 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project> 97 <Name>HeuristicLab.DataAccess-3.2</Name> 98 </ProjectReference> 99 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj"> 100 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project> 101 <Name>HeuristicLab.PluginInfrastructure</Name> 102 </ProjectReference> 103 </ItemGroup> 104 <ItemGroup> 120 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 121 <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 122 </Reference> 105 123 <Reference Include="System" /> 106 124 <Reference Include="System.Core"> … … 127 145 <Content Include="DatabaseOptions.txt" /> 128 146 </ItemGroup> 147 <ItemGroup> 148 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 149 <Visible>False</Visible> 150 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 151 <Install>false</Install> 152 </BootstrapperPackage> 153 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 154 <Visible>False</Visible> 155 <ProductName>.NET Framework 3.5 SP1</ProductName> 156 <Install>true</Install> 157 </BootstrapperPackage> 158 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 159 <Visible>False</Visible> 160 <ProductName>Windows Installer 3.1</ProductName> 161 <Install>true</Install> 162 </BootstrapperPackage> 163 </ItemGroup> 129 164 </Project>
Note: See TracChangeset
for help on using the changeset viewer.