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

Last change on this file since 5647 was 5647, checked in by swagner, 13 years ago

Worked on OKB (#1174)

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