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 @ 5048

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

#1260

  • custom configuration file is now deployed on slaves
  • made plugin distribution process more robust
  • fixed bug: slave assemblies are required in each sandbox appdomain
  • cleaned up some configuration elements in slave console client
  • fixed wrong path for locally persisted jobs
File size: 11.1 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.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
82      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
83    </Reference>
84    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
85      <HintPath>..\..\..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
86    </Reference>
87    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
88      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="System" />
91    <Reference Include="System.Core">
92      <RequiredTargetFramework>3.5</RequiredTargetFramework>
93    </Reference>
94    <Reference Include="System.Runtime.Serialization">
95      <RequiredTargetFramework>3.0</RequiredTargetFramework>
96    </Reference>
97    <Reference Include="System.ServiceModel">
98      <RequiredTargetFramework>3.0</RequiredTargetFramework>
99    </Reference>
100    <Reference Include="System.Xml.Linq">
101      <RequiredTargetFramework>3.5</RequiredTargetFramework>
102    </Reference>
103    <Reference Include="System.Data.DataSetExtensions">
104      <RequiredTargetFramework>3.5</RequiredTargetFramework>
105    </Reference>
106    <Reference Include="System.Data" />
107    <Reference Include="System.Deployment" />
108    <Reference Include="System.Drawing" />
109    <Reference Include="System.Windows.Forms" />
110    <Reference Include="System.Xml" />
111    <Reference Include="ZedGraph, Version=5.1.4.31904, Culture=neutral, PublicKeyToken=02a83cbd123fcd60, processorArchitecture=MSIL">
112      <SpecificVersion>False</SpecificVersion>
113      <HintPath>.\ZedGraph.dll</HintPath>
114    </Reference>
115  </ItemGroup>
116  <ItemGroup>
117    <None Include="HeuristicLabHiveSlaveConsolePlugin.cs.frame" />
118    <Compile Include="HiveSlaveConsole.cs">
119      <SubType>Form</SubType>
120    </Compile>
121    <Compile Include="HiveSlaveConsole.designer.cs">
122      <DependentUpon>HiveSlaveConsole.cs</DependentUpon>
123    </Compile>
124    <Compile Include="HeuristicLabHiveSlaveConsolePlugin.cs" />
125    <Compile Include="HeuristicLabHiveSlaveConsoleApplication.cs" />
126    <Compile Include="ILogReader.cs" />
127    <Compile Include="LogFileReader.cs" />
128    <Compile Include="LogServiceReader.cs" />
129    <Compile Include="Properties\AssemblyInfo.cs" />
130    <Compile Include="Service References\SlaveConsoleService\Reference.cs">
131      <AutoGen>True</AutoGen>
132      <DesignTime>True</DesignTime>
133      <DependentUpon>Reference.svcmap</DependentUpon>
134    </Compile>
135    <EmbeddedResource Include="HiveSlaveConsole.resx">
136      <DependentUpon>HiveSlaveConsole.cs</DependentUpon>
137      <SubType>Designer</SubType>
138    </EmbeddedResource>
139    <EmbeddedResource Include="Properties\Resources.resx">
140      <Generator>ResXFileCodeGenerator</Generator>
141      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
142      <SubType>Designer</SubType>
143    </EmbeddedResource>
144    <EmbeddedResource Include="Recurrence.resx">
145      <DependentUpon>Recurrence.cs</DependentUpon>
146      <SubType>Designer</SubType>
147    </EmbeddedResource>
148    <Compile Include="Properties\Resources.Designer.cs">
149      <AutoGen>True</AutoGen>
150      <DependentUpon>Resources.resx</DependentUpon>
151      <DesignTime>True</DesignTime>
152    </Compile>
153    <None Include="app.config" />
154    <None Include="HeuristicLab.snk" />
155    <None Include="Properties\AssemblyInfo.frame" />
156    <None Include="Properties\DataSources\HeuristicLab.Calendar.Appointment.datasource" />
157    <None Include="Properties\Settings.settings">
158      <Generator>SettingsSingleFileGenerator</Generator>
159      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
160    </None>
161    <Compile Include="Properties\Settings.Designer.cs">
162      <AutoGen>True</AutoGen>
163      <DependentUpon>Settings.settings</DependentUpon>
164      <DesignTimeSharedInput>True</DesignTimeSharedInput>
165    </Compile>
166    <Compile Include="Recurrence.cs">
167      <SubType>Form</SubType>
168    </Compile>
169    <Compile Include="Recurrence.Designer.cs">
170      <DependentUpon>Recurrence.cs</DependentUpon>
171    </Compile>
172    <None Include="Service References\SlaveConsoleService\Arrays.xsd">
173      <SubType>Designer</SubType>
174    </None>
175    <None Include="Service References\SlaveConsoleService\HeuristicLab.Calendar.xsd">
176      <SubType>Designer</SubType>
177    </None>
178    <None Include="Service References\SlaveConsoleService\HeuristicLab.Hive.Slave.Common.xsd">
179      <SubType>Designer</SubType>
180    </None>
181    <None Include="Service References\SlaveConsoleService\HeuristicLab.Hive.Slave.Console.SlaveConsoleService.StatusCommons.datasource">
182      <DependentUpon>Reference.svcmap</DependentUpon>
183    </None>
184    <None Include="Service References\SlaveConsoleService\HeuristicLab.Hive.Slave.Core.SlaveConsoleService.xsd">
185      <SubType>Designer</SubType>
186    </None>
187    <None Include="Service References\SlaveConsoleService\service.wsdl" />
188    <None Include="Service References\SlaveConsoleService\service.xsd">
189      <SubType>Designer</SubType>
190    </None>
191    <None Include="Service References\SlaveConsoleService\service1.xsd">
192      <SubType>Designer</SubType>
193    </None>
194    <None Include="Service References\SlaveConsoleService\System.Drawing.xsd">
195      <SubType>Designer</SubType>
196    </None>
197  </ItemGroup>
198  <ItemGroup>
199    <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj">
200      <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project>
201      <Name>HeuristicLab.Calendar-3.3</Name>
202    </ProjectReference>
203    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
204      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
205      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
206    </ProjectReference>
207  </ItemGroup>
208  <ItemGroup>
209    <WCFMetadata Include="Service References\" />
210  </ItemGroup>
211  <ItemGroup>
212    <None Include="Resources\schedule.jpg" />
213  </ItemGroup>
214  <ItemGroup>
215    <None Include="Properties\DataSources\Calendar.Appointment.datasource" />
216  </ItemGroup>
217  <ItemGroup>
218    <None Include="Resources\Disaster-warning-48.png" />
219  </ItemGroup>
220  <ItemGroup>
221    <None Include="Resources\Global-network-48.png" />
222  </ItemGroup>
223  <ItemGroup>
224    <None Include="Resources\exit-48.png" />
225  </ItemGroup>
226  <ItemGroup>
227    <WCFMetadataStorage Include="Service References\SlaveConsoleService\" />
228  </ItemGroup>
229  <ItemGroup>
230    <None Include="Service References\SlaveConsoleService\configuration91.svcinfo" />
231  </ItemGroup>
232  <ItemGroup>
233    <None Include="Service References\SlaveConsoleService\configuration.svcinfo" />
234  </ItemGroup>
235  <ItemGroup>
236    <None Include="Service References\SlaveConsoleService\Reference.svcmap">
237      <Generator>WCF Proxy Generator</Generator>
238      <LastGenOutput>Reference.cs</LastGenOutput>
239    </None>
240  </ItemGroup>
241  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
242  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
243       Other similar extension points exist, see Microsoft.Common.targets.
244  <Target Name="BeforeBuild">
245  </Target>
246  <Target Name="AfterBuild">
247  </Target>
248  -->
249  <PropertyGroup>
250    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
251set ProjectDir=$(ProjectDir)
252set SolutionDir=$(SolutionDir)
253set Outdir=$(Outdir)
254
255call PreBuildEvent.cmd</PreBuildEvent>
256  </PropertyGroup>
257</Project>
Note: See TracBrowser for help on using the repository browser.