Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Contracts/3.3/HeuristicLab.Hive.Contracts-3.3.csproj @ 4296

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

corrected assembly reference paths, added some missing files

File size: 8.6 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>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Contracts</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Contracts-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.Collections-3.3">
79      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Collections-3.3.dll</HintPath>
80    </Reference>
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="HeuristicLab.Tracing-3.3">
94      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
95    </Reference>
96    <Reference Include="System" />
97    <Reference Include="System.Core">
98      <RequiredTargetFramework>3.5</RequiredTargetFramework>
99    </Reference>
100    <Reference Include="System.Runtime.Serialization">
101      <RequiredTargetFramework>3.0</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.ServiceModel">
104      <RequiredTargetFramework>3.0</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Transactions" />
107    <Reference Include="System.Xml.Linq">
108      <RequiredTargetFramework>3.5</RequiredTargetFramework>
109    </Reference>
110    <Reference Include="System.Data.DataSetExtensions">
111      <RequiredTargetFramework>3.5</RequiredTargetFramework>
112    </Reference>
113    <Reference Include="System.Data" />
114    <Reference Include="System.Xml" />
115  </ItemGroup>
116  <ItemGroup>
117    <Compile Include="ApplicationConstants.cs" />
118    <Compile Include="BusinessObjects\AppointmentDto.cs" />
119    <Compile Include="BusinessObjects\CachedHivePluginInfoDto.cs" />
120    <Compile Include="BusinessObjects\CalendarState.cs" />
121    <Compile Include="BusinessObjects\SlaveGroupDto.cs" />
122    <Compile Include="BusinessObjects\HivePluginFile.cs" />
123    <Compile Include="BusinessObjects\JobResultList.cs" />
124    <Compile Include="BusinessObjects\JobState.cs" />
125    <Compile Include="BusinessObjects\ResourceDto.cs" />
126    <Compile Include="BusinessObjects\SerializedJob.cs" />
127    <Compile Include="BusinessObjects\ProjectDto.cs" />
128    <Compile Include="BusinessObjects\HivePluginInfoDto.cs" />
129    <Compile Include="BusinessObjects\HeartBeatData.cs" />
130    <Compile Include="BusinessObjects\JobDto.cs" />
131    <Compile Include="BusinessObjects\JobResult.cs" />
132    <Compile Include="BusinessObjects\SerializedJobResult.cs" />
133    <Compile Include="BusinessObjects\SlaveState.cs" />
134    <Compile Include="BusinessObjects\UpTimeStatisticsDto.cs" />
135    <Compile Include="BusinessObjects\SlaveDto.cs" />
136    <Compile Include="BusinessObjects\SlaveConfigDto.cs" />
137    <Compile Include="BusinessObjects\SlaveGroupDtoList.cs" />
138    <Compile Include="RecurrentEvent.cs" />
139    <Compile Include="ResponseObjects\ResponseCalendar.cs" />
140    <Compile Include="MultiStream.cs" />
141    <Compile Include="Interfaces\ISlaveFacade.cs" />
142    <Compile Include="Interfaces\IExecutionEngineFacade.cs" />
143    <Compile Include="ResponseObjects\ResponseObject.cs" />
144    <Compile Include="Interfaces\ISlaveManager.cs" />
145    <Compile Include="Interfaces\IJobManager.cs" />
146    <Compile Include="Interfaces\ILifecycleManager.cs" />
147    <Compile Include="Interfaces\IServerConsoleFacade.cs" />
148    <Compile Include="MessageContainer.cs" />
149    <Compile Include="HeuristicLabHiveContractsPlugin.cs" />
150    <Compile Include="Interfaces\ISlaveCommunicator.cs" />
151    <Compile Include="Properties\AssemblyInfo.cs" />
152    <Compile Include="ResponseObjects\Response.cs" />
153    <Compile Include="ResponseObjects\ResponseHeartBeat.cs" />
154    <Compile Include="ResponseObjects\ResponseList.cs" />
155    <Compile Include="ResponseObjects\ResponseResultReceived.cs" />
156    <Compile Include="ResponseStatus.cs" />
157    <Compile Include="HiveRoles.cs" />
158    <Compile Include="StreamedObject.cs" />
159    <Compile Include="WcfSettings.cs" />
160  </ItemGroup>
161  <ItemGroup>
162    <None Include="HeuristicLab.snk" />
163    <None Include="Properties\AssemblyInfo.frame" />
164  </ItemGroup>
165  <ItemGroup>
166    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
167      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
168      <Name>HeuristicLab.DataAccess-3.3</Name>
169    </ProjectReference>
170  </ItemGroup>
171  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
172  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
173       Other similar extension points exist, see Microsoft.Common.targets.
174  <Target Name="BeforeBuild">
175  </Target>
176  <Target Name="AfterBuild">
177  </Target>
178  -->
179  <PropertyGroup>
180    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
181set ProjectDir=$(ProjectDir)
182set SolutionDir=$(SolutionDir)
183set Outdir=$(Outdir)
184
185call PreBuildEvent.cmd</PreBuildEvent>
186  </PropertyGroup>
187</Project>
Note: See TracBrowser for help on using the repository browser.