Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GP-MoveOperators/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj @ 8660

Last change on this file since 8660 was 8660, checked in by gkronber, 12 years ago

#1847 merged r8205:8635 from trunk into branch

File size: 9.0 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.SlaveCore</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.SlaveCore-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <TargetFrameworkProfile />
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>$(SolutionDir)\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>$(SolutionDir)\bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <DocumentationFile>
35    </DocumentationFile>
36    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
39    <DebugSymbols>true</DebugSymbols>
40    <OutputPath>$(SolutionDir)\bin\</OutputPath>
41    <DefineConstants>DEBUG;TRACE</DefineConstants>
42    <DebugType>full</DebugType>
43    <PlatformTarget>x86</PlatformTarget>
44    <ErrorReport>prompt</ErrorReport>
45    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
46  </PropertyGroup>
47  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
48    <OutputPath>$(SolutionDir)\bin\</OutputPath>
49    <DefineConstants>TRACE</DefineConstants>
50    <DocumentationFile>
51    </DocumentationFile>
52    <Optimize>true</Optimize>
53    <DebugType>pdbonly</DebugType>
54    <PlatformTarget>x86</PlatformTarget>
55    <ErrorReport>prompt</ErrorReport>
56    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
57  </PropertyGroup>
58  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
59    <DebugSymbols>true</DebugSymbols>
60    <OutputPath>$(SolutionDir)\bin\</OutputPath>
61    <DefineConstants>DEBUG;TRACE</DefineConstants>
62    <DebugType>full</DebugType>
63    <PlatformTarget>x64</PlatformTarget>
64    <ErrorReport>prompt</ErrorReport>
65    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
66  </PropertyGroup>
67  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
68    <OutputPath>$(SolutionDir)\bin\</OutputPath>
69    <DefineConstants>TRACE</DefineConstants>
70    <DocumentationFile>
71    </DocumentationFile>
72    <Optimize>true</Optimize>
73    <DebugType>pdbonly</DebugType>
74    <PlatformTarget>x64</PlatformTarget>
75    <ErrorReport>prompt</ErrorReport>
76    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
77  </PropertyGroup>
78  <PropertyGroup>
79    <SignAssembly>true</SignAssembly>
80  </PropertyGroup>
81  <PropertyGroup>
82    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
83  </PropertyGroup>
84  <ItemGroup>
85    <Reference Include="HeuristicLab.Clients.Common-3.3">
86      <HintPath>..\..\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
87      <Private>False</Private>
88    </Reference>
89    <Reference Include="HeuristicLab.Common-3.3">
90      <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
91      <Private>False</Private>
92    </Reference>
93    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
94      <HintPath>..\..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
95      <Private>False</Private>
96    </Reference>
97    <Reference Include="HeuristicLab.Core-3.3">
98      <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.Persistence-3.3">
102      <HintPath>..\..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
106      <HintPath>..\..\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
107      <Private>False</Private>
108    </Reference>
109    <Reference Include="HeuristicLab.Clients.Hive-3.3">
110      <HintPath>..\..\bin\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
111      <Private>False</Private>
112    </Reference>
113    <Reference Include="HeuristicLab.Hive-3.3">
114      <HintPath>..\..\bin\HeuristicLab.Hive-3.3.dll</HintPath>
115      <Private>False</Private>
116    </Reference>
117    <Reference Include="System" />
118    <Reference Include="System.Core" />
119    <Reference Include="System.Drawing" />
120    <Reference Include="System.Management" />
121    <Reference Include="System.Runtime.Serialization" />
122    <Reference Include="System.ServiceModel" />
123    <Reference Include="System.Xml.Linq" />
124    <Reference Include="System.Data.DataSetExtensions" />
125    <Reference Include="System.Data" />
126    <Reference Include="System.Xml" />
127  </ItemGroup>
128  <ItemGroup>
129    <Compile Include="Exceptions\TaskFailedException.cs" />
130    <Compile Include="Manager\ConfigManager.cs" />
131    <Compile Include="Exceptions\SerializationException.cs" />
132    <Compile Include="Exceptions\OutOfMemoryException.cs" />
133    <Compile Include="Exceptions\TaskNotRunningException.cs" />
134    <Compile Include="Exceptions\TaskAlreadyRunningException.cs" />
135    <Compile Include="Exceptions\TaskNotFoundException.cs" />
136    <Compile Include="Exceptions\TaskNotDataFoundException.cs" />
137    <Compile Include="ExecutorMessage.cs" />
138    <Compile Include="ExecutorQueue.cs" />
139    <Compile Include="IPluginProvider.cs" />
140    <Compile Include="Manager\EventLogManager.cs" />
141    <Compile Include="Manager\TaskManager.cs" />
142    <Compile Include="Exceptions\OutOfCoresException.cs" />
143    <Compile Include="Exceptions\AppDomainNotCreatedException.cs" />
144    <Compile Include="SlaveClientCom.cs" />
145    <Compile Include="Core.cs" />
146    <Compile Include="DummyListener.cs" />
147    <Compile Include="Executor.cs" />
148    <Compile Include="Manager\HeartbeatManager.cs" />
149    <Compile Include="Exceptions\InvalidStateException.cs" />
150    <Compile Include="TaskStatus.cs" />
151    <Compile Include="MessageQueue.cs" />
152    <Compile Include="NetworkEnum.cs" />
153    <Compile Include="Manager\PluginManager.cs" />
154    <Compile Include="Properties\Settings.Designer.cs">
155      <AutoGen>True</AutoGen>
156      <DesignTimeSharedInput>True</DesignTimeSharedInput>
157      <DependentUpon>Settings.settings</DependentUpon>
158    </Compile>
159    <Compile Include="ServiceContracts\ISlaveCommunication.cs" />
160    <Compile Include="ServiceContracts\ISlaveCommunicationCallbacks.cs" />
161    <Compile Include="SlaveCommunicationService.cs" />
162    <Compile Include="SlaveTask.cs" />
163    <Compile Include="SlaveStatusInfo.cs" />
164    <Compile Include="StatusCommons.cs" />
165    <Compile Include="WcfService.cs" />
166    <None Include="app.config" />
167    <None Include="Plugin.cs.frame" />
168    <Compile Include="Plugin.cs" />
169    <Compile Include="Properties\AssemblyInfo.cs" />
170    <None Include="Properties\AssemblyInfo.cs.frame" />
171    <None Include="Properties\Settings.settings">
172      <Generator>PublicSettingsSingleFileGenerator</Generator>
173      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
174    </None>
175  </ItemGroup>
176  <ItemGroup>
177    <None Include="HeuristicLab.snk" />
178  </ItemGroup>
179  <ItemGroup>
180    <Content Include="ICSharpCode.SharpZipLib License.txt">
181      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
182    </Content>
183  </ItemGroup>
184  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
185  <PropertyGroup>
186    <PostBuildEvent>
187    </PostBuildEvent>
188  </PropertyGroup>
189  <PropertyGroup>
190   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
191set ProjectDir=$(ProjectDir)
192set SolutionDir=$(SolutionDir)
193set Outdir=$(Outdir)
194
195call PreBuildEvent.cmd</PreBuildEvent>
196<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
197export ProjectDir=$(ProjectDir)
198export SolutionDir=$(SolutionDir)
199
200$SolutionDir/PreBuildEvent.sh
201</PreBuildEvent>
202  </PropertyGroup>
203  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
204       Other similar extension points exist, see Microsoft.Common.targets.
205  <Target Name="BeforeBuild">
206  </Target>
207  <Target Name="AfterBuild">
208  </Target>
209  -->
210</Project>
Note: See TracBrowser for help on using the repository browser.