Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Client.Communication/3.3/HeuristicLab.Hive.Client.Communication-3.3.csproj @ 4107

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

migration from 3.2 to 3.3 completed. Hive Server and Client are now executable and as functional as they were in 3.2. (#1096)

File size: 9.3 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.Client.Communication</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Client.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\x86\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.Core-3.3">
79      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
80    </Reference>
81    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
82      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
83    </Reference>
84    <Reference Include="HeuristicLab.Tracing-3.3">
85      <HintPath>..\..\..\..\..\..\..\..\..\Programme\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
86    </Reference>
87    <Reference Include="System" />
88    <Reference Include="System.Core">
89      <RequiredTargetFramework>3.5</RequiredTargetFramework>
90    </Reference>
91    <Reference Include="System.Runtime.Serialization">
92      <RequiredTargetFramework>3.0</RequiredTargetFramework>
93    </Reference>
94    <Reference Include="System.ServiceModel">
95      <RequiredTargetFramework>3.0</RequiredTargetFramework>
96    </Reference>
97    <Reference Include="System.Xml.Linq">
98      <RequiredTargetFramework>3.5</RequiredTargetFramework>
99    </Reference>
100    <Reference Include="System.Data.DataSetExtensions">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data" />
104    <Reference Include="System.Xml" />
105  </ItemGroup>
106  <ItemGroup>
107    <Compile Include="CommunicationsPlugin.cs" />
108    <Compile Include="Properties\AssemblyInfo.cs" />
109    <Compile Include="SendJobCompletedEventArgs.cs" />
110    <Compile Include="Service References\ServerService\Reference.cs">
111      <AutoGen>True</AutoGen>
112      <DesignTime>True</DesignTime>
113      <DependentUpon>Reference.svcmap</DependentUpon>
114    </Compile>
115    <Compile Include="WcfService.cs" />
116  </ItemGroup>
117  <ItemGroup>
118    <None Include="HeuristicLab.snk" />
119    <None Include="Properties\AssemblyInfo.frame" />
120    <None Include="Service References\ServerService\Arrays1.xsd">
121      <SubType>Designer</SubType>
122    </None>
123    <None Include="Service References\ServerService\HeuristicLab.DataAccess1.xsd">
124      <SubType>Designer</SubType>
125    </None>
126    <None Include="Service References\ServerService\HeuristicLab.Hive.Contracts.BusinessObjects1.xsd">
127      <SubType>Designer</SubType>
128    </None>
129    <None Include="Service References\ServerService\HeuristicLab.Hive.Contracts1.xsd">
130      <SubType>Designer</SubType>
131    </None>
132    <None Include="Service References\ServerService\HeuristicLab.PluginInfrastructure2.xsd">
133      <SubType>Designer</SubType>
134    </None>
135    <None Include="Service References\ServerService\Message1.xsd">
136      <SubType>Designer</SubType>
137    </None>
138    <None Include="Service References\ServerService\service1.wsdl" />
139    <None Include="Service References\ServerService\service2.xsd">
140      <SubType>Designer</SubType>
141    </None>
142    <None Include="Service References\ServerService\service3.xsd">
143      <SubType>Designer</SubType>
144    </None>
145    <None Include="Service References\ServerService\System1.xsd">
146      <SubType>Designer</SubType>
147    </None>
148  </ItemGroup>
149  <ItemGroup>
150    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
151      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
152      <Name>HeuristicLab.DataAccess-3.3</Name>
153    </ProjectReference>
154    <ProjectReference Include="..\..\HeuristicLab.Hive.Client.Common\3.3\HeuristicLab.Hive.Client.Common-3.3.csproj">
155      <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project>
156      <Name>HeuristicLab.Hive.Client.Common-3.3</Name>
157    </ProjectReference>
158    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
159      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
160      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
161    </ProjectReference>
162  </ItemGroup>
163  <ItemGroup>
164    <WCFMetadata Include="Service References\" />
165  </ItemGroup>
166  <ItemGroup>
167    <WCFMetadataStorage Include="Service References\ServerService\" />
168  </ItemGroup>
169  <ItemGroup>
170    <None Include="Service References\ServerService\configuration91.svcinfo" />
171  </ItemGroup>
172  <ItemGroup>
173    <None Include="Service References\ServerService\configuration.svcinfo" />
174  </ItemGroup>
175  <ItemGroup>
176    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.Response.datasource" />
177    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseCalendar.datasource" />
178    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseHB.datasource" />
179    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseJob.datasource" />
180    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponsePlugin.datasource" />
181    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseResultReceived.datasource" />
182    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseSerializedJob.datasource" />
183    <None Include="Service References\ServerService\HeuristicLab.PluginInfrastructure.xsd" />
184    <None Include="Service References\ServerService\Reference.svcmap">
185      <Generator>WCF Proxy Generator</Generator>
186      <LastGenOutput>Reference.cs</LastGenOutput>
187    </None>
188  </ItemGroup>
189  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
190  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
191       Other similar extension points exist, see Microsoft.Common.targets.
192  <Target Name="BeforeBuild">
193  </Target>
194  <Target Name="AfterBuild">
195  </Target>
196  -->
197  <PropertyGroup>
198    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
199set ProjectDir=$(ProjectDir)
200set SolutionDir=$(SolutionDir)
201set Outdir=$(Outdir)
202
203call PreBuildEvent.cmd</PreBuildEvent>
204  </PropertyGroup>
205</Project>
Note: See TracBrowser for help on using the repository browser.