Free cookie consent management tool by TermsFeed Policy Generator

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

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

made streaming wcf-services work with Transport-Security and net.tcp but with Message-Level Credentials (#1168)

File size: 9.9 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  </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.Common-3.3">
79      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
80    </Reference>
81    <Reference Include="HeuristicLab.Core-3.3">
82      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
83    </Reference>
84    <Reference Include="HeuristicLab.DataAccess-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
85    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
86      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
87    </Reference>
88    <Reference Include="HeuristicLab.Tracing-3.3">
89      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
90    </Reference>
91    <Reference Include="System" />
92    <Reference Include="System.Core">
93      <RequiredTargetFramework>3.5</RequiredTargetFramework>
94    </Reference>
95    <Reference Include="System.Runtime.Serialization">
96      <RequiredTargetFramework>3.0</RequiredTargetFramework>
97    </Reference>
98    <Reference Include="System.ServiceModel">
99      <RequiredTargetFramework>3.0</RequiredTargetFramework>
100    </Reference>
101    <Reference Include="System.Xml.Linq">
102      <RequiredTargetFramework>3.5</RequiredTargetFramework>
103    </Reference>
104    <Reference Include="System.Data.DataSetExtensions">
105      <RequiredTargetFramework>3.5</RequiredTargetFramework>
106    </Reference>
107    <Reference Include="System.Data" />
108    <Reference Include="System.Xml" />
109  </ItemGroup>
110  <ItemGroup>
111    <Compile Include="HeuristicLabHiveSlaveCommunicationPlugin.cs" />
112    <Compile Include="Properties\AssemblyInfo.cs" />
113    <Compile Include="GetJobCompletedEventArgs.cs" />
114    <Compile Include="Service References\SlaveService\Reference.cs">
115      <AutoGen>True</AutoGen>
116      <DesignTime>True</DesignTime>
117      <DependentUpon>Reference.svcmap</DependentUpon>
118    </Compile>
119    <Compile Include="Properties\Settings.Designer.cs">
120      <AutoGen>True</AutoGen>
121      <DesignTimeSharedInput>True</DesignTimeSharedInput>
122      <DependentUpon>Settings.settings</DependentUpon>
123    </Compile>
124    <Compile Include="ServiceLocator.cs" />
125    <Compile Include="WcfService.cs" />
126  </ItemGroup>
127  <ItemGroup>
128    <None Include="app.config" />
129    <None Include="HeuristicLab.snk" />
130    <None Include="Properties\AssemblyInfo.frame" />
131    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.JobDto.datasource" />
132    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseObjects.Response.datasource" />
133    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseObjects.ResponseCalendar.datasource" />
134    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseObjects.ResponseHeartBeat.datasource" />
135    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseObjects.ResponseResultReceived.datasource" />
136    <None Include="Properties\DataSources\HeuristicLab.PluginInfrastructure.CachedHivePluginInfoDto.datasource" />
137    <None Include="Service References\SlaveService\SlaveFacade.wsdl" />
138    <None Include="Service References\SlaveService\SlaveService.wsdl" />
139    <None Include="Service References\SlaveService\SlaveService.xsd">
140      <SubType>Designer</SubType>
141    </None>
142    <None Include="Service References\SlaveService\SlaveService1.xsd">
143      <SubType>Designer</SubType>
144    </None>
145    <None Include="Service References\SlaveService\SlaveService2.xsd">
146      <SubType>Designer</SubType>
147    </None>
148    <None Include="Service References\SlaveService\SlaveService3.xsd">
149      <SubType>Designer</SubType>
150    </None>
151    <None Include="Service References\SlaveService\SlaveService4.xsd">
152      <SubType>Designer</SubType>
153    </None>
154    <None Include="Service References\SlaveService\SlaveService5.xsd">
155      <SubType>Designer</SubType>
156    </None>
157    <None Include="Service References\SlaveService\SlaveService6.xsd">
158      <SubType>Designer</SubType>
159    </None>
160    <None Include="Service References\SlaveService\SlaveService7.xsd">
161      <SubType>Designer</SubType>
162    </None>
163    <None Include="Service References\SlaveService\SlaveService8.xsd">
164      <SubType>Designer</SubType>
165    </None>
166    <None Include="Service References\SlaveService\SlaveService9.xsd">
167      <SubType>Designer</SubType>
168    </None>
169    <None Include="Properties\Settings.settings">
170      <Generator>SettingsSingleFileGenerator</Generator>
171      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
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.Slave.Common\3.3\HeuristicLab.Hive.Slave.Common-3.3.csproj">
180      <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project>
181      <Name>HeuristicLab.Hive.Slave.Common-3.3</Name>
182    </ProjectReference>
183  </ItemGroup>
184  <ItemGroup>
185    <WCFMetadata Include="Service References\" />
186  </ItemGroup>
187  <ItemGroup>
188    <WCFMetadataStorage Include="Service References\SlaveService\" />
189  </ItemGroup>
190  <ItemGroup>
191    <None Include="Service References\SlaveService\SlaveService.disco" />
192  </ItemGroup>
193  <ItemGroup>
194    <None Include="Service References\SlaveService\configuration91.svcinfo" />
195  </ItemGroup>
196  <ItemGroup>
197    <None Include="Service References\SlaveService\configuration.svcinfo" />
198  </ItemGroup>
199  <ItemGroup>
200    <None Include="Service References\SlaveService\Reference.svcmap">
201      <Generator>WCF Proxy Generator</Generator>
202      <LastGenOutput>Reference.cs</LastGenOutput>
203    </None>
204  </ItemGroup>
205  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
206  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
207       Other similar extension points exist, see Microsoft.Common.targets.
208  <Target Name="BeforeBuild">
209  </Target>
210  <Target Name="AfterBuild">
211  </Target>
212  -->
213  <PropertyGroup>
214    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
215set ProjectDir=$(ProjectDir)
216set SolutionDir=$(SolutionDir)
217set Outdir=$(Outdir)
218
219call PreBuildEvent.cmd</PreBuildEvent>
220  </PropertyGroup>
221</Project>
Note: See TracBrowser for help on using the repository browser.