Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Core/3.3/HeuristicLab.Hive.Server.Core-3.3.csproj @ 4133

Last change on this file since 4133 was 4133, checked in by cneumuel, 14 years ago
  • Made HiveExperiment storable, so that a running HiveExperiment can be disconnected, stored and later resumed. (#1115)
  • Added Log to each JobItem (#1115)
File size: 9.5 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{898B31CF-81DC-453B-AEB3-BDF83197A7EE}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Server.Core</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Server.Core-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <FileUpgradeFlags>
18    </FileUpgradeFlags>
19    <OldToolsVersion>3.5</OldToolsVersion>
20    <UpgradeBackupLocation />
21  </PropertyGroup>
22  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
23    <DebugSymbols>true</DebugSymbols>
24    <DebugType>full</DebugType>
25    <Optimize>false</Optimize>
26    <OutputPath>bin\Debug\</OutputPath>
27    <DefineConstants>DEBUG;TRACE</DefineConstants>
28    <ErrorReport>prompt</ErrorReport>
29    <WarningLevel>4</WarningLevel>
30    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
31  </PropertyGroup>
32  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33    <DebugType>pdbonly</DebugType>
34    <Optimize>true</Optimize>
35    <OutputPath>bin\Release\</OutputPath>
36    <DefineConstants>TRACE</DefineConstants>
37    <ErrorReport>prompt</ErrorReport>
38    <WarningLevel>4</WarningLevel>
39    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
40  </PropertyGroup>
41  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
42    <DebugSymbols>true</DebugSymbols>
43    <OutputPath>bin\Debug\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <DebugType>full</DebugType>
46    <PlatformTarget>x86</PlatformTarget>
47    <ErrorReport>prompt</ErrorReport>
48    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
51    <OutputPath>bin\x86\Release\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <Optimize>true</Optimize>
54    <DebugType>pdbonly</DebugType>
55    <PlatformTarget>x86</PlatformTarget>
56    <ErrorReport>prompt</ErrorReport>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58  </PropertyGroup>
59  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
60    <DebugSymbols>true</DebugSymbols>
61    <OutputPath>bin\x64\Debug\</OutputPath>
62    <DefineConstants>DEBUG;TRACE</DefineConstants>
63    <DebugType>full</DebugType>
64    <PlatformTarget>x64</PlatformTarget>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
67  </PropertyGroup>
68  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
69    <OutputPath>bin\x64\Release\</OutputPath>
70    <DefineConstants>TRACE</DefineConstants>
71    <Optimize>true</Optimize>
72    <DebugType>pdbonly</DebugType>
73    <PlatformTarget>x64</PlatformTarget>
74    <ErrorReport>prompt</ErrorReport>
75    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
76  </PropertyGroup>
77  <ItemGroup>
78    <Reference Include="HeuristicLab.Collections-3.3">
79      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
80    </Reference>
81    <Reference Include="HeuristicLab.Common-3.3">
82      <HintPath>..\..\HeuristicLab.Hive.JobBase\3.3\bin\Debug\HeuristicLab.Common-3.3.dll</HintPath>
83    </Reference>
84    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
85      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
86    </Reference>
87    <Reference Include="HeuristicLab.Tracing-3.3">
88      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="System" />
91    <Reference Include="System.Core">
92      <RequiredTargetFramework>3.5</RequiredTargetFramework>
93    </Reference>
94    <Reference Include="System.Data.Linq">
95      <RequiredTargetFramework>3.5</RequiredTargetFramework>
96    </Reference>
97    <Reference Include="System.Drawing" />
98    <Reference Include="System.ServiceModel">
99      <RequiredTargetFramework>3.0</RequiredTargetFramework>
100    </Reference>
101    <Reference Include="System.Transactions" />
102    <Reference Include="System.Windows.Forms" />
103    <Reference Include="System.Xml.Linq">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data.DataSetExtensions">
107      <RequiredTargetFramework>3.5</RequiredTargetFramework>
108    </Reference>
109    <Reference Include="System.Data" />
110    <Reference Include="System.Xml" />
111  </ItemGroup>
112  <ItemGroup>
113    <Compile Include="Authorization\HivePermissions.cs" />
114    <Compile Include="Authorization\PermissionCollection.cs" />
115    <Compile Include="Authorization\PermissionContext.cs" />
116    <Compile Include="Authorization\PermissionException.cs" />
117    <Compile Include="Authorization\Policy.cs" />
118    <Compile Include="Authorization\PolicyCollection.cs" />
119    <Compile Include="ClientCommunicator.cs" />
120    <Compile Include="Facades\ClientFacade.cs" />
121    <Compile Include="ClientManager.cs" />
122    <Compile Include="DaoLocator.cs" />
123    <Compile Include="DbTestApp.cs" />
124    <Compile Include="DefaultScheduler.cs" />
125    <Compile Include="Facades\ExecutionEngineFacade.cs" />
126    <Compile Include="Authorization\HivePermissionManager.cs" />
127    <Compile Include="HiveServerCorePlugin.cs" />
128    <Compile Include="HiveServerMessages.Designer.cs" />
129    <Compile Include="InternalInterfaces\IHivePermissionManager.cs" />
130    <Compile Include="InternalInterfaces\IInternalClientCommunicator.cs" />
131    <Compile Include="InternalInterfaces\IInternalJobManager.cs" />
132    <Compile Include="InternalInterfaces\IScheduler.cs" />
133    <Compile Include="JobManager.cs" />
134    <Compile Include="LifecycleManager.cs" />
135    <Compile Include="Properties\AssemblyInfo.cs" />
136    <Compile Include="Facades\ServerConsoleFacade.cs" />
137    <Compile Include="ServiceLocator.cs" />
138    <Compile Include="Properties\Settings.Designer.cs">
139      <AutoGen>True</AutoGen>
140      <DesignTimeSharedInput>True</DesignTimeSharedInput>
141      <DependentUpon>Settings.settings</DependentUpon>
142    </Compile>
143    <Compile Include="Settings.cs" />
144  </ItemGroup>
145  <ItemGroup>
146    <None Include="HeuristicLab.snk" />
147    <EmbeddedResource Include="Authorization\HivePermissionSet.xsd">
148      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
149    </EmbeddedResource>
150    <None Include="Properties\AssemblyInfo.frame" />
151    <None Include="Properties\Settings.settings">
152      <Generator>PublicSettingsSingleFileGenerator</Generator>
153      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
154    </None>
155  </ItemGroup>
156  <ItemGroup>
157    <EmbeddedResource Include="Authorization\HivePermissionSet.xml">
158      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
159    </EmbeddedResource>
160  </ItemGroup>
161  <ItemGroup>
162    <EmbeddedResource Include="Authorization\HivePermissionPolicy.xml">
163      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
164    </EmbeddedResource>
165  </ItemGroup>
166  <ItemGroup>
167    <WCFMetadata Include="Service References\" />
168  </ItemGroup>
169  <ItemGroup>
170    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
171      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
172      <Name>HeuristicLab.DataAccess-3.3</Name>
173    </ProjectReference>
174    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
175      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
176      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
177    </ProjectReference>
178    <ProjectReference Include="..\..\HeuristicLab.Hive.Server.DataAccess\3.3\HeuristicLab.Hive.Server.DataAccess-3.3.csproj">
179      <Project>{4D5A2A16-66C2-431D-9AA3-BD3041E64B84}</Project>
180      <Name>HeuristicLab.Hive.Server.DataAccess-3.3</Name>
181    </ProjectReference>
182    <ProjectReference Include="..\..\HeuristicLab.Hive.Server.LINQDataAccess\3.3\HeuristicLab.Hive.Server.LINQDataAccess-3.3.csproj">
183      <Project>{A4499DDD-D1B8-414F-98F6-903C2C71BEB0}</Project>
184      <Name>HeuristicLab.Hive.Server.LINQDataAccess-3.3</Name>
185    </ProjectReference>
186    <ProjectReference Include="..\..\HeuristicLab.Security.Contracts\3.3\HeuristicLab.Security.Contracts-3.3.csproj">
187      <Project>{D59E852C-F205-4647-8C05-EB9ED1CF44E9}</Project>
188      <Name>HeuristicLab.Security.Contracts-3.3</Name>
189    </ProjectReference>
190  </ItemGroup>
191  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
192  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
193       Other similar extension points exist, see Microsoft.Common.targets.
194  <Target Name="BeforeBuild">
195  </Target>
196  <Target Name="AfterBuild">
197  </Target>
198  -->
199  <PropertyGroup>
200    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
201set ProjectDir=$(ProjectDir)
202set SolutionDir=$(SolutionDir)
203set Outdir=$(Outdir)
204
205call PreBuildEvent.cmd</PreBuildEvent>
206  </PropertyGroup>
207</Project>
Note: See TracBrowser for help on using the repository browser.