Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Communication/3.3/HeuristicLab.Hive.Slave.Communication-3.3.csproj @ 5179

Last change on this file since 5179 was 5179, checked in by cneumuel, 13 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: 11.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>{AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Slave.Communication</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Slave.Communication-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</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    <TargetFrameworkProfile />
22  </PropertyGroup>
23  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24    <DebugSymbols>true</DebugSymbols>
25    <DebugType>full</DebugType>
26    <Optimize>false</Optimize>
27    <OutputPath>bin\Debug\</OutputPath>
28    <DefineConstants>DEBUG;TRACE</DefineConstants>
29    <ErrorReport>prompt</ErrorReport>
30    <WarningLevel>4</WarningLevel>
31    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
32  </PropertyGroup>
33  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34    <DebugType>pdbonly</DebugType>
35    <Optimize>true</Optimize>
36    <OutputPath>bin\Release\</OutputPath>
37    <DefineConstants>TRACE</DefineConstants>
38    <ErrorReport>prompt</ErrorReport>
39    <WarningLevel>4</WarningLevel>
40    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
41  </PropertyGroup>
42  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
43    <DebugSymbols>true</DebugSymbols>
44    <OutputPath>bin\Debug\</OutputPath>
45    <DefineConstants>DEBUG;TRACE</DefineConstants>
46    <DebugType>full</DebugType>
47    <PlatformTarget>x86</PlatformTarget>
48    <ErrorReport>prompt</ErrorReport>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50  </PropertyGroup>
51  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
52    <OutputPath>bin\x86\Release\</OutputPath>
53    <DefineConstants>TRACE</DefineConstants>
54    <Optimize>true</Optimize>
55    <DebugType>pdbonly</DebugType>
56    <PlatformTarget>x86</PlatformTarget>
57    <ErrorReport>prompt</ErrorReport>
58    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>bin\x64\Debug\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x64</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68  </PropertyGroup>
69  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
70    <OutputPath>bin\x64\Release\</OutputPath>
71    <DefineConstants>TRACE</DefineConstants>
72    <Optimize>true</Optimize>
73    <DebugType>pdbonly</DebugType>
74    <PlatformTarget>x64</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
77  </PropertyGroup>
78  <ItemGroup>
79    <Reference Include="HeuristicLab.Clients.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
80      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
83    <Reference Include="HeuristicLab.Common-3.3">
84      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Core-3.3">
87      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
88    </Reference>
89    <Reference Include="HeuristicLab.DataAccess-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
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.Runtime.Serialization">
98      <RequiredTargetFramework>3.0</RequiredTargetFramework>
99    </Reference>
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.Xml" />
111  </ItemGroup>
112  <ItemGroup>
113    <None Include="app.config">
114      <SubType>Designer</SubType>
115    </None>
116    <None Include="christoph - app.config" />
117    <None Include="f005pc.hagenberg.fhooe.at - app.config">
118      <SubType>Designer</SubType>
119    </None>
120    <None Include="HeuristicLabHiveSlaveCommunicationPlugin.cs.frame" />
121    <Compile Include="HeuristicLabHiveSlaveCommunicationPlugin.cs" />
122    <Compile Include="Properties\AssemblyInfo.cs" />
123    <Compile Include="GetJobCompletedEventArgs.cs" />
124    <Compile Include="Service References\SlaveFacade\Reference.cs">
125      <AutoGen>True</AutoGen>
126      <DesignTime>True</DesignTime>
127      <DependentUpon>Reference.svcmap</DependentUpon>
128    </Compile>
129    <Compile Include="ServiceLocator.cs" />
130    <Compile Include="WcfService.cs" />
131  </ItemGroup>
132  <ItemGroup>
133    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.HivePluginFile.datasource" />
134    <None Include="Service References\SlaveFacade\Arrays1.xsd">
135      <SubType>Designer</SubType>
136    </None>
137    <None Include="Service References\SlaveFacade\HeuristicLab.DataAccess1.xsd">
138      <SubType>Designer</SubType>
139    </None>
140    <None Include="Service References\SlaveFacade\HeuristicLab.Hive.Contracts.BusinessObjects1.xsd">
141      <SubType>Designer</SubType>
142    </None>
143    <None Include="Service References\SlaveFacade\HeuristicLab.Hive.Contracts.ResponseObjects1.xsd">
144      <SubType>Designer</SubType>
145    </None>
146    <None Include="Service References\SlaveFacade\HeuristicLab.Hive.Contracts1.xsd">
147      <SubType>Designer</SubType>
148    </None>
149    <None Include="Service References\SlaveFacade\HeuristicLab.PluginInfrastructure1.xsd">
150      <SubType>Designer</SubType>
151    </None>
152    <None Include="Service References\SlaveFacade\Message1.xsd">
153      <SubType>Designer</SubType>
154    </None>
155    <None Include="Service References\SlaveFacade\service1.wsdl" />
156    <None Include="Service References\SlaveFacade\service2.xsd">
157      <SubType>Designer</SubType>
158    </None>
159    <None Include="Service References\SlaveFacade\service21.xsd">
160      <SubType>Designer</SubType>
161    </None>
162    <None Include="Service References\SlaveFacade\System1.xsd">
163      <SubType>Designer</SubType>
164    </None>
165    <None Include="services.heuristiclab.com - app.config" />
166    <None Include="localhost - app.config">
167      <SubType>Designer</SubType>
168    </None>
169    <None Include="HeuristicLab.snk" />
170    <None Include="Properties\AssemblyInfo.cs.frame" />
171    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.JobDto.datasource" />
172    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.JobResult.datasource" />
173    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.SerializedJob.datasource" />
174    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseObjects.Response.datasource" />
175    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseObjects.ResponseCalendar.datasource" />
176    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseObjects.ResponseHeartBeat.datasource" />
177    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseObjects.ResponseResultReceived.datasource" />
178    <None Include="Properties\DataSources\HeuristicLab.PluginInfrastructure.CachedHivePluginInfoDto.datasource" />
179  </ItemGroup>
180  <ItemGroup>
181    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
182      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
183      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
184    </ProjectReference>
185    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
186      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
187      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
188    </ProjectReference>
189    <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.Common\3.3\HeuristicLab.Hive.Slave.Common-3.3.csproj">
190      <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project>
191      <Name>HeuristicLab.Hive.Slave.Common-3.3</Name>
192    </ProjectReference>
193    <ProjectReference Include="..\..\HeuristicLab.Hive.Tracing\3.3\HeuristicLab.Hive.Tracing-3.3.csproj">
194      <Project>{CDAD2510-299C-4FA2-B351-9D71A5AF20B7}</Project>
195      <Name>HeuristicLab.Hive.Tracing-3.3</Name>
196    </ProjectReference>
197  </ItemGroup>
198  <ItemGroup>
199    <WCFMetadata Include="Service References\" />
200  </ItemGroup>
201  <ItemGroup>
202    <WCFMetadataStorage Include="Service References\SlaveFacade\" />
203  </ItemGroup>
204  <ItemGroup>
205    <None Include="Service References\SlaveFacade\configuration91.svcinfo" />
206  </ItemGroup>
207  <ItemGroup>
208    <None Include="Service References\SlaveFacade\configuration.svcinfo" />
209  </ItemGroup>
210  <ItemGroup>
211    <None Include="Service References\SlaveFacade\Reference.svcmap">
212      <Generator>WCF Proxy Generator</Generator>
213      <LastGenOutput>Reference.cs</LastGenOutput>
214      <SubType>Designer</SubType>
215    </None>
216  </ItemGroup>
217  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
218  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
219       Other similar extension points exist, see Microsoft.Common.targets.
220  <Target Name="BeforeBuild">
221  </Target>
222  <Target Name="AfterBuild">
223  </Target>
224  -->
225  <PropertyGroup>
226    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
227set ProjectDir=$(ProjectDir)
228set SolutionDir=$(SolutionDir)
229set Outdir=$(Outdir)
230
231call PreBuildEvent.cmd</PreBuildEvent>
232  </PropertyGroup>
233</Project>
Note: See TracBrowser for help on using the repository browser.