Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive-3.3/sources/HeuristicLab.Hive/HeuristicLab.Hive.Slave.Console/3.3/HeuristicLab.Hive.Slave.Console-3.3.csproj @ 5093

Last change on this file since 5093 was 5093, checked in by cneumuel, 13 years ago

#1260

  • moved all state-information into lifecycleManager
  • changed isolation level for transactions to ReadCommited
  • made currentlyFetching-status on slave more rubust
  • made LogServiceReader more rubust
File size: 11.7 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>{8B14A35E-DBDF-43EB-B019-23E9FBC5A35E}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Slave.Console</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Slave.Console-3.3</AssemblyName>
13    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <SignAssembly>true</SignAssembly>
16    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
17    <StartupObject>
18    </StartupObject>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <TargetFrameworkProfile />
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26    <DebugSymbols>true</DebugSymbols>
27    <DebugType>full</DebugType>
28    <Optimize>false</Optimize>
29    <OutputPath>bin\Debug\</OutputPath>
30    <DefineConstants>TRACE;DEBUG</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
34  </PropertyGroup>
35  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
36    <DebugType>pdbonly</DebugType>
37    <Optimize>true</Optimize>
38    <OutputPath>bin\Release\</OutputPath>
39    <DefineConstants>TRACE</DefineConstants>
40    <ErrorReport>prompt</ErrorReport>
41    <WarningLevel>4</WarningLevel>
42    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
43  </PropertyGroup>
44  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
45    <DebugSymbols>true</DebugSymbols>
46    <OutputPath>bin\Debug\</OutputPath>
47    <DefineConstants>DEBUG;TRACE</DefineConstants>
48    <DebugType>full</DebugType>
49    <PlatformTarget>x86</PlatformTarget>
50    <ErrorReport>prompt</ErrorReport>
51    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
52  </PropertyGroup>
53  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
54    <OutputPath>bin\x86\Release\</OutputPath>
55    <DefineConstants>TRACE</DefineConstants>
56    <Optimize>true</Optimize>
57    <DebugType>pdbonly</DebugType>
58    <PlatformTarget>x86</PlatformTarget>
59    <ErrorReport>prompt</ErrorReport>
60    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>bin\x64\Debug\</OutputPath>
65    <DefineConstants>TRACE;DEBUG</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70  </PropertyGroup>
71  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
72    <OutputPath>bin\x64\Release\</OutputPath>
73    <DefineConstants>TRACE</DefineConstants>
74    <Optimize>true</Optimize>
75    <DebugType>pdbonly</DebugType>
76    <PlatformTarget>x64</PlatformTarget>
77    <ErrorReport>prompt</ErrorReport>
78    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
79  </PropertyGroup>
80  <ItemGroup>
81    <Reference Include="HeuristicLab.Clients.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
82      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
83    </Reference>
84    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
85      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
86    </Reference>
87    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
88      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-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="System" />
94    <Reference Include="System.Core">
95      <RequiredTargetFramework>3.5</RequiredTargetFramework>
96    </Reference>
97    <Reference Include="System.Runtime.Serialization">
98      <RequiredTargetFramework>3.0</RequiredTargetFramework>
99    </Reference>
100    <Reference Include="System.ServiceModel">
101      <RequiredTargetFramework>3.0</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Xml.Linq">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data.DataSetExtensions">
107      <RequiredTargetFramework>3.5</RequiredTargetFramework>
108    </Reference>
109    <Reference Include="System.Data" />
110    <Reference Include="System.Deployment" />
111    <Reference Include="System.Drawing" />
112    <Reference Include="System.Windows.Forms" />
113    <Reference Include="System.Xml" />
114    <Reference Include="ZedGraph, Version=5.1.4.31904, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
115      <SpecificVersion>False</SpecificVersion>
116      <HintPath>.\ZedGraph.dll</HintPath>
117    </Reference>
118  </ItemGroup>
119  <ItemGroup>
120    <None Include="HeuristicLabHiveSlaveConsolePlugin.cs.frame" />
121    <Compile Include="HiveSlaveConsole.cs">
122      <SubType>Form</SubType>
123    </Compile>
124    <Compile Include="HiveSlaveConsole.designer.cs">
125      <DependentUpon>HiveSlaveConsole.cs</DependentUpon>
126    </Compile>
127    <Compile Include="HeuristicLabHiveSlaveConsolePlugin.cs" />
128    <Compile Include="HeuristicLabHiveSlaveConsoleApplication.cs" />
129    <Compile Include="ILogReader.cs" />
130    <Compile Include="LogFileReader.cs" />
131    <Compile Include="LogServiceReader.cs" />
132    <Compile Include="Properties\AssemblyInfo.cs" />
133    <Compile Include="Service References\SlaveConsoleService\Reference.cs">
134      <AutoGen>True</AutoGen>
135      <DesignTime>True</DesignTime>
136      <DependentUpon>Reference.svcmap</DependentUpon>
137    </Compile>
138    <EmbeddedResource Include="HiveSlaveConsole.resx">
139      <DependentUpon>HiveSlaveConsole.cs</DependentUpon>
140      <SubType>Designer</SubType>
141    </EmbeddedResource>
142    <EmbeddedResource Include="Properties\Resources.resx">
143      <Generator>ResXFileCodeGenerator</Generator>
144      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
145      <SubType>Designer</SubType>
146    </EmbeddedResource>
147    <EmbeddedResource Include="Recurrence.resx">
148      <DependentUpon>Recurrence.cs</DependentUpon>
149      <SubType>Designer</SubType>
150    </EmbeddedResource>
151    <Compile Include="Properties\Resources.Designer.cs">
152      <AutoGen>True</AutoGen>
153      <DependentUpon>Resources.resx</DependentUpon>
154      <DesignTime>True</DesignTime>
155    </Compile>
156    <None Include="app.config" />
157    <None Include="HeuristicLab.snk" />
158    <None Include="Properties\AssemblyInfo.cs.frame" />
159    <None Include="Properties\DataSources\HeuristicLab.Calendar.Appointment.datasource" />
160    <None Include="Properties\Settings.settings">
161      <Generator>SettingsSingleFileGenerator</Generator>
162      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
163    </None>
164    <Compile Include="Properties\Settings.Designer.cs">
165      <AutoGen>True</AutoGen>
166      <DependentUpon>Settings.settings</DependentUpon>
167      <DesignTimeSharedInput>True</DesignTimeSharedInput>
168    </Compile>
169    <Compile Include="Recurrence.cs">
170      <SubType>Form</SubType>
171    </Compile>
172    <Compile Include="Recurrence.Designer.cs">
173      <DependentUpon>Recurrence.cs</DependentUpon>
174    </Compile>
175    <None Include="Service References\SlaveConsoleService\Arrays.xsd">
176      <SubType>Designer</SubType>
177    </None>
178    <None Include="Service References\SlaveConsoleService\HeuristicLab.Calendar.xsd">
179      <SubType>Designer</SubType>
180    </None>
181    <None Include="Service References\SlaveConsoleService\HeuristicLab.Hive.Slave.Common.xsd">
182      <SubType>Designer</SubType>
183    </None>
184    <None Include="Service References\SlaveConsoleService\HeuristicLab.Hive.Slave.Console.SlaveConsoleService.StatusCommons.datasource">
185      <DependentUpon>Reference.svcmap</DependentUpon>
186    </None>
187    <None Include="Service References\SlaveConsoleService\HeuristicLab.Hive.Slave.Core.SlaveConsoleService.xsd">
188      <SubType>Designer</SubType>
189    </None>
190    <None Include="Service References\SlaveConsoleService\service.wsdl" />
191    <None Include="Service References\SlaveConsoleService\service.xsd">
192      <SubType>Designer</SubType>
193    </None>
194    <None Include="Service References\SlaveConsoleService\service1.xsd">
195      <SubType>Designer</SubType>
196    </None>
197    <None Include="Service References\SlaveConsoleService\System.Drawing.xsd">
198      <SubType>Designer</SubType>
199    </None>
200  </ItemGroup>
201  <ItemGroup>
202    <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj">
203      <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project>
204      <Name>HeuristicLab.Calendar-3.3</Name>
205    </ProjectReference>
206    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
207      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
208      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
209    </ProjectReference>
210    <ProjectReference Include="..\..\HeuristicLab.Hive.Slave.Core\3.3\HeuristicLab.Hive.Slave.Core-3.3.csproj">
211      <Project>{5010BD86-23B7-4F8C-888A-76D21AD5266A}</Project>
212      <Name>HeuristicLab.Hive.Slave.Core-3.3</Name>
213    </ProjectReference>
214  </ItemGroup>
215  <ItemGroup>
216    <WCFMetadata Include="Service References\" />
217  </ItemGroup>
218  <ItemGroup>
219    <None Include="Resources\schedule.jpg" />
220  </ItemGroup>
221  <ItemGroup>
222    <None Include="Properties\DataSources\Calendar.Appointment.datasource" />
223  </ItemGroup>
224  <ItemGroup>
225    <None Include="Resources\Disaster-warning-48.png" />
226  </ItemGroup>
227  <ItemGroup>
228    <None Include="Resources\Global-network-48.png" />
229  </ItemGroup>
230  <ItemGroup>
231    <None Include="Resources\exit-48.png" />
232  </ItemGroup>
233  <ItemGroup>
234    <WCFMetadataStorage Include="Service References\SlaveConsoleService\" />
235  </ItemGroup>
236  <ItemGroup>
237    <None Include="Service References\SlaveConsoleService\configuration91.svcinfo" />
238  </ItemGroup>
239  <ItemGroup>
240    <None Include="Service References\SlaveConsoleService\configuration.svcinfo" />
241  </ItemGroup>
242  <ItemGroup>
243    <None Include="Service References\SlaveConsoleService\Reference.svcmap">
244      <Generator>WCF Proxy Generator</Generator>
245      <LastGenOutput>Reference.cs</LastGenOutput>
246    </None>
247  </ItemGroup>
248  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
249  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
250       Other similar extension points exist, see Microsoft.Common.targets.
251  <Target Name="BeforeBuild">
252  </Target>
253  <Target Name="AfterBuild">
254  </Target>
255  -->
256  <PropertyGroup>
257    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
258set ProjectDir=$(ProjectDir)
259set SolutionDir=$(SolutionDir)
260set Outdir=$(Outdir)
261
262call PreBuildEvent.cmd</PreBuildEvent>
263  </PropertyGroup>
264</Project>
Note: See TracBrowser for help on using the repository browser.