Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-HiveMigration/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Core/3.3/HeuristicLab.Hive.Slave.Core-3.3.csproj @ 4320

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

made slave-console service configurable via xml

File size: 9.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>{5010BD86-23B7-4F8C-888A-76D21AD5266A}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Slave.Core</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Slave.Core-3.3</AssemblyName>
13    <ProjectTypeGuids>{3D9AD99F-2412-4246-B90B-4EAA41C64699};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
15    <FileAlignment>512</FileAlignment>
16    <SignAssembly>true</SignAssembly>
17    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
18    <FileUpgradeFlags>
19    </FileUpgradeFlags>
20    <OldToolsVersion>3.5</OldToolsVersion>
21    <UpgradeBackupLocation />
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.Common-3.3">
80      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
81    </Reference>
82    <Reference Include="HeuristicLab.Core-3.3">
83      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
84    </Reference>
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="SlaveConsoleService\SlaveConsoleCommunicator.cs" />
112    <Compile Include="SlaveConsoleService\SlaveConsoleServer.cs" />
113    <Compile Include="SlaveConsoleService\Interfaces\ISlaveConsoleCommunicator.cs" />
114    <Compile Include="SlaveConsoleService\TransferObjects\ConnectionContainer.cs" />
115    <Compile Include="SlaveConsoleService\TransferObjects\JobStatus.cs" />
116    <Compile Include="SlaveConsoleService\TransferObjects\StatusCommons.cs" />
117    <Compile Include="ConfigurationManager\AppointmentContainer.cs" />
118    <Compile Include="ConfigurationManager\SlaveStatusInfo.cs" />
119    <Compile Include="ConfigurationManager\ConfigManager.cs" />
120    <Compile Include="ConfigurationManager\UptimeManager.cs" />
121    <Compile Include="Core.cs" />
122    <Compile Include="HeuristicLabHiveSlaveCoreApplication.cs" />
123    <Compile Include="HeuristicLabHiveSlaveCorePlugin.cs" />
124    <Compile Include="HeartbeatManager.cs" />
125    <Compile Include="JobStorage\JobStorageInfo.cs" />
126    <Compile Include="JobStorage\JobStorageManager.cs" />
127    <Compile Include="PluginCache.cs" />
128    <Compile Include="Properties\AssemblyInfo.cs" />
129    <Compile Include="Properties\Settings.Designer.cs">
130      <AutoGen>True</AutoGen>
131      <DesignTimeSharedInput>True</DesignTimeSharedInput>
132      <DependentUpon>Settings.settings</DependentUpon>
133    </Compile>
134    <Compile Include="Settings.cs" />
135  </ItemGroup>
136  <ItemGroup>
137    <None Include="app.config" />
138    <None Include="HeuristicLab.snk" />
139    <None Include="Properties\AssemblyInfo.frame" />
140    <None Include="Properties\Settings.settings">
141      <Generator>PublicSettingsSingleFileGenerator</Generator>
142      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
143    </None>
144  </ItemGroup>
145  <ItemGroup>
146    <WCFMetadata Include="Service References\" />
147  </ItemGroup>
148  <ItemGroup>
149    <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj">
150      <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project>
151      <Name>HeuristicLab.Calendar-3.3</Name>
152    </ProjectReference>
153    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
154      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
155      <Name>HeuristicLab.DataAccess-3.3</Name>
156    </ProjectReference>
157    <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.Common\3.3\HeuristicLab.Hive.Slave.Common-3.3.csproj">
158      <Project>{89F4BC52-C174-481E-9BD2-3814171020E8}</Project>
159      <Name>HeuristicLab.Hive.Slave.Common-3.3</Name>
160    </ProjectReference>
161    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
162      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
163      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
164    </ProjectReference>
165    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
166      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
167      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
168    </ProjectReference>
169    <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.Communication\3.3\HeuristicLab.Hive.Slave.Communication-3.3.csproj">
170      <Project>{AEB51212-CDBA-4FC6-A2EE-02359AA53ECE}</Project>
171      <Name>HeuristicLab.Hive.Slave.Communication-3.3</Name>
172    </ProjectReference>
173    <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.ExecutionEngine\3.3\HeuristicLab.Hive.Slave.ExecutionEngine-3.3.csproj">
174      <Project>{1605256A-1CB3-44AB-AAFF-577093EE5789}</Project>
175      <Name>HeuristicLab.Hive.Slave.ExecutionEngine-3.3</Name>
176    </ProjectReference>
177  </ItemGroup>
178  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
179  <ProjectExtensions>
180    <VisualStudio>
181      <FlavorProperties GUID="{3D9AD99F-2412-4246-B90B-4EAA41C64699}">
182        <WcfProjectProperties>
183          <AutoStart>False</AutoStart>
184        </WcfProjectProperties>
185      </FlavorProperties>
186    </VisualStudio>
187  </ProjectExtensions>
188  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
189       Other similar extension points exist, see Microsoft.Common.targets.
190  <Target Name="BeforeBuild">
191  </Target>
192  <Target Name="AfterBuild">
193  </Target>
194  -->
195  <PropertyGroup>
196    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
197set ProjectDir=$(ProjectDir)
198set SolutionDir=$(SolutionDir)
199set Outdir=$(Outdir)
200
201call PreBuildEvent.cmd</PreBuildEvent>
202  </PropertyGroup>
203</Project>
Note: See TracBrowser for help on using the repository browser.