Changeset 4076 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive
- Timestamp:
- 07/22/10 11:00:00 (14 years ago)
- Location:
- branches/3.3-HiveMigration/sources/HeuristicLab.Hive
- Files:
-
- 2 deleted
- 16 edited
- 2 copied
- 2 moved
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.DataAccess.ADOHelper/3.3/HeuristicLab.DataAccess.ADOHelper-3.3.csproj
r4073 r4076 162 162 </BootstrapperPackage> 163 163 </ItemGroup> 164 <ItemGroup> 165 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj"> 166 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project> 167 <Name>HeuristicLab.DataAccess-3.3</Name> 168 </ProjectReference> 169 </ItemGroup> 164 170 </Project> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.DataAccess/3.3/HeuristicLab.DataAccess-3.3.csproj
r4075 r4076 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"> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive 3.3.sln
r4074 r4076 16 16 EndProjectSection 17 17 EndProject 18 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Security.ADODataAccess-3.3", "HeuristicLab.Security.ADODataAccess\3.3\HeuristicLab.Security.ADODataAccess-3.3.csproj", "{FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}"19 EndProject20 18 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Security.Contracts-3.3", "HeuristicLab.Security.Contracts\3.3\HeuristicLab.Security.Contracts-3.3.csproj", "{D59E852C-F205-4647-8C05-EB9ED1CF44E9}" 21 19 EndProject … … 26 24 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Security.Server-3.3", "HeuristicLab.Security.Server\3.3\HeuristicLab.Security.Server-3.3.csproj", "{E3288D4B-7A51-499A-AC5B-019319CE51DC}" 27 25 EndProject 26 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.DataAccess.ADOHelper-3.3", "HeuristicLab.DataAccess.ADOHelper\3.3\HeuristicLab.DataAccess.ADOHelper-3.3.csproj", "{5CDACE54-5FB2-4344-A21C-963F63CB7C2B}" 27 EndProject 28 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Client.Communication-3.3", "HeuristicLab.Hive.Client.Communication\3.3\HeuristicLab.Hive.Client.Communication-3.3.csproj", "{AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}" 29 EndProject 30 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Client.Console-3.3", "HeuristicLab.Hive.Client.Console\3.3\HeuristicLab.Hive.Client.Console-3.3.csproj", "{8B14A35E-DBDF-43EB-B019-23E9FBC5A35E}" 31 EndProject 32 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Client.ExecutionEngine-3.3", "HeuristicLab.Hive.Client.ExecutionEngine\3.3\HeuristicLab.Hive.Client.ExecutionEngine-3.3.csproj", "{1605256A-1CB3-44AB-AAFF-577093EE5789}" 33 EndProject 34 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Contracts-3.3", "HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj", "{134F93D7-E7C8-4ECD-9923-7F63259A60D8}" 35 EndProject 36 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Engine-3.3", "HeuristicLab.Hive.Engine\3.3\HeuristicLab.Hive.Engine-3.3.csproj", "{C8FEDAC1-0326-4293-B585-F0FEDDEDFC11}" 37 EndProject 38 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Server-3.3", "HeuristicLab.Hive.Server\3.3\HeuristicLab.Hive.Server-3.3.csproj", "{A04AE929-D0E1-466D-A9D3-BF3C4B2C209F}" 39 EndProject 40 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Server.Console-3.3", "HeuristicLab.Hive.Server.Console\3.3\HeuristicLab.Hive.Server.Console-3.3.csproj", "{42A1D075-6C12-4DD9-B0C2-C6F5210A8119}" 41 EndProject 42 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Server.DataAccess-3.3", "HeuristicLab.Hive.Server.DataAccess\3.3\HeuristicLab.Hive.Server.DataAccess-3.3.csproj", "{4D5A2A16-66C2-431D-9AA3-BD3041E64B84}" 43 EndProject 44 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Server.LINQDataAccess-3.3", "HeuristicLab.Hive.Server.LINQDataAccess\3.3\HeuristicLab.Hive.Server.LINQDataAccess-3.3.csproj", "{A4499DDD-D1B8-414F-98F6-903C2C71BEB0}" 45 EndProject 46 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Server.Scheduler-3.3", "HeuristicLab.Hive.Server.Scheduler\3.3\HeuristicLab.Hive.Server.Scheduler-3.3.csproj", "{679E977A-117B-456E-8594-2A4DEADB658B}" 47 EndProject 28 48 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.DataAccess-3.3", "HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj", "{9076697B-C151-46CD-95BC-1D059492B478}" 29 49 EndProject 30 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.DataAccess.ADOHelper-3.3", "HeuristicLab.DataAccess.ADOHelper\3.3\HeuristicLab.DataAccess.ADOHelper-3.3.csproj", "{5CDACE54-5FB2-4344-A21C-963F63CB7C2B}"31 EndProject32 50 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Client.Common-3.3", "HeuristicLab.Hive.Client.Common\3.3\HeuristicLab.Hive.Client.Common-3.3.csproj", "{89F4BC52-C174-481E-9BD2-3814171020E8}" 33 EndProject34 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Client.Communication-3.3", "HeuristicLab.Hive.Client.Communication\3.3\HeuristicLab.Hive.Client.Communication-3.3.csproj", "{AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}"35 EndProject36 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Client.Console-3.3", "HeuristicLab.Hive.Client.Console\3.3\HeuristicLab.Hive.Client.Console-3.3.csproj", "{8B14A35E-DBDF-43EB-B019-23E9FBC5A35E}"37 EndProject38 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Client.ExecutionEngine-3.3", "HeuristicLab.Hive.Client.ExecutionEngine\3.3\HeuristicLab.Hive.Client.ExecutionEngine-3.3.csproj", "{1605256A-1CB3-44AB-AAFF-577093EE5789}"39 EndProject40 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Contracts-3.3", "HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj", "{134F93D7-E7C8-4ECD-9923-7F63259A60D8}"41 EndProject42 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Engine-3.3", "HeuristicLab.Hive.Engine\3.3\HeuristicLab.Hive.Engine-3.3.csproj", "{C8FEDAC1-0326-4293-B585-F0FEDDEDFC11}"43 EndProject44 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Server-3.3", "HeuristicLab.Hive.Server\3.3\HeuristicLab.Hive.Server-3.3.csproj", "{A04AE929-D0E1-466D-A9D3-BF3C4B2C209F}"45 EndProject46 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Server.Console-3.3", "HeuristicLab.Hive.Server.Console\3.3\HeuristicLab.Hive.Server.Console-3.3.csproj", "{42A1D075-6C12-4DD9-B0C2-C6F5210A8119}"47 EndProject48 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Server.DataAccess-3.3", "HeuristicLab.Hive.Server.DataAccess\3.3\HeuristicLab.Hive.Server.DataAccess-3.3.csproj", "{4D5A2A16-66C2-431D-9AA3-BD3041E64B84}"49 EndProject50 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Server.LINQDataAccess-3.3", "HeuristicLab.Hive.Server.LINQDataAccess\3.3\HeuristicLab.Hive.Server.LINQDataAccess-3.3.csproj", "{A4499DDD-D1B8-414F-98F6-903C2C71BEB0}"51 EndProject52 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "HeuristicLab.Hive.Server.Scheduler-3.3", "HeuristicLab.Hive.Server.Scheduler\3.3\HeuristicLab.Hive.Server.Scheduler-3.3.csproj", "{679E977A-117B-456E-8594-2A4DEADB658B}"53 51 EndProject 54 52 Global … … 94 92 {C92AAC8C-4D88-449C-ABA5-2B935D769842}.Release|x64.ActiveCfg = Release|Any CPU 95 93 {C92AAC8C-4D88-449C-ABA5-2B935D769842}.Release|x86.ActiveCfg = Release|Any CPU 96 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU97 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Debug|Any CPU.Build.0 = Debug|Any CPU98 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Debug|x64.ActiveCfg = Debug|x6499 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Debug|x64.Build.0 = Debug|x64100 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Debug|x86.ActiveCfg = Debug|x86101 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Debug|x86.Build.0 = Debug|x86102 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Release|Any CPU.ActiveCfg = Release|Any CPU103 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Release|Any CPU.Build.0 = Release|Any CPU104 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Release|x64.ActiveCfg = Release|x64105 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Release|x64.Build.0 = Release|x64106 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Release|x86.ActiveCfg = Release|x86107 {FD1AFEC2-7A79-45CF-9365-5195B04A2C9F}.Release|x86.Build.0 = Release|x86108 94 {D59E852C-F205-4647-8C05-EB9ED1CF44E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 109 95 {D59E852C-F205-4647-8C05-EB9ED1CF44E9}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 154 140 {E3288D4B-7A51-499A-AC5B-019319CE51DC}.Release|x86.ActiveCfg = Release|x86 155 141 {E3288D4B-7A51-499A-AC5B-019319CE51DC}.Release|x86.Build.0 = Release|x86 156 {9076697B-C151-46CD-95BC-1D059492B478}.Debug|Any CPU.ActiveCfg = Debug|Any CPU157 {9076697B-C151-46CD-95BC-1D059492B478}.Debug|Any CPU.Build.0 = Debug|Any CPU158 {9076697B-C151-46CD-95BC-1D059492B478}.Debug|x64.ActiveCfg = Debug|x64159 {9076697B-C151-46CD-95BC-1D059492B478}.Debug|x64.Build.0 = Debug|x64160 {9076697B-C151-46CD-95BC-1D059492B478}.Debug|x86.ActiveCfg = Debug|x86161 {9076697B-C151-46CD-95BC-1D059492B478}.Debug|x86.Build.0 = Debug|x86162 {9076697B-C151-46CD-95BC-1D059492B478}.Release|Any CPU.ActiveCfg = Release|Any CPU163 {9076697B-C151-46CD-95BC-1D059492B478}.Release|Any CPU.Build.0 = Release|Any CPU164 {9076697B-C151-46CD-95BC-1D059492B478}.Release|x64.ActiveCfg = Release|x64165 {9076697B-C151-46CD-95BC-1D059492B478}.Release|x64.Build.0 = Release|x64166 {9076697B-C151-46CD-95BC-1D059492B478}.Release|x86.ActiveCfg = Release|x86167 {9076697B-C151-46CD-95BC-1D059492B478}.Release|x86.Build.0 = Release|x86168 142 {5CDACE54-5FB2-4344-A21C-963F63CB7C2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 169 143 {5CDACE54-5FB2-4344-A21C-963F63CB7C2B}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 178 152 {5CDACE54-5FB2-4344-A21C-963F63CB7C2B}.Release|x86.ActiveCfg = Release|x86 179 153 {5CDACE54-5FB2-4344-A21C-963F63CB7C2B}.Release|x86.Build.0 = Release|x86 180 {89F4BC52-C174-481E-9BD2-3814171020E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU181 {89F4BC52-C174-481E-9BD2-3814171020E8}.Debug|Any CPU.Build.0 = Debug|Any CPU182 {89F4BC52-C174-481E-9BD2-3814171020E8}.Debug|x64.ActiveCfg = Debug|x64183 {89F4BC52-C174-481E-9BD2-3814171020E8}.Debug|x64.Build.0 = Debug|x64184 {89F4BC52-C174-481E-9BD2-3814171020E8}.Debug|x86.ActiveCfg = Debug|x86185 {89F4BC52-C174-481E-9BD2-3814171020E8}.Debug|x86.Build.0 = Debug|x86186 {89F4BC52-C174-481E-9BD2-3814171020E8}.Release|Any CPU.ActiveCfg = Release|Any CPU187 {89F4BC52-C174-481E-9BD2-3814171020E8}.Release|Any CPU.Build.0 = Release|Any CPU188 {89F4BC52-C174-481E-9BD2-3814171020E8}.Release|x64.ActiveCfg = Release|x64189 {89F4BC52-C174-481E-9BD2-3814171020E8}.Release|x64.Build.0 = Release|x64190 {89F4BC52-C174-481E-9BD2-3814171020E8}.Release|x86.ActiveCfg = Release|x86191 {89F4BC52-C174-481E-9BD2-3814171020E8}.Release|x86.Build.0 = Release|x86192 154 {AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 193 155 {AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}.Debug|Any CPU.Build.0 = Debug|Any CPU … … 310 272 {679E977A-117B-456E-8594-2A4DEADB658B}.Release|x86.ActiveCfg = Release|x86 311 273 {679E977A-117B-456E-8594-2A4DEADB658B}.Release|x86.Build.0 = Release|x86 274 {9076697B-C151-46CD-95BC-1D059492B478}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 275 {9076697B-C151-46CD-95BC-1D059492B478}.Debug|Any CPU.Build.0 = Debug|Any CPU 276 {9076697B-C151-46CD-95BC-1D059492B478}.Debug|x64.ActiveCfg = Debug|x64 277 {9076697B-C151-46CD-95BC-1D059492B478}.Debug|x64.Build.0 = Debug|x64 278 {9076697B-C151-46CD-95BC-1D059492B478}.Debug|x86.ActiveCfg = Debug|x86 279 {9076697B-C151-46CD-95BC-1D059492B478}.Debug|x86.Build.0 = Debug|x86 280 {9076697B-C151-46CD-95BC-1D059492B478}.Release|Any CPU.ActiveCfg = Release|Any CPU 281 {9076697B-C151-46CD-95BC-1D059492B478}.Release|Any CPU.Build.0 = Release|Any CPU 282 {9076697B-C151-46CD-95BC-1D059492B478}.Release|x64.ActiveCfg = Release|x64 283 {9076697B-C151-46CD-95BC-1D059492B478}.Release|x64.Build.0 = Release|x64 284 {9076697B-C151-46CD-95BC-1D059492B478}.Release|x86.ActiveCfg = Release|x86 285 {9076697B-C151-46CD-95BC-1D059492B478}.Release|x86.Build.0 = Release|x86 286 {89F4BC52-C174-481E-9BD2-3814171020E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU 287 {89F4BC52-C174-481E-9BD2-3814171020E8}.Debug|Any CPU.Build.0 = Debug|Any CPU 288 {89F4BC52-C174-481E-9BD2-3814171020E8}.Debug|x64.ActiveCfg = Debug|x64 289 {89F4BC52-C174-481E-9BD2-3814171020E8}.Debug|x64.Build.0 = Debug|x64 290 {89F4BC52-C174-481E-9BD2-3814171020E8}.Debug|x86.ActiveCfg = Debug|x86 291 {89F4BC52-C174-481E-9BD2-3814171020E8}.Debug|x86.Build.0 = Debug|x86 292 {89F4BC52-C174-481E-9BD2-3814171020E8}.Release|Any CPU.ActiveCfg = Release|Any CPU 293 {89F4BC52-C174-481E-9BD2-3814171020E8}.Release|Any CPU.Build.0 = Release|Any CPU 294 {89F4BC52-C174-481E-9BD2-3814171020E8}.Release|x64.ActiveCfg = Release|x64 295 {89F4BC52-C174-481E-9BD2-3814171020E8}.Release|x64.Build.0 = Release|x64 296 {89F4BC52-C174-481E-9BD2-3814171020E8}.Release|x86.ActiveCfg = Release|x86 297 {89F4BC52-C174-481E-9BD2-3814171020E8}.Release|x86.Build.0 = Release|x86 312 298 EndGlobalSection 313 299 GlobalSection(SolutionProperties) = preSolution -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Common/3.3/HeuristicLab.Hive.Client.Common-3.3.csproj
r4075 r4076 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> … … 16 16 <DelaySign>false</DelaySign> 17 17 <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile> 18 <FileUpgradeFlags> 19 </FileUpgradeFlags> 20 <OldToolsVersion>3.5</OldToolsVersion> 21 <UpgradeBackupLocation /> 22 <PublishUrl>publish\</PublishUrl> 23 <Install>true</Install> 24 <InstallFrom>Disk</InstallFrom> 25 <UpdateEnabled>false</UpdateEnabled> 26 <UpdateMode>Foreground</UpdateMode> 27 <UpdateInterval>7</UpdateInterval> 28 <UpdateIntervalUnits>Days</UpdateIntervalUnits> 29 <UpdatePeriodically>false</UpdatePeriodically> 30 <UpdateRequired>false</UpdateRequired> 31 <MapFileExtensions>true</MapFileExtensions> 32 <ApplicationRevision>0</ApplicationRevision> 33 <ApplicationVersion>1.0.0.%2a</ApplicationVersion> 34 <IsWebBootstrapper>false</IsWebBootstrapper> 35 <UseApplicationTrust>false</UseApplicationTrust> 36 <BootstrapperEnabled>true</BootstrapperEnabled> 18 37 </PropertyGroup> 19 38 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 25 44 <ErrorReport>prompt</ErrorReport> 26 45 <WarningLevel>4</WarningLevel> 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|x86' "> … … 41 62 <PlatformTarget>x86</PlatformTarget> 42 63 <ErrorReport>prompt</ErrorReport> 64 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 43 65 </PropertyGroup> 44 66 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> … … 49 71 <PlatformTarget>x86</PlatformTarget> 50 72 <ErrorReport>prompt</ErrorReport> 73 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 51 74 </PropertyGroup> 52 75 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' "> … … 57 80 <PlatformTarget>x64</PlatformTarget> 58 81 <ErrorReport>prompt</ErrorReport> 82 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 59 83 </PropertyGroup> 60 84 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' "> … … 65 89 <PlatformTarget>x64</PlatformTarget> 66 90 <ErrorReport>prompt</ErrorReport> 91 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 67 92 </PropertyGroup> 68 93 <ItemGroup> … … 91 116 <Name>HeuristicLab.Core-3.2</Name> 92 117 </ProjectReference> 93 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3. 2\HeuristicLab.Hive.Contracts-3.2.csproj">118 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj"> 94 119 <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project> 95 120 <Name>HeuristicLab.Hive.Contracts-3.2</Name> … … 111 136 <Folder Include="Interfaces\" /> 112 137 </ItemGroup> 138 <ItemGroup> 139 <BootstrapperPackage Include="Microsoft.Net.Client.3.5"> 140 <Visible>False</Visible> 141 <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> 142 <Install>false</Install> 143 </BootstrapperPackage> 144 <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> 145 <Visible>False</Visible> 146 <ProductName>.NET Framework 3.5 SP1</ProductName> 147 <Install>true</Install> 148 </BootstrapperPackage> 149 <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> 150 <Visible>False</Visible> 151 <ProductName>Windows Installer 3.1</ProductName> 152 <Install>true</Install> 153 </BootstrapperPackage> 154 </ItemGroup> 113 155 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 114 156 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Communication/3.3/HeuristicLab.Hive.Client.Communication-3.3.csproj
r4073 r4076 114 114 <Name>HeuristicLab.Core-3.2</Name> 115 115 </ProjectReference> 116 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj"> 117 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project> 118 <Name>HeuristicLab.DataAccess-3.2</Name> 119 </ProjectReference> 120 <ProjectReference Include="..\..\HeuristicLab.Hive.Client.Common\3.3\HeuristicLab.Hive.Client.Common-3.3.csproj"> 121 <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project> 122 <Name>HeuristicLab.Hive.Client.Common-3.2</Name> 123 </ProjectReference> 124 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.2\HeuristicLab.Hive.Contracts-3.2.csproj"> 116 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj"> 125 117 <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project> 126 118 <Name>HeuristicLab.Hive.Contracts-3.2</Name> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Console/3.3/HeuristicLab.Hive.Client.Console-3.3.csproj
r4073 r4076 161 161 </ItemGroup> 162 162 <ItemGroup> 163 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3. 2\HeuristicLab.Hive.Contracts-3.2.csproj">163 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj"> 164 164 <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project> 165 165 <Name>HeuristicLab.Hive.Contracts-3.2</Name> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Core/3.3/Properties/AssemblyInfo.cs
r4073 r4076 57 57 // by using the '*' as shown below: 58 58 // [assembly: AssemblyVersion("1.0.*")] 59 [assembly: AssemblyVersion("3.2.0.407 1")]60 [assembly: AssemblyFileVersion("3.2.0.407 1")]61 [assembly: AssemblyBuildDate("2010/07/22 10: 11:18")]59 [assembly: AssemblyVersion("3.2.0.4073")] 60 [assembly: AssemblyFileVersion("3.2.0.4073")] 61 [assembly: AssemblyBuildDate("2010/07/22 10:57:34")] -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.ExecutionEngine/3.3/Executor.cs
r3931 r4076 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.Linq;25 using System.Text;26 23 using HeuristicLab.Hive.Client.Common; 27 using System.Xml;28 using System.Xml.Serialization;29 using System.IO;30 using HeuristicLab.Core;31 using HeuristicLab.Hive.JobBase;32 24 using HeuristicLab.Hive.Contracts; 33 25 -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.ExecutionEngine/3.3/HeuristicLab.Hive.Client.ExecutionEngine-3.3.csproj
r4074 r4076 76 76 </PropertyGroup> 77 77 <ItemGroup> 78 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 79 <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 80 </Reference> 78 81 <Reference Include="System" /> 79 82 <Reference Include="System.Core"> … … 99 102 <None Include="Properties\AssemblyInfo.frame" /> 100 103 </ItemGroup> 101 <ItemGroup>102 <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">103 <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>104 <Name>HeuristicLab.Core-3.2</Name>105 </ProjectReference>106 <ProjectReference Include="..\..\HeuristicLab.Hive.Client.Common\3.3\HeuristicLab.Hive.Client.Common-3.3.csproj">107 <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project>108 <Name>HeuristicLab.Hive.Client.Common-3.2</Name>109 </ProjectReference>110 <ProjectReference Include="..\..\HeuristicLab.Hive.Client.Communication\3.3\HeuristicLab.Hive.Client.Communication-3.3.csproj">111 <Project>{AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}</Project>112 <Name>HeuristicLab.Hive.Client.Communication-3.2</Name>113 </ProjectReference>114 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.2\HeuristicLab.Hive.Contracts-3.2.csproj">115 <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>116 <Name>HeuristicLab.Hive.Contracts-3.2</Name>117 </ProjectReference>118 <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.2\HeuristicLab.Hive.JobBase-3.2.csproj">119 <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>120 <Name>HeuristicLab.Hive.JobBase-3.2</Name>121 </ProjectReference>122 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">123 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>124 <Name>HeuristicLab.PluginInfrastructure</Name>125 </ProjectReference>126 </ItemGroup>127 104 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 128 105 <!-- To modify your build process, add your task inside one of the targets below and uncomment it. -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/HeuristicLab.Hive.Contracts-3.3.csproj
r4074 r4076 138 138 </ItemGroup> 139 139 <ItemGroup> 140 <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">141 <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>142 <Name>HeuristicLab.Core-3.2</Name>143 </ProjectReference>144 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">145 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>146 <Name>HeuristicLab.DataAccess-3.2</Name>147 </ProjectReference>148 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">149 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>150 <Name>HeuristicLab.PluginInfrastructure</Name>151 </ProjectReference>152 <ProjectReference Include="..\..\HeuristicLab.Tracing\3.2\HeuristicLab.Tracing-3.2.csproj">153 <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>154 <Name>HeuristicLab.Tracing-3.2</Name>155 </ProjectReference>156 </ItemGroup>157 <ItemGroup>158 140 <None Include="HeuristicLab.snk" /> 159 141 <None Include="Properties\AssemblyInfo.frame" /> … … 163 145 <SubType>Designer</SubType> 164 146 </EmbeddedResource> 147 </ItemGroup> 148 <ItemGroup> 149 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj"> 150 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project> 151 <Name>HeuristicLab.DataAccess-3.3</Name> 152 </ProjectReference> 165 153 </ItemGroup> 166 154 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Engine/3.3/HeuristicLab.Hive.Engine-3.3.csproj
r4074 r4076 129 129 <Name>HeuristicLab.Core-3.2</Name> 130 130 </ProjectReference> 131 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">132 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>133 <Name>HeuristicLab.DataAccess-3.2</Name>134 </ProjectReference>135 131 <ProjectReference Include="..\..\HeuristicLab.Data\3.2\HeuristicLab.Data-3.2.csproj"> 136 132 <Project>{F473D9AF-3F09-4296-9F28-3C65118DAFFA}</Project> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/HeuristicLab.Hive.Server.Console-3.3.csproj
r4074 r4076 227 227 <Name>HeuristicLab.Core-3.2</Name> 228 228 </ProjectReference> 229 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">230 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>231 <Name>HeuristicLab.DataAccess-3.2</Name>232 </ProjectReference>233 229 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj"> 234 230 <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/Properties/AssemblyInfo.cs
r4073 r4076 55 55 // by using the '*' as shown below: 56 56 // [assembly: AssemblyVersion("1.0.*")] 57 [assembly: AssemblyVersion("3.2.0.407 1")]58 [assembly: AssemblyFileVersion("3.2.0.407 1")]59 [assembly: AssemblyBuildDate("2010/07/22 10: 11:19")]57 [assembly: AssemblyVersion("3.2.0.4073")] 58 [assembly: AssemblyFileVersion("3.2.0.4073")] 59 [assembly: AssemblyBuildDate("2010/07/22 10:57:37")] -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.DataAccess/3.3/HeuristicLab.Hive.Server.DataAccess-3.3.csproj
r4074 r4076 105 105 </ItemGroup> 106 106 <ItemGroup> 107 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">108 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>109 <Name>HeuristicLab.DataAccess-3.2</Name>110 </ProjectReference>111 107 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj"> 112 108 <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.LINQDataAccess/3.3/HeuristicLab.Hive.Server.LINQDataAccess-3.3.csproj
r4074 r4076 119 119 </ItemGroup> 120 120 <ItemGroup> 121 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">122 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>123 <Name>HeuristicLab.DataAccess-3.2</Name>124 </ProjectReference>125 121 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj"> 126 122 <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Scheduler/3.3/HeuristicLab.Hive.Server.Scheduler-3.3.csproj
r4074 r4076 102 102 <Name>HeuristicLab.DataAccess.ADOHelper-3.2</Name> 103 103 </ProjectReference> 104 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">105 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>106 <Name>HeuristicLab.DataAccess-3.2</Name>107 </ProjectReference>108 104 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj"> 109 105 <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server/3.3/HeuristicLab.Hive.Server-3.3.csproj
r4074 r4076 158 158 </ItemGroup> 159 159 <ItemGroup> 160 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">161 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>162 <Name>HeuristicLab.DataAccess-3.2</Name>163 </ProjectReference>164 160 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj"> 165 161 <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project> … … 170 166 <Name>HeuristicLab.Hive.Server.Core-3.2</Name> 171 167 </ProjectReference> 172 <ProjectReference Include="..\..\HeuristicLab.Hive.Server.LINQDataAccess\3. 2\HeuristicLab.Hive.Server.LINQDataAccess-3.2.csproj">168 <ProjectReference Include="..\..\HeuristicLab.Hive.Server.LINQDataAccess\3.3\HeuristicLab.Hive.Server.LINQDataAccess-3.3.csproj"> 173 169 <Project>{A4499DDD-D1B8-414F-98F6-903C2C71BEB0}</Project> 174 170 <Name>HeuristicLab.Hive.Server.LINQDataAccess-3.2</Name> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Security.Contracts/3.3/BusinessObjects/PersistableObject.cs
r1449 r4076 21 21 22 22 using System; 23 using System.Collections.Generic;24 using System.Text;25 23 using System.Runtime.Serialization; 26 24 using HeuristicLab.DataAccess.Interfaces;
Note: See TracChangeset
for help on using the changeset viewer.