Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/HeuristicLab.Hive.Server.Console-3.3.csproj @ 5179

Last change on this file since 5179 was 5179, checked in by cneumuel, 14 years ago

#1260

  • migrated to .NET 4.0
  • moved state-information about heartbeat timestamps into DB to reduce IIS-recycling issues
  • optimized memory usage of ExperimentManager when lots of large jobs are downloaded
File size: 13.0 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>{42A1D075-6C12-4DD9-B0C2-C6F5210A8119}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Server.ServerConsole</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Server.Console-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <StartupObject>
18    </StartupObject>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <TargetFrameworkProfile />
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26    <DebugSymbols>true</DebugSymbols>
27    <DebugType>full</DebugType>
28    <Optimize>false</Optimize>
29    <OutputPath>bin\Debug\</OutputPath>
30    <DefineConstants>DEBUG;TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36    <DebugType>pdbonly</DebugType>
37    <Optimize>true</Optimize>
38    <OutputPath>bin\Release\</OutputPath>
39    <DefineConstants>TRACE</DefineConstants>
40    <ErrorReport>prompt</ErrorReport>
41    <WarningLevel>4</WarningLevel>
42    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
45    <DebugSymbols>true</DebugSymbols>
46    <OutputPath>bin\Debug\</OutputPath>
47    <DefineConstants>DEBUG;TRACE</DefineConstants>
48    <DebugType>full</DebugType>
49    <PlatformTarget>x86</PlatformTarget>
50    <ErrorReport>prompt</ErrorReport>
51    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
54    <OutputPath>bin\x86\Release\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <Optimize>true</Optimize>
57    <DebugType>pdbonly</DebugType>
58    <PlatformTarget>x86</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>bin\x64\Debug\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
72    <OutputPath>bin\x64\Release\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79  </PropertyGroup>
80  <ItemGroup>
81    <Reference Include="HeuristicLab.Common-3.3">
82      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
83    </Reference>
84    <Reference Include="HeuristicLab.Core-3.3">
85      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
86    </Reference>
87    <Reference Include="HeuristicLab.Persistence-3.3">
88      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
91      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
92    </Reference>
93    <Reference Include="System" />
94    <Reference Include="System.Core">
95      <RequiredTargetFramework>3.5</RequiredTargetFramework>
96    </Reference>
97    <Reference Include="System.DirectoryServices" />
98    <Reference Include="System.IdentityModel" />
99    <Reference Include="System.Runtime.Serialization" />
100    <Reference Include="System.ServiceModel">
101      <RequiredTargetFramework>3.0</RequiredTargetFramework>
102    </Reference>
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.Deployment" />
111    <Reference Include="System.Drawing" />
112    <Reference Include="System.Windows.Forms" />
113    <Reference Include="System.Xml" />
114  </ItemGroup>
115  <ItemGroup>
116    <Compile Include="AddGroup.cs">
117      <SubType>Form</SubType>
118    </Compile>
119    <Compile Include="AddGroup.Designer.cs">
120      <DependentUpon>AddGroup.cs</DependentUpon>
121    </Compile>
122    <Compile Include="AddJobForm.cs">
123      <SubType>Form</SubType>
124    </Compile>
125    <Compile Include="AddJobForm.Designer.cs">
126      <DependentUpon>AddJobForm.cs</DependentUpon>
127    </Compile>
128    <Compile Include="AddProject.cs">
129      <SubType>Form</SubType>
130    </Compile>
131    <Compile Include="AddProject.designer.cs">
132      <DependentUpon>AddProject.cs</DependentUpon>
133    </Compile>
134    <Compile Include="CgCalendar.cs">
135      <SubType>Form</SubType>
136    </Compile>
137    <Compile Include="CgCalendar.Designer.cs">
138      <DependentUpon>CgCalendar.cs</DependentUpon>
139    </Compile>
140    <Compile Include="Changes.cs" />
141    <None Include="app.config" />
142    <None Include="christoph - app.config" />
143    <None Include="f005pc.hagenberg.fhooe.at - app.config" />
144    <None Include="HeuristicLabHiveClientConsolePlugin.cs.frame" />
145    <Compile Include="HiveServerConsole.cs">
146      <SubType>Form</SubType>
147    </Compile>
148    <Compile Include="HiveServerConsole.Designer.cs">
149      <DependentUpon>HiveServerConsole.cs</DependentUpon>
150    </Compile>
151    <Compile Include="HeuristicLabHiveClientConsoleApplication.cs" />
152    <Compile Include="HiveServerManagementConsole.cs">
153      <SubType>Form</SubType>
154    </Compile>
155    <Compile Include="HiveServerManagementConsole.Designer.cs">
156      <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
157    </Compile>
158    <Compile Include="HeuristicLabHiveClientConsolePlugin.cs" />
159    <Compile Include="JobDataFetcher.cs" />
160    <Compile Include="JobListView.cs">
161      <SubType>Component</SubType>
162    </Compile>
163    <Compile Include="JobListViewControl.cs">
164      <SubType>UserControl</SubType>
165    </Compile>
166    <Compile Include="JobListViewControl.Designer.cs">
167      <DependentUpon>JobListViewControl.cs</DependentUpon>
168    </Compile>
169    <Compile Include="LogonDlg.cs">
170      <SubType>Form</SubType>
171    </Compile>
172    <Compile Include="LogonDlg.Designer.cs">
173      <DependentUpon>LogonDlg.cs</DependentUpon>
174    </Compile>
175    <Compile Include="Properties\AssemblyInfo.cs" />
176    <EmbeddedResource Include="AddGroup.resx">
177      <DependentUpon>AddGroup.cs</DependentUpon>
178    </EmbeddedResource>
179    <EmbeddedResource Include="AddJobForm.resx">
180      <DependentUpon>AddJobForm.cs</DependentUpon>
181      <SubType>Designer</SubType>
182    </EmbeddedResource>
183    <EmbeddedResource Include="AddProject.resx">
184      <DependentUpon>AddProject.cs</DependentUpon>
185    </EmbeddedResource>
186    <EmbeddedResource Include="CgCalendar.resx">
187      <DependentUpon>CgCalendar.cs</DependentUpon>
188    </EmbeddedResource>
189    <EmbeddedResource Include="HiveServerConsole.resx">
190      <DependentUpon>HiveServerConsole.cs</DependentUpon>
191      <SubType>Designer</SubType>
192    </EmbeddedResource>
193    <EmbeddedResource Include="HiveServerManagementConsole.resx">
194      <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
195      <SubType>Designer</SubType>
196    </EmbeddedResource>
197    <EmbeddedResource Include="JobListView.resx">
198      <DependentUpon>JobListView.cs</DependentUpon>
199    </EmbeddedResource>
200    <EmbeddedResource Include="JobListViewControl.resx">
201      <DependentUpon>JobListViewControl.cs</DependentUpon>
202    </EmbeddedResource>
203    <EmbeddedResource Include="LogonDlg.resx">
204      <DependentUpon>LogonDlg.cs</DependentUpon>
205    </EmbeddedResource>
206    <EmbeddedResource Include="Properties\Resources.resx">
207      <Generator>ResXFileCodeGenerator</Generator>
208      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
209      <SubType>Designer</SubType>
210    </EmbeddedResource>
211    <EmbeddedResource Include="Recurrence.resx">
212      <DependentUpon>Recurrence.cs</DependentUpon>
213      <SubType>Designer</SubType>
214    </EmbeddedResource>
215    <Compile Include="Properties\Resources.Designer.cs">
216      <AutoGen>True</AutoGen>
217      <DependentUpon>Resources.resx</DependentUpon>
218      <DesignTime>True</DesignTime>
219    </Compile>
220    <None Include="localhost - app.config" />
221    <None Include="services.heuristiclab.com - app.config" />
222    <None Include="HeuristicLab.snk" />
223    <None Include="Properties\AssemblyInfo.cs.frame" />
224    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.AppointmentDto.datasource" />
225    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.JobDto.datasource" />
226    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.JobResult.datasource" />
227    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.ProjectDto.datasource" />
228    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.SerializedJob.datasource" />
229    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.SlaveDto.datasource" />
230    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.SlaveGroupDto.datasource" />
231    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.UpTimeStatisticsDto.datasource" />
232    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseObjects.Response.datasource" />
233    <None Include="Properties\Settings.settings">
234      <Generator>SettingsSingleFileGenerator</Generator>
235      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
236    </None>
237    <Compile Include="Properties\Settings.Designer.cs">
238      <AutoGen>True</AutoGen>
239      <DependentUpon>Settings.settings</DependentUpon>
240      <DesignTimeSharedInput>True</DesignTimeSharedInput>
241    </Compile>
242    <Compile Include="Recurrence.cs">
243      <SubType>Form</SubType>
244    </Compile>
245    <Compile Include="Recurrence.Designer.cs">
246      <DependentUpon>Recurrence.cs</DependentUpon>
247    </Compile>
248    <Compile Include="ServiceLocator.cs" />
249    <None Include="Tools\RecreateServiceConfig.bat" />
250  </ItemGroup>
251  <ItemGroup>
252    <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj">
253      <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project>
254      <Name>HeuristicLab.Calendar-3.3</Name>
255    </ProjectReference>
256    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
257      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
258      <Name>HeuristicLab.DataAccess-3.3</Name>
259    </ProjectReference>
260    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
261      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
262      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
263    </ProjectReference>
264    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
265      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
266      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
267    </ProjectReference>
268    <ProjectReference Include="..\..\HeuristicLab.Hive.Tracing\3.3\HeuristicLab.Hive.Tracing-3.3.csproj">
269      <Project>{CDAD2510-299C-4FA2-B351-9D71A5AF20B7}</Project>
270      <Name>HeuristicLab.Hive.Tracing-3.3</Name>
271    </ProjectReference>
272  </ItemGroup>
273  <ItemGroup>
274    <WCFMetadata Include="Service References\" />
275  </ItemGroup>
276  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
277  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
278       Other similar extension points exist, see Microsoft.Common.targets.
279  <Target Name="BeforeBuild">
280  </Target>
281  <Target Name="AfterBuild">
282  </Target>
283  -->
284  <PropertyGroup>
285    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
286set ProjectDir=$(ProjectDir)
287set SolutionDir=$(SolutionDir)
288set Outdir=$(Outdir)
289
290call PreBuildEvent.cmd</PreBuildEvent>
291  </PropertyGroup>
292</Project>
Note: See TracBrowser for help on using the repository browser.