Free cookie consent management tool by TermsFeed Policy Generator

source: branches/3.3-Hive/sources/HeuristicLab.Hive/HeuristicLab.Hive.Server.Console/3.3/HeuristicLab.Hive.Server.Console-3.3.csproj @ 4539

Last change on this file since 4539 was 4302, checked in by cneumuel, 14 years ago
  • made ServerConsole work with wsHttpBinding
  • applied role-base restrictions to all WCF-Services
  • made wcf-services work with certificates
  • renamed ExecutionEngineFacade to ClientFacade

(#1168)

File size: 12.6 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>{42A1D075-6C12-4DD9-B0C2-C6F5210A8119}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Hive.Server.ServerConsole</RootNamespace>
12    <AssemblyName>HeuristicLab.Hive.Server.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  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
25    <DebugSymbols>true</DebugSymbols>
26    <DebugType>full</DebugType>
27    <Optimize>false</Optimize>
28    <OutputPath>bin\Debug\</OutputPath>
29    <DefineConstants>DEBUG;TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
33  </PropertyGroup>
34  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35    <DebugType>pdbonly</DebugType>
36    <Optimize>true</Optimize>
37    <OutputPath>bin\Release\</OutputPath>
38    <DefineConstants>TRACE</DefineConstants>
39    <ErrorReport>prompt</ErrorReport>
40    <WarningLevel>4</WarningLevel>
41    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
42  </PropertyGroup>
43  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
44    <DebugSymbols>true</DebugSymbols>
45    <OutputPath>bin\Debug\</OutputPath>
46    <DefineConstants>DEBUG;TRACE</DefineConstants>
47    <DebugType>full</DebugType>
48    <PlatformTarget>x86</PlatformTarget>
49    <ErrorReport>prompt</ErrorReport>
50    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
51  </PropertyGroup>
52  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
53    <OutputPath>bin\x86\Release\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <Optimize>true</Optimize>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60  </PropertyGroup>
61  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
62    <DebugSymbols>true</DebugSymbols>
63    <OutputPath>bin\x64\Debug\</OutputPath>
64    <DefineConstants>DEBUG;TRACE</DefineConstants>
65    <DebugType>full</DebugType>
66    <PlatformTarget>x64</PlatformTarget>
67    <ErrorReport>prompt</ErrorReport>
68    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
71    <OutputPath>bin\x64\Release\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x64</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
78  </PropertyGroup>
79  <ItemGroup>
80    <Reference Include="HeuristicLab.Common-3.3">
81      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Common-3.3.dll</HintPath>
82    </Reference>
83    <Reference Include="HeuristicLab.Core-3.3">
84      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Core-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Persistence-3.3">
87      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Persistence-3.3.dll</HintPath>
88    </Reference>
89    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
90      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
91    </Reference>
92    <Reference Include="HeuristicLab.Tracing-3.3">
93      <HintPath>C:\Program Files\HeuristicLab 3.3\HeuristicLab.Tracing-3.3.dll</HintPath>
94    </Reference>
95    <Reference Include="System" />
96    <Reference Include="System.Core">
97      <RequiredTargetFramework>3.5</RequiredTargetFramework>
98    </Reference>
99    <Reference Include="System.DirectoryServices" />
100    <Reference Include="System.IdentityModel" />
101    <Reference Include="System.Runtime.Serialization" />
102    <Reference Include="System.ServiceModel">
103      <RequiredTargetFramework>3.0</RequiredTargetFramework>
104    </Reference>
105    <Reference Include="System.Xml.Linq">
106      <RequiredTargetFramework>3.5</RequiredTargetFramework>
107    </Reference>
108    <Reference Include="System.Data.DataSetExtensions">
109      <RequiredTargetFramework>3.5</RequiredTargetFramework>
110    </Reference>
111    <Reference Include="System.Data" />
112    <Reference Include="System.Deployment" />
113    <Reference Include="System.Drawing" />
114    <Reference Include="System.Windows.Forms" />
115    <Reference Include="System.Xml" />
116  </ItemGroup>
117  <ItemGroup>
118    <Compile Include="AddGroup.cs">
119      <SubType>Form</SubType>
120    </Compile>
121    <Compile Include="AddGroup.Designer.cs">
122      <DependentUpon>AddGroup.cs</DependentUpon>
123    </Compile>
124    <Compile Include="AddJobForm.cs">
125      <SubType>Form</SubType>
126    </Compile>
127    <Compile Include="AddJobForm.Designer.cs">
128      <DependentUpon>AddJobForm.cs</DependentUpon>
129    </Compile>
130    <Compile Include="AddProject.cs">
131      <SubType>Form</SubType>
132    </Compile>
133    <Compile Include="AddProject.designer.cs">
134      <DependentUpon>AddProject.cs</DependentUpon>
135    </Compile>
136    <Compile Include="CgCalendar.cs">
137      <SubType>Form</SubType>
138    </Compile>
139    <Compile Include="CgCalendar.Designer.cs">
140      <DependentUpon>CgCalendar.cs</DependentUpon>
141    </Compile>
142    <Compile Include="Changes.cs" />
143    <Compile Include="HiveServerConsole.cs">
144      <SubType>Form</SubType>
145    </Compile>
146    <Compile Include="HiveServerConsole.Designer.cs">
147      <DependentUpon>HiveServerConsole.cs</DependentUpon>
148    </Compile>
149    <Compile Include="HeuristicLabHiveClientConsoleApplication.cs" />
150    <Compile Include="HiveServerManagementConsole.cs">
151      <SubType>Form</SubType>
152    </Compile>
153    <Compile Include="HiveServerManagementConsole.Designer.cs">
154      <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
155    </Compile>
156    <Compile Include="HeuristicLabHiveClientConsolePlugin.cs" />
157    <Compile Include="JobDataFetcher.cs" />
158    <Compile Include="JobListView.cs">
159      <SubType>Component</SubType>
160    </Compile>
161    <Compile Include="JobListViewControl.cs">
162      <SubType>UserControl</SubType>
163    </Compile>
164    <Compile Include="JobListViewControl.Designer.cs">
165      <DependentUpon>JobListViewControl.cs</DependentUpon>
166    </Compile>
167    <Compile Include="LogonDlg.cs">
168      <SubType>Form</SubType>
169    </Compile>
170    <Compile Include="LogonDlg.Designer.cs">
171      <DependentUpon>LogonDlg.cs</DependentUpon>
172    </Compile>
173    <Compile Include="Properties\AssemblyInfo.cs" />
174    <EmbeddedResource Include="AddGroup.resx">
175      <DependentUpon>AddGroup.cs</DependentUpon>
176    </EmbeddedResource>
177    <EmbeddedResource Include="AddJobForm.resx">
178      <DependentUpon>AddJobForm.cs</DependentUpon>
179      <SubType>Designer</SubType>
180    </EmbeddedResource>
181    <EmbeddedResource Include="AddProject.resx">
182      <DependentUpon>AddProject.cs</DependentUpon>
183    </EmbeddedResource>
184    <EmbeddedResource Include="CgCalendar.resx">
185      <DependentUpon>CgCalendar.cs</DependentUpon>
186    </EmbeddedResource>
187    <EmbeddedResource Include="HiveServerConsole.resx">
188      <DependentUpon>HiveServerConsole.cs</DependentUpon>
189      <SubType>Designer</SubType>
190    </EmbeddedResource>
191    <EmbeddedResource Include="HiveServerManagementConsole.resx">
192      <DependentUpon>HiveServerManagementConsole.cs</DependentUpon>
193      <SubType>Designer</SubType>
194    </EmbeddedResource>
195    <EmbeddedResource Include="JobListView.resx">
196      <DependentUpon>JobListView.cs</DependentUpon>
197    </EmbeddedResource>
198    <EmbeddedResource Include="JobListViewControl.resx">
199      <DependentUpon>JobListViewControl.cs</DependentUpon>
200    </EmbeddedResource>
201    <EmbeddedResource Include="LogonDlg.resx">
202      <DependentUpon>LogonDlg.cs</DependentUpon>
203    </EmbeddedResource>
204    <EmbeddedResource Include="Properties\Resources.resx">
205      <Generator>ResXFileCodeGenerator</Generator>
206      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
207      <SubType>Designer</SubType>
208    </EmbeddedResource>
209    <EmbeddedResource Include="Recurrence.resx">
210      <DependentUpon>Recurrence.cs</DependentUpon>
211      <SubType>Designer</SubType>
212    </EmbeddedResource>
213    <Compile Include="Properties\Resources.Designer.cs">
214      <AutoGen>True</AutoGen>
215      <DependentUpon>Resources.resx</DependentUpon>
216      <DesignTime>True</DesignTime>
217    </Compile>
218    <None Include="app.config" />
219    <None Include="HeuristicLab.snk" />
220    <None Include="Properties\AssemblyInfo.frame" />
221    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.AppointmentDto.datasource" />
222    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.JobDto.datasource" />
223    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.JobResult.datasource" />
224    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.ProjectDto.datasource" />
225    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.SerializedJob.datasource" />
226    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.SlaveDto.datasource" />
227    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.SlaveGroupDto.datasource" />
228    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.BusinessObjects.UpTimeStatisticsDto.datasource" />
229    <None Include="Properties\DataSources\HeuristicLab.Hive.Contracts.ResponseObjects.Response.datasource" />
230    <None Include="Properties\Settings.settings">
231      <Generator>SettingsSingleFileGenerator</Generator>
232      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
233    </None>
234    <Compile Include="Properties\Settings.Designer.cs">
235      <AutoGen>True</AutoGen>
236      <DependentUpon>Settings.settings</DependentUpon>
237      <DesignTimeSharedInput>True</DesignTimeSharedInput>
238    </Compile>
239    <Compile Include="Recurrence.cs">
240      <SubType>Form</SubType>
241    </Compile>
242    <Compile Include="Recurrence.Designer.cs">
243      <DependentUpon>Recurrence.cs</DependentUpon>
244    </Compile>
245    <Compile Include="ServiceLocator.cs" />
246    <None Include="Tools\RecreateServiceConfig.bat" />
247  </ItemGroup>
248  <ItemGroup>
249    <ProjectReference Include="..\..\HeuristicLab.Calendar\3.3\HeuristicLab.Calendar-3.3.csproj">
250      <Project>{D17A4D6A-4CAA-4470-8A19-F42463C021FD}</Project>
251      <Name>HeuristicLab.Calendar-3.3</Name>
252    </ProjectReference>
253    <ProjectReference Include="..\..\HeuristicLab.DataAccess\3.3\HeuristicLab.DataAccess-3.3.csproj">
254      <Project>{9076697B-C151-46CD-95BC-1D059492B478}</Project>
255      <Name>HeuristicLab.DataAccess-3.3</Name>
256    </ProjectReference>
257    <ProjectReference Include="..\..\HeuristicLab.Hive.Contracts\3.3\HeuristicLab.Hive.Contracts-3.3.csproj">
258      <Project>{134F93D7-E7C8-4ECD-9923-7F63259A60D8}</Project>
259      <Name>HeuristicLab.Hive.Contracts-3.3</Name>
260    </ProjectReference>
261    <ProjectReference Include="..\..\HeuristicLab.Hive.JobBase\3.3\HeuristicLab.Hive.JobBase-3.3.csproj">
262      <Project>{21187322-52DD-4243-80A4-A85F0263E63B}</Project>
263      <Name>HeuristicLab.Hive.JobBase-3.3</Name>
264    </ProjectReference>
265  </ItemGroup>
266  <ItemGroup>
267    <WCFMetadata Include="Service References\" />
268  </ItemGroup>
269  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
270  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
271       Other similar extension points exist, see Microsoft.Common.targets.
272  <Target Name="BeforeBuild">
273  </Target>
274  <Target Name="AfterBuild">
275  </Target>
276  -->
277  <PropertyGroup>
278    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
279set ProjectDir=$(ProjectDir)
280set SolutionDir=$(SolutionDir)
281set Outdir=$(Outdir)
282
283call PreBuildEvent.cmd</PreBuildEvent>
284  </PropertyGroup>
285</Project>
Note: See TracBrowser for help on using the repository browser.