Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.ExperimentManager/HeuristicLab.Hive.Slave.Communication/3.3/HeuristicLab.Hive.Slave.Communication-3.3.csproj @ 4792

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

#1254

  • enabled full IIS7 compatibility
  • removed dependency to HeuristicLab.Tracing
  • changed server-side logging to wcf-tracing (needs to be enhanced to trace job-lifecycle)
File size: 10.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>{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>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    <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.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
80    <Reference Include="HeuristicLab.Common-3.3">
81      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
82    </Reference>
83    <Reference Include="HeuristicLab.Core-3.3">
84      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.DataAccess-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
87    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
88      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-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.Runtime.Serialization">
95      <RequiredTargetFramework>3.0</RequiredTargetFramework>
96    </Reference>
97    <Reference Include="System.ServiceModel">
98      <RequiredTargetFramework>3.0</RequiredTargetFramework>
99    </Reference>
100    <Reference Include="System.Xml.Linq">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data.DataSetExtensions">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data" />
107    <Reference Include="System.Xml" />
108  </ItemGroup>
109  <ItemGroup>
110    <Compile Include="HeuristicLabHiveSlaveCommunicationPlugin.cs" />
111    <Compile Include="Properties\AssemblyInfo.cs" />
112    <Compile Include="GetJobCompletedEventArgs.cs" />
113    <Compile Include="Properties\Settings.Designer.cs">
114      <AutoGen>True</AutoGen>
115      <DesignTimeSharedInput>True</DesignTimeSharedInput>
116      <DependentUpon>Settings.settings</DependentUpon>
117    </Compile>
118    <Compile Include="Service References\SlaveFacade\Reference.cs">
119      <AutoGen>True</AutoGen>
120      <DesignTime>True</DesignTime>
121      <DependentUpon>Reference.svcmap</DependentUpon>
122    </Compile>
123    <Compile Include="ServiceLocator.cs" />
124    <Compile Include="WcfService.cs" />
125  </ItemGroup>
126  <ItemGroup>
127    <None Include="app.config" />
128    <None Include="HeuristicLab.snk" />
129    <None Include="Properties\AssemblyInfo.frame" />
130    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.JobDto.datasource" />
131    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.JobResult.datasource" />
132    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.SerializedJob.datasource" />
133    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseObjects.Response.datasource" />
134    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseObjects.ResponseCalendar.datasource" />
135    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseObjects.ResponseHeartBeat.datasource" />
136    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseObjects.ResponseResultReceived.datasource" />
137    <None Include="Properties\DataSources\HeuristicLab.PluginInfrastructure.CachedHivePluginInfoDto.datasource" />
138    <None Include="Properties\Settings.settings">
139      <Generator>SettingsSingleFileGenerator</Generator>
140      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
141    </None>
142    <None Include="Service References\SlaveFacade\Arrays1.xsd">
143      <SubType>Designer</SubType>
144    </None>
145    <None Include="Service References\SlaveFacade\HeuristicLab.DataAccess1.xsd">
146      <SubType>Designer</SubType>
147    </None>
148    <None Include="Service References\SlaveFacade\HeuristicLab.Hive.Contracts.BusinessObjects1.xsd">
149      <SubType>Designer</SubType>
150    </None>
151    <None Include="Service References\SlaveFacade\HeuristicLab.Hive.Contracts.ResponseObjects1.xsd">
152      <SubType>Designer</SubType>
153    </None>
154    <None Include="Service References\SlaveFacade\HeuristicLab.Hive.Contracts1.xsd">
155      <SubType>Designer</SubType>
156    </None>
157    <None Include="Service References\SlaveFacade\HeuristicLab.PluginInfrastructure1.xsd">
158      <SubType>Designer</SubType>
159    </None>
160    <None Include="Service References\SlaveFacade\Message1.xsd">
161      <SubType>Designer</SubType>
162    </None>
163    <None Include="Service References\SlaveFacade\service1.wsdl" />
164    <None Include="Service References\SlaveFacade\service2.xsd">
165      <SubType>Designer</SubType>
166    </None>
167    <None Include="Service References\SlaveFacade\service21.xsd">
168      <SubType>Designer</SubType>
169    </None>
170    <None Include="Service References\SlaveFacade\System1.xsd">
171      <SubType>Designer</SubType>
172    </None>
173  </ItemGroup>
174  <ItemGroup>
175    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
176      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
177      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
178    </ProjectReference>
179    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
180      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
181      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
182    </ProjectReference>
183    <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.Common\3.3\HeuristicLab.Hive.Slave.Common-3.3.csproj">
184      <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project>
185      <Name>HeuristicLab.Hive.Slave.Common-3.3</Name>
186    </ProjectReference>
187    <ProjectReference Include="..\..\HeuristicLab.Hive.Tracing\3.3\HeuristicLab.Hive.Tracing-3.3.csproj">
188      <Project>{CDAD2510-299C-4FA2-B351-9D71A5AF20B7}</Project>
189      <Name>HeuristicLab.Hive.Tracing-3.3</Name>
190    </ProjectReference>
191  </ItemGroup>
192  <ItemGroup>
193    <WCFMetadata Include="Service References\" />
194  </ItemGroup>
195  <ItemGroup>
196    <WCFMetadataStorage Include="Service References\SlaveFacade\" />
197  </ItemGroup>
198  <ItemGroup>
199    <None Include="Service References\SlaveFacade\configuration91.svcinfo" />
200  </ItemGroup>
201  <ItemGroup>
202    <None Include="Service References\SlaveFacade\configuration.svcinfo" />
203  </ItemGroup>
204  <ItemGroup>
205    <None Include="Service References\SlaveFacade\Reference.svcmap">
206      <Generator>WCF Proxy Generator</Generator>
207      <LastGenOutput>Reference.cs</LastGenOutput>
208      <SubType>Designer</SubType>
209    </None>
210  </ItemGroup>
211  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
212  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
213       Other similar extension points exist, see Microsoft.Common.targets.
214  <Target Name="BeforeBuild">
215  </Target>
216  <Target Name="AfterBuild">
217  </Target>
218  -->
219  <PropertyGroup>
220    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
221set ProjectDir=$(ProjectDir)
222set SolutionDir=$(SolutionDir)
223set Outdir=$(Outdir)
224
225call PreBuildEvent.cmd</PreBuildEvent>
226  </PropertyGroup>
227</Project>
Note: See TracBrowser for help on using the repository browser.