Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.4/sources/HeuristicLab.Clients.Hive.Slave/3.3/HeuristicLab.Clients.Hive.Slave-3.3.csproj @ 6945

Last change on this file since 6945 was 6945, checked in by ascheibe, 12 years ago

#1233 slave: catch more errors and log them to the windows event log

File size: 9.8 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>..\..\..\..\..\trunk\sources\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>..\..\..\..\..\trunk\sources\bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <PropertyGroup>
35    <SignAssembly>true</SignAssembly>
36  </PropertyGroup>
37  <PropertyGroup>
38    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
39  </PropertyGroup>
40  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>bin\x86\Debug\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x86</PlatformTarget>
46    <CodeAnalysisLogFile>bin\Debug\HeuristicLab.Clients.Hive.Slave-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
47    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
48    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
51    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
52    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
53    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
54    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
55  </PropertyGroup>
56  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
57    <OutputPath>bin\x86\Release\</OutputPath>
58    <DefineConstants>TRACE</DefineConstants>
59    <Optimize>true</Optimize>
60    <DebugType>pdbonly</DebugType>
61    <PlatformTarget>x86</PlatformTarget>
62    <CodeAnalysisLogFile>bin\Release\HeuristicLab.Clients.Hive.Slave-3.4.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
63    <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
64    <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
65    <ErrorReport>prompt</ErrorReport>
66    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
67    <CodeAnalysisRuleSetDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
68    <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
69    <CodeAnalysisRuleDirectories>;C:\Program Files (x86)\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
70    <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
71  </PropertyGroup>
72  <ItemGroup>
73    <Reference Include="HeuristicLab.Clients.Common-3.3">
74      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
75      <Private>False</Private>
76    </Reference>
77    <Reference Include="HeuristicLab.Common-3.3">
78      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
82      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common.Resources-3.3.dll</HintPath>
83      <Private>False</Private>
84    </Reference>
85    <Reference Include="HeuristicLab.Core-3.3">
86      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
87      <Private>False</Private>
88    </Reference>
89    <Reference Include="HeuristicLab.Persistence-3.3">
90      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
91      <Private>False</Private>
92    </Reference>
93    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
94      <HintPath>..\..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
95      <Private>False</Private>
96    </Reference>
97    <Reference Include="System" />
98    <Reference Include="System.Core" />
99    <Reference Include="System.Drawing" />
100    <Reference Include="System.Management" />
101    <Reference Include="System.Runtime.Serialization" />
102    <Reference Include="System.ServiceModel" />
103    <Reference Include="System.Xml.Linq" />
104    <Reference Include="System.Data.DataSetExtensions" />
105    <Reference Include="System.Data" />
106    <Reference Include="System.Xml" />
107  </ItemGroup>
108  <ItemGroup>
109    <Compile Include="Exceptions\TaskFailedException.cs" />
110    <Compile Include="Manager\ConfigManager.cs" />
111    <Compile Include="Exceptions\SerializationException.cs" />
112    <Compile Include="Exceptions\OutOfMemoryException.cs" />
113    <Compile Include="Exceptions\TaskNotRunningException.cs" />
114    <Compile Include="Exceptions\TaskAlreadyRunningException.cs" />
115    <Compile Include="Exceptions\TaskNotFoundException.cs" />
116    <Compile Include="Exceptions\TaskNotDataFoundException.cs" />
117    <Compile Include="ExecutorMessage.cs" />
118    <Compile Include="ExecutorQueue.cs" />
119    <Compile Include="IPluginProvider.cs" />
120    <Compile Include="Manager\EventLogManager.cs" />
121    <Compile Include="Manager\TaskManager.cs" />
122    <Compile Include="Exceptions\OutOfCoresException.cs" />
123    <Compile Include="Exceptions\AppDomainNotCreatedException.cs" />
124    <Compile Include="SlaveClientCom.cs" />
125    <Compile Include="Core.cs" />
126    <Compile Include="DummyListener.cs" />
127    <Compile Include="Executor.cs" />
128    <Compile Include="Manager\HeartbeatManager.cs" />
129    <Compile Include="Exceptions\InvalidStateException.cs" />
130    <Compile Include="TaskStatus.cs" />
131    <Compile Include="MessageQueue.cs" />
132    <Compile Include="NetworkEnum.cs" />
133    <Compile Include="Manager\PluginManager.cs" />
134    <Compile Include="Properties\Settings.Designer.cs">
135      <AutoGen>True</AutoGen>
136      <DesignTimeSharedInput>True</DesignTimeSharedInput>
137      <DependentUpon>Settings.settings</DependentUpon>
138    </Compile>
139    <Compile Include="ServiceContracts\ISlaveCommunication.cs" />
140    <Compile Include="ServiceContracts\ISlaveCommunicationCallbacks.cs" />
141    <Compile Include="SlaveCommunicationService.cs" />
142    <Compile Include="SlaveTask.cs" />
143    <Compile Include="SlaveStatusInfo.cs" />
144    <Compile Include="StatusCommons.cs" />
145    <Compile Include="WcfService.cs" />
146    <None Include="app.config" />
147    <None Include="app_ascheibe.config" />
148    <None Include="app_f005pc.config" />
149    <None Include="app_services.config" />
150    <None Include="Plugin.cs.frame" />
151    <Compile Include="Plugin.cs" />
152    <Compile Include="Properties\AssemblyInfo.cs" />
153    <None Include="Properties\AssemblyInfo.cs.frame" />
154    <None Include="Properties\Settings.settings">
155      <Generator>PublicSettingsSingleFileGenerator</Generator>
156      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
157    </None>
158  </ItemGroup>
159  <ItemGroup>
160    <None Include="HeuristicLab.snk" />
161  </ItemGroup>
162  <ItemGroup>
163    <ProjectReference Include="..\..\HeuristicLab.Clients.Hive\3.3\HeuristicLab.Clients.Hive-3.3.csproj">
164      <Project>{B5EF1E5A-9F3D-40B9-B4B0-30AADF2E2CEB}</Project>
165      <Name>HeuristicLab.Clients.Hive-3.3</Name>
166      <Private>False</Private>
167    </ProjectReference>
168    <ProjectReference Include="..\..\HeuristicLab.Hive\3.3\HeuristicLab.Hive-3.3.csproj">
169      <Project>{F98A1740-9AC9-4D36-A582-6A2D0D06978D}</Project>
170      <Name>HeuristicLab.Hive-3.3</Name>
171      <Private>False</Private>
172    </ProjectReference>
173  </ItemGroup>
174  <ItemGroup>
175    <Content Include="ICSharpCode.SharpZipLib License.txt">
176      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
177    </Content>
178  </ItemGroup>
179  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
180  <PropertyGroup>
181    <PostBuildEvent>
182    </PostBuildEvent>
183  </PropertyGroup>
184  <PropertyGroup>
185    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
186set ProjectDir=$(ProjectDir)
187set SolutionDir=$(SolutionDir)
188set Outdir=$(Outdir)
189
190call PreBuildEvent.cmd</PreBuildEvent>
191  </PropertyGroup>
192  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
193       Other similar extension points exist, see Microsoft.Common.targets.
194  <Target Name="BeforeBuild">
195  </Target>
196  <Target Name="AfterBuild">
197  </Target>
198  -->
199</Project>
Note: See TracBrowser for help on using the repository browser.