Changeset 4071 for branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3
- Timestamp:
- 07/22/10 09:55:26 (14 years ago)
- Location:
- branches/3.3-HiveMigration/sources/HeuristicLab.Hive
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive
-
Property
svn:ignore
set to
*.suo
-
Property
svn:ignore
set to
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3
-
Property
svn:ignore
set to
bin
obj
-
Property
svn:ignore
set to
-
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/HeuristicLab.Hive.Server.Core-3.3.csproj
r4063 r4071 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> 78 <Reference Include="HeuristicLab.PluginInfrastructure-3.3"> 79 <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath> 80 </Reference> 68 81 <Reference Include="System" /> 69 82 <Reference Include="System.Core"> … … 124 137 <ItemGroup> 125 138 <None Include="app.config" /> 126 <None Include="ClassDiagram1.cd" />127 139 <None Include="HeuristicLab.snk" /> 128 140 <EmbeddedResource Include="Authorization\HivePermissionSet.xsd"> … … 134 146 <LastGenOutput>Settings.Designer.cs</LastGenOutput> 135 147 </None> 136 </ItemGroup>137 <ItemGroup>138 <ProjectReference Include="..\..\HeuristicLab.Core\3.2\HeuristicLab.Core-3.2.csproj">139 <Project>{F43B59AB-2B8C-4570-BC1E-15592086517C}</Project>140 <Name>HeuristicLab.Core-3.2</Name>141 </ProjectReference>142 <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.2\HeuristicLab.DataAccess-3.2.csproj">143 <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>144 <Name>HeuristicLab.DataAccess-3.2</Name>145 </ProjectReference>146 <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.2\HeuristicLab.Hive.Contracts-3.2.csproj">147 <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>148 <Name>HeuristicLab.Hive.Contracts-3.2</Name>149 </ProjectReference>150 <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.2\HeuristicLab.Hive.JobBase-3.2.csproj">151 <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>152 <Name>HeuristicLab.Hive.JobBase-3.2</Name>153 </ProjectReference>154 <ProjectReference Include="..\..\HeuristicLab.Hive.Server.DataAccess\3.2\HeuristicLab.Hive.Server.DataAccess-3.2.csproj">155 <Project>{4D5A2A16-66C2-431D-9AA3-BD3041E64B84}</Project>156 <Name>HeuristicLab.Hive.Server.DataAccess-3.2</Name>157 </ProjectReference>158 <ProjectReference Include="..\..\HeuristicLab.Hive.Server.LINQDataAccess\3.2\HeuristicLab.Hive.Server.LINQDataAccess-3.2.csproj">159 <Project>{A4499DDD-D1B8-414F-98F6-903C2C71BEB0}</Project>160 <Name>HeuristicLab.Hive.Server.LINQDataAccess-3.2</Name>161 </ProjectReference>162 <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">163 <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>164 <Name>HeuristicLab.PluginInfrastructure</Name>165 </ProjectReference>166 <ProjectReference Include="..\..\HeuristicLab.Security.Contracts\3.2\HeuristicLab.Security.Contracts-3.2.csproj">167 <Project>{D59E852C-F205-4647-8C05-EB9ED1CF44E9}</Project>168 <Name>HeuristicLab.Security.Contracts-3.2</Name>169 </ProjectReference>170 <ProjectReference Include="..\..\HeuristicLab.Tracing\3.2\HeuristicLab.Tracing-3.2.csproj">171 <Project>{EE2034D9-6E27-48A1-B855-42D45F69A4FC}</Project>172 <Name>HeuristicLab.Tracing-3.2</Name>173 </ProjectReference>174 148 </ItemGroup> 175 149 <ItemGroup> -
branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/Properties/Settings.Designer.cs
r4060 r4071 2 2 // <auto-generated> 3 3 // This code was generated by a tool. 4 // Runtime Version: 2.0.50727.49274 // Runtime Version:4.0.30319.1 5 5 // 6 6 // Changes to this file may cause incorrect behavior and will be lost if … … 13 13 14 14 [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] 15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", " 9.0.0.0")]15 [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "10.0.0.0")] 16 16 public sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { 17 17
Note: See TracChangeset
for help on using the changeset viewer.