Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB (trunk integration)/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj @ 7349

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

#1174 some minor changes:

  • set the database location to the default location of SQL Server 2008R2 in the Create OKB script
  • added the certificate key of my machine to the client app.config
  • added OKB roles
File size: 18.2 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>{73857A9C-9706-4B72-8D9C-210B5B6A5691}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.OKB</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.OKB-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  <ItemGroup>
41    <Reference Include="HeuristicLab.Clients.Common-3.3">
42      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Clients.Common-3.3.dll</HintPath>
43      <Private>False</Private>
44    </Reference>
45    <Reference Include="HeuristicLab.Collections-3.3">
46      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
47      <Private>False</Private>
48    </Reference>
49    <Reference Include="HeuristicLab.Common-3.3">
50      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
51      <Private>False</Private>
52    </Reference>
53    <Reference Include="HeuristicLab.Common.Resources-3.3">
54      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
55      <Private>False</Private>
56    </Reference>
57    <Reference Include="HeuristicLab.Core-3.3">
58      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
59      <Private>False</Private>
60    </Reference>
61    <Reference Include="HeuristicLab.Core.Views-3.3">
62      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core.Views-3.3.dll</HintPath>
63      <Private>False</Private>
64    </Reference>
65    <Reference Include="HeuristicLab.Data-3.3">
66      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
67      <Private>False</Private>
68    </Reference>
69    <Reference Include="HeuristicLab.MainForm-3.3">
70      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm-3.3.dll</HintPath>
71      <Private>False</Private>
72    </Reference>
73    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
74      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
75      <Private>False</Private>
76    </Reference>
77    <Reference Include="HeuristicLab.Operators-3.3">
78      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="HeuristicLab.Optimization-3.3">
82      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
83      <Private>False</Private>
84    </Reference>
85    <Reference Include="HeuristicLab.Optimization.Views-3.3">
86      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Views-3.3.dll</HintPath>
87      <Private>False</Private>
88    </Reference>
89    <Reference Include="HeuristicLab.Optimizer-3.3">
90      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimizer-3.3.dll</HintPath>
91      <Private>False</Private>
92    </Reference>
93    <Reference Include="HeuristicLab.Parameters-3.3">
94      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
95      <Private>False</Private>
96    </Reference>
97    <Reference Include="HeuristicLab.Persistence-3.3">
98      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
102      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
103      <Private>False</Private>
104    </Reference>
105    <Reference Include="System" />
106    <Reference Include="System.Core" />
107    <Reference Include="System.Drawing" />
108    <Reference Include="System.Runtime.Serialization" />
109    <Reference Include="System.ServiceModel" />
110    <Reference Include="System.Windows.Forms" />
111    <Reference Include="System.Xml.Linq" />
112    <Reference Include="System.Data.DataSetExtensions" />
113    <Reference Include="System.Data" />
114    <Reference Include="System.Xml" />
115  </ItemGroup>
116  <ItemGroup>
117    <Compile Include="Administration\AdministrationClient.cs" />
118    <Compile Include="Administration\AdministratorMenuItem.cs" />
119    <Compile Include="Administration\ServiceClient\AdministrationServiceClient.cs" />
120    <Compile Include="Administration\ServiceClient\Algorithm.cs" />
121    <Compile Include="Administration\ServiceClient\AlgorithmClass.cs" />
122    <Compile Include="Administration\ServiceClient\OKBItemCollection.cs" />
123    <Compile Include="Administration\ServiceClient\INamedOKBItem.cs" />
124    <Compile Include="Administration\ServiceClient\IOKBItem.cs" />
125    <Compile Include="Administration\ServiceClient\NamedOKBItem.cs" />
126    <Compile Include="Administration\ServiceClient\OKBItem.cs" />
127    <Compile Include="Administration\ServiceClient\Platform.cs" />
128    <Compile Include="Administration\ServiceClient\Problem.cs" />
129    <Compile Include="Administration\ServiceClient\ProblemClass.cs" />
130    <Compile Include="Administration\Views\AdministratorView.cs">
131      <SubType>UserControl</SubType>
132    </Compile>
133    <Compile Include="Administration\Views\AdministratorView.Designer.cs">
134      <DependentUpon>AdministratorView.cs</DependentUpon>
135    </Compile>
136    <Compile Include="Administration\Views\AlgorithmClassCollectionView.cs">
137      <SubType>UserControl</SubType>
138    </Compile>
139    <Compile Include="Administration\Views\AlgorithmClassCollectionView.Designer.cs">
140      <DependentUpon>AlgorithmClassCollectionView.cs</DependentUpon>
141    </Compile>
142    <Compile Include="Administration\Views\AlgorithmCollectionView.cs">
143      <SubType>UserControl</SubType>
144    </Compile>
145    <Compile Include="Administration\Views\AlgorithmCollectionView.Designer.cs">
146      <DependentUpon>AlgorithmCollectionView.cs</DependentUpon>
147    </Compile>
148    <Compile Include="Administration\Views\AlgorithmView.cs">
149      <SubType>UserControl</SubType>
150    </Compile>
151    <Compile Include="Administration\Views\AlgorithmView.Designer.cs">
152      <DependentUpon>AlgorithmView.cs</DependentUpon>
153    </Compile>
154    <Compile Include="Administration\Views\OKBItemCollectionView.cs">
155      <SubType>UserControl</SubType>
156    </Compile>
157    <Compile Include="Administration\Views\OKBItemCollectionView.Designer.cs">
158      <DependentUpon>OKBItemCollectionView.cs</DependentUpon>
159    </Compile>
160    <Compile Include="Administration\Views\NamedOKBItemView.cs">
161      <SubType>UserControl</SubType>
162    </Compile>
163    <Compile Include="Administration\Views\NamedOKBItemView.Designer.cs">
164      <DependentUpon>NamedOKBItemView.cs</DependentUpon>
165    </Compile>
166    <Compile Include="Administration\Views\OKBItemView.cs">
167      <SubType>UserControl</SubType>
168    </Compile>
169    <Compile Include="Administration\Views\OKBItemView.Designer.cs">
170      <DependentUpon>OKBItemView.cs</DependentUpon>
171    </Compile>
172    <Compile Include="Administration\Views\PlatformCollectionView.cs">
173      <SubType>UserControl</SubType>
174    </Compile>
175    <Compile Include="Administration\Views\PlatformCollectionView.Designer.cs">
176      <DependentUpon>PlatformCollectionView.cs</DependentUpon>
177    </Compile>
178    <Compile Include="Administration\Views\ProblemClassCollectionView.cs">
179      <SubType>UserControl</SubType>
180    </Compile>
181    <Compile Include="Administration\Views\ProblemClassCollectionView.Designer.cs">
182      <DependentUpon>ProblemClassCollectionView.cs</DependentUpon>
183    </Compile>
184    <Compile Include="Administration\Views\ProblemCollectionView.cs">
185      <SubType>UserControl</SubType>
186    </Compile>
187    <Compile Include="Administration\Views\ProblemCollectionView.Designer.cs">
188      <DependentUpon>ProblemCollectionView.cs</DependentUpon>
189    </Compile>
190    <Compile Include="Administration\Views\ProblemView.cs">
191      <SubType>UserControl</SubType>
192    </Compile>
193    <Compile Include="Administration\Views\ProblemView.Designer.cs">
194      <DependentUpon>ProblemView.cs</DependentUpon>
195    </Compile>
196    <Compile Include="Authentication\AuthenticationClient.cs" />
197    <Compile Include="Authentication\ServiceClient\AuthenticationServiceClient.cs" />
198    <Compile Include="Plugin.cs" />
199    <Compile Include="Query\QueryClient.cs" />
200    <Compile Include="Query\QueryMenuItem.cs" />
201    <Compile Include="Query\ServiceClient\CombinedFilter.cs" />
202    <Compile Include="Query\ServiceClient\OrdinalComparisonFloatFilter.cs" />
203    <Compile Include="Query\ServiceClient\OrdinalComparisonDoubleFilter.cs" />
204    <Compile Include="Query\ServiceClient\EqualityComparisonByteArrayFilter.cs" />
205    <Compile Include="Query\ServiceClient\EqualityComparisonBoolFilter.cs" />
206    <Compile Include="Query\ServiceClient\OrdinalComparisonIntFilter.cs" />
207    <Compile Include="Query\ServiceClient\NameOrdinalComparisonIntFilter.cs" />
208    <Compile Include="Query\ServiceClient\NameOrdinalComparisonFloatFilter.cs" />
209    <Compile Include="Query\ServiceClient\Filter.cs" />
210    <Compile Include="Query\ServiceClient\NameEqualityComparisonBoolFilter.cs" />
211    <Compile Include="Query\ServiceClient\NameEqualityComparisonByteArrayFilter.cs" />
212    <Compile Include="Query\ServiceClient\NameOrdinalComparisonDoubleFilter.cs" />
213    <Compile Include="Query\ServiceClient\NameOrdinalComparisonLongFilter.cs" />
214    <Compile Include="Query\ServiceClient\NameStringComparisonAvailableValuesFilter.cs" />
215    <Compile Include="Query\ServiceClient\NameStringComparisonFilter.cs" />
216    <Compile Include="Query\ServiceClient\OrdinalComparisonDateTimeFilter.cs" />
217    <Compile Include="Query\ServiceClient\OrdinalComparisonLongFilter.cs" />
218    <Compile Include="Query\ServiceClient\QueryServiceClient.cs" />
219    <Compile Include="Query\ServiceClient\StringComparisonAvailableValuesFilter.cs" />
220    <Compile Include="Query\ServiceClient\StringComparisonFilter.cs" />
221    <Compile Include="Query\Views\CombinedFilterView.cs">
222      <SubType>UserControl</SubType>
223    </Compile>
224    <Compile Include="Query\Views\CombinedFilterView.Designer.cs">
225      <DependentUpon>CombinedFilterView.cs</DependentUpon>
226    </Compile>
227    <Compile Include="Query\Views\OrdinalComparisonDateTimeFilterView.cs">
228      <SubType>UserControl</SubType>
229    </Compile>
230    <Compile Include="Query\Views\OrdinalComparisonDateTimeFilterView.Designer.cs">
231      <DependentUpon>OrdinalComparisonDateTimeFilterView.cs</DependentUpon>
232    </Compile>
233    <Compile Include="Query\Views\OrdinalComparisonFloatFilterView.cs">
234      <SubType>UserControl</SubType>
235    </Compile>
236    <Compile Include="Query\Views\OrdinalComparisonFloatFilterView.Designer.cs">
237      <DependentUpon>OrdinalComparisonFloatFilterView.cs</DependentUpon>
238    </Compile>
239    <Compile Include="Query\Views\OrdinalComparisonIntFilterView.cs">
240      <SubType>UserControl</SubType>
241    </Compile>
242    <Compile Include="Query\Views\OrdinalComparisonIntFilterView.Designer.cs">
243      <DependentUpon>OrdinalComparisonIntFilterView.cs</DependentUpon>
244    </Compile>
245    <Compile Include="Query\Views\EqualityComparisonBoolFilterView.cs">
246      <SubType>UserControl</SubType>
247    </Compile>
248    <Compile Include="Query\Views\EqualityComparisonBoolFilterView.Designer.cs">
249      <DependentUpon>EqualityComparisonBoolFilterView.cs</DependentUpon>
250    </Compile>
251    <Compile Include="Query\Views\EqualityComparisonFilterView.cs">
252      <SubType>UserControl</SubType>
253    </Compile>
254    <Compile Include="Query\Views\EqualityComparisonFilterView.Designer.cs">
255      <DependentUpon>EqualityComparisonFilterView.cs</DependentUpon>
256    </Compile>
257    <Compile Include="Query\Views\FilterView.cs">
258      <SubType>UserControl</SubType>
259    </Compile>
260    <Compile Include="Query\Views\FilterView.Designer.cs">
261      <DependentUpon>FilterView.cs</DependentUpon>
262    </Compile>
263    <Compile Include="Query\Views\OrdinalComparisonDoubleFilterView.cs">
264      <SubType>UserControl</SubType>
265    </Compile>
266    <Compile Include="Query\Views\OrdinalComparisonDoubleFilterView.Designer.cs">
267      <DependentUpon>OrdinalComparisonDoubleFilterView.cs</DependentUpon>
268    </Compile>
269    <Compile Include="Query\Views\OrdinalComparisonFilterView.cs">
270      <SubType>UserControl</SubType>
271    </Compile>
272    <Compile Include="Query\Views\OrdinalComparisonFilterView.Designer.cs">
273      <DependentUpon>OrdinalComparisonFilterView.cs</DependentUpon>
274    </Compile>
275    <Compile Include="Query\Views\OrdinalComparisonLongFilterView.cs">
276      <SubType>UserControl</SubType>
277    </Compile>
278    <Compile Include="Query\Views\OrdinalComparisonLongFilterView.Designer.cs">
279      <DependentUpon>OrdinalComparisonLongFilterView.cs</DependentUpon>
280    </Compile>
281    <Compile Include="Query\Views\QueryView.cs">
282      <SubType>UserControl</SubType>
283    </Compile>
284    <Compile Include="Query\Views\QueryView.Designer.cs">
285      <DependentUpon>QueryView.cs</DependentUpon>
286    </Compile>
287    <Compile Include="Query\Views\StringComparisonAvailableValuesFilterView.cs">
288      <SubType>UserControl</SubType>
289    </Compile>
290    <Compile Include="Query\Views\StringComparisonAvailableValuesFilterView.Designer.cs">
291      <DependentUpon>StringComparisonAvailableValuesFilterView.cs</DependentUpon>
292    </Compile>
293    <Compile Include="Query\Views\StringComparisonFilterView.cs">
294      <SubType>UserControl</SubType>
295    </Compile>
296    <Compile Include="Query\Views\StringComparisonFilterView.Designer.cs">
297      <DependentUpon>StringComparisonFilterView.cs</DependentUpon>
298    </Compile>
299    <Compile Include="RunCreation\EmptyAlgorithm.cs" />
300    <Compile Include="RunCreation\EmptyEvaluator.cs" />
301    <Compile Include="RunCreation\EmptyMultiObjectiveEvaluator.cs" />
302    <Compile Include="RunCreation\EmptyMultiObjectiveProblem.cs" />
303    <Compile Include="RunCreation\EmptyProblem.cs" />
304    <Compile Include="RunCreation\EmptySingleObjectiveEvaluator.cs" />
305    <Compile Include="RunCreation\EmptySingleObjectiveProblem.cs" />
306    <Compile Include="RunCreation\EmptySolutionCreator.cs" />
307    <Compile Include="RunCreation\ItemWrapper.cs" />
308    <Compile Include="RunCreation\MultiObjectiveOKBProblem.cs" />
309    <Compile Include="RunCreation\NamedItemWrapper.cs" />
310    <Compile Include="RunCreation\OKBAlgorithm.cs" />
311    <Compile Include="RunCreation\OKBProblem.cs" />
312    <Compile Include="RunCreation\OKBRun.cs" />
313    <Compile Include="RunCreation\RunCreationClient.cs" />
314    <Compile Include="RunCreation\ServiceClient\RunCreationServiceClient.cs" />
315    <Compile Include="Properties\AssemblyInfo.cs" />
316    <Compile Include="RunCreation\SingleObjectiveOKBProblem.cs" />
317    <Compile Include="RunCreation\Views\OKBAlgorithmView.cs">
318      <SubType>UserControl</SubType>
319    </Compile>
320    <Compile Include="RunCreation\Views\OKBAlgorithmView.Designer.cs">
321      <DependentUpon>OKBAlgorithmView.cs</DependentUpon>
322    </Compile>
323    <Compile Include="RunCreation\Views\OKBProblemView.cs">
324      <SubType>UserControl</SubType>
325    </Compile>
326    <Compile Include="RunCreation\Views\OKBProblemView.Designer.cs">
327      <DependentUpon>OKBProblemView.cs</DependentUpon>
328    </Compile>
329    <Compile Include="RunCreation\Views\OKBRunView.cs">
330      <SubType>UserControl</SubType>
331    </Compile>
332    <Compile Include="RunCreation\Views\OKBRunView.Designer.cs">
333      <DependentUpon>OKBRunView.cs</DependentUpon>
334    </Compile>
335    <None Include="app.config" />
336    <None Include="Authentication\ServiceClient\GenerateServiceClient.cmd" />
337    <None Include="swagner app.config" />
338    <None Include="Plugin.cs.frame" />
339    <None Include="services.heuristiclab.com app.config" />
340    <None Include="Properties\AssemblyInfo.cs.frame" />
341    <None Include="Administration\ServiceClient\GenerateServiceClient.cmd" />
342    <None Include="Query\ServiceClient\GenerateServiceClient.cmd" />
343    <None Include="RunCreation\ServiceClient\GenerateServiceClient.cmd" />
344    <None Include="UpdateLocalInstallation.cmd" />
345  </ItemGroup>
346  <ItemGroup>
347    <None Include="HeuristicLab.snk" />
348  </ItemGroup>
349  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
350  <PropertyGroup>
351    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
352set ProjectDir=$(ProjectDir)
353set SolutionDir=$(SolutionDir)
354set Outdir=$(Outdir)
355set TargetPath=$(TargetPath)
356
357call UpdateLocalInstallation.cmd</PostBuildEvent>
358  </PropertyGroup>
359  <PropertyGroup>
360    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
361set ProjectDir=$(ProjectDir)
362set SolutionDir=$(SolutionDir)
363set Outdir=$(Outdir)
364
365SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.cs.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
366SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Plugin.cs.frame" "%25ProjectDir%25\Plugin.cs"</PreBuildEvent>
367  </PropertyGroup>
368  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
369       Other similar extension points exist, see Microsoft.Common.targets.
370  <Target Name="BeforeBuild">
371  </Target>
372  <Target Name="AfterBuild">
373  </Target>
374  -->
375</Project>
Note: See TracBrowser for help on using the repository browser.