- Timestamp:
- 07/22/10 10:27:42 (14 years ago)
- Location:
- branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.DataAccess
- Files:
-
- 2 deleted
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.DataAccess/3.3/HeuristicLab.DataAccess-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> … … 15 15 <SignAssembly>true</SignAssembly> 16 16 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 17 <IsWebBootstrapper>false</IsWebBootstrapper> 18 <StartupObject> 19 </StartupObject> 20 <FileUpgradeFlags> 21 </FileUpgradeFlags> 22 <OldToolsVersion>3.5</OldToolsVersion> 23 <UpgradeBackupLocation /> 17 24 <PublishUrl>publish\</PublishUrl> 18 25 <Install>true</Install> … … 27 34 <ApplicationRevision>0</ApplicationRevision> 28 35 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 29 <IsWebBootstrapper>false</IsWebBootstrapper>30 36 <UseApplicationTrust>false</UseApplicationTrust> 31 37 <BootstrapperEnabled>true</BootstrapperEnabled> 32 <StartupObject>33 </StartupObject>34 38 </PropertyGroup> 35 39 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 41 45 <ErrorReport>prompt</ErrorReport> 42 46 <WarningLevel>4</WarningLevel> 47 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 43 48 </PropertyGroup> 44 49 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 49 54 <ErrorReport>prompt</ErrorReport> 50 55 <WarningLevel>4</WarningLevel> 56 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 51 57 </PropertyGroup> 52 58 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 57 63 <PlatformTarget>x86</PlatformTarget> 58 64 <ErrorReport>prompt</ErrorReport> 65 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 66 </PropertyGroup> 60 67 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 65 72 <PlatformTarget>x86</PlatformTarget> 66 73 <ErrorReport>prompt</ErrorReport> 74 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 67 75 </PropertyGroup> 68 76 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 73 81 <PlatformTarget>x64</PlatformTarget> 74 82 <ErrorReport>prompt</ErrorReport> 83 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 75 84 </PropertyGroup> 76 85 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 81 90 <PlatformTarget>x64</PlatformTarget> 82 91 <ErrorReport>prompt</ErrorReport> 92 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 83 93 </PropertyGroup> 84 94 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> … … 106 116 <Compile Include="Interfaces\IPersistableObject.cs" /> 107 117 </ItemGroup> 108 <ItemGroup>109 <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">110 <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>111 <Name>HeuristicLab.Core-3.2</Name>112 </ProjectReference>113 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">114 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>115 <Name>HeuristicLab.PluginInfrastructure</Name>116 </ProjectReference>117 </ItemGroup>118 118 <PropertyGroup> 119 119 <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir) … … 127 127 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 128 128 <Visible>False</Visible> 129 <ProductName>.NET Framework Client Profile</ProductName>129 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 130 130 <Install>false</Install> 131 131 </BootstrapperPackage> … … 157 157 </ItemGroup> 158 158 <ItemGroup> 159 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 160 <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 161 </Reference> 159 162 <Reference Include="System" /> 160 163 <Reference Include="System.Runtime.Serialization">
Note: See TracChangeset
for help on using the changeset viewer.