Changeset 4073 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.ExecutionEngine
- Timestamp:
- 07/22/10 10:27:42 (14 years ago)
- Location:
- branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.ExecutionEngine
- Files:
-
- 2 deleted
- 3 copied
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.ExecutionEngine/3.3/HeuristicLab.Hive.Client.ExecutionEngine-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 <FileUpgradeFlags> 18 </FileUpgradeFlags> 19 <OldToolsVersion>3.5</OldToolsVersion> 20 <UpgradeBackupLocation /> 17 21 </PropertyGroup> 18 22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 24 28 <ErrorReport>prompt</ErrorReport> 25 29 <WarningLevel>4</WarningLevel> 30 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 26 31 </PropertyGroup> 27 32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 32 37 <ErrorReport>prompt</ErrorReport> 33 38 <WarningLevel>4</WarningLevel> 39 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 34 40 </PropertyGroup> 35 41 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> … … 40 46 <PlatformTarget>x86</PlatformTarget> 41 47 <ErrorReport>prompt</ErrorReport> 48 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 42 49 </PropertyGroup> 43 50 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 48 55 <PlatformTarget>x86</PlatformTarget> 49 56 <ErrorReport>prompt</ErrorReport> 57 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 50 58 </PropertyGroup> 51 59 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 56 64 <PlatformTarget>x64</PlatformTarget> 57 65 <ErrorReport>prompt</ErrorReport> 66 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 58 67 </PropertyGroup> 59 68 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 64 73 <PlatformTarget>x64</PlatformTarget> 65 74 <ErrorReport>prompt</ErrorReport> 75 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 66 76 </PropertyGroup> 67 77 <ItemGroup> … … 94 104 <Name>HeuristicLab.Core-3.2</Name> 95 105 </ProjectReference> 96 <ProjectReference Include="..\..\HeuristicLab.Hive.Client.Common\3. 2\HeuristicLab.Hive.Client.Common-3.2.csproj">106 <ProjectReference Include="..\..\HeuristicLab.Hive.Client.Common\3.3\HeuristicLab.Hive.Client.Common-3.3.csproj"> 97 107 <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project> 98 108 <Name>HeuristicLab.Hive.Client.Common-3.2</Name> 99 109 </ProjectReference> 100 <ProjectReference Include="..\..\HeuristicLab.Hive.Client.Communication\3. 2\HeuristicLab.Hive.Client.Communication-3.2.csproj">110 <ProjectReference Include="..\..\HeuristicLab.Hive.Client.Communication\3.3\HeuristicLab.Hive.Client.Communication-3.3.csproj"> 101 111 <Project>{AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}</Project> 102 112 <Name>HeuristicLab.Hive.Client.Communication-3.2</Name>
Note: See TracChangeset
for help on using the changeset viewer.