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

Last change on this file since 7331 was 7331, checked in by ascheibe, 13 years ago

#1174

  • switched to new build style for branches and improved config merging
  • updated year in license headers and assembly infos
  • updated version in plugin files and assembly infos
File size: 18.3 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="HeuristicLabClientsOKBPlugin.cs">
199      <SubType>Code</SubType>
200    </Compile>
201    <Compile Include="Query\QueryClient.cs" />
202    <Compile Include="Query\QueryMenuItem.cs" />
203    <Compile Include="Query\ServiceClient\CombinedFilter.cs" />
204    <Compile Include="Query\ServiceClient\OrdinalComparisonFloatFilter.cs" />
205    <Compile Include="Query\ServiceClient\OrdinalComparisonDoubleFilter.cs" />
206    <Compile Include="Query\ServiceClient\EqualityComparisonByteArrayFilter.cs" />
207    <Compile Include="Query\ServiceClient\EqualityComparisonBoolFilter.cs" />
208    <Compile Include="Query\ServiceClient\OrdinalComparisonIntFilter.cs" />
209    <Compile Include="Query\ServiceClient\NameOrdinalComparisonIntFilter.cs" />
210    <Compile Include="Query\ServiceClient\NameOrdinalComparisonFloatFilter.cs" />
211    <Compile Include="Query\ServiceClient\Filter.cs" />
212    <Compile Include="Query\ServiceClient\NameEqualityComparisonBoolFilter.cs" />
213    <Compile Include="Query\ServiceClient\NameEqualityComparisonByteArrayFilter.cs" />
214    <Compile Include="Query\ServiceClient\NameOrdinalComparisonDoubleFilter.cs" />
215    <Compile Include="Query\ServiceClient\NameOrdinalComparisonLongFilter.cs" />
216    <Compile Include="Query\ServiceClient\NameStringComparisonAvailableValuesFilter.cs" />
217    <Compile Include="Query\ServiceClient\NameStringComparisonFilter.cs" />
218    <Compile Include="Query\ServiceClient\OrdinalComparisonDateTimeFilter.cs" />
219    <Compile Include="Query\ServiceClient\OrdinalComparisonLongFilter.cs" />
220    <Compile Include="Query\ServiceClient\QueryServiceClient.cs" />
221    <Compile Include="Query\ServiceClient\StringComparisonAvailableValuesFilter.cs" />
222    <Compile Include="Query\ServiceClient\StringComparisonFilter.cs" />
223    <Compile Include="Query\Views\CombinedFilterView.cs">
224      <SubType>UserControl</SubType>
225    </Compile>
226    <Compile Include="Query\Views\CombinedFilterView.Designer.cs">
227      <DependentUpon>CombinedFilterView.cs</DependentUpon>
228    </Compile>
229    <Compile Include="Query\Views\OrdinalComparisonDateTimeFilterView.cs">
230      <SubType>UserControl</SubType>
231    </Compile>
232    <Compile Include="Query\Views\OrdinalComparisonDateTimeFilterView.Designer.cs">
233      <DependentUpon>OrdinalComparisonDateTimeFilterView.cs</DependentUpon>
234    </Compile>
235    <Compile Include="Query\Views\OrdinalComparisonFloatFilterView.cs">
236      <SubType>UserControl</SubType>
237    </Compile>
238    <Compile Include="Query\Views\OrdinalComparisonFloatFilterView.Designer.cs">
239      <DependentUpon>OrdinalComparisonFloatFilterView.cs</DependentUpon>
240    </Compile>
241    <Compile Include="Query\Views\OrdinalComparisonIntFilterView.cs">
242      <SubType>UserControl</SubType>
243    </Compile>
244    <Compile Include="Query\Views\OrdinalComparisonIntFilterView.Designer.cs">
245      <DependentUpon>OrdinalComparisonIntFilterView.cs</DependentUpon>
246    </Compile>
247    <Compile Include="Query\Views\EqualityComparisonBoolFilterView.cs">
248      <SubType>UserControl</SubType>
249    </Compile>
250    <Compile Include="Query\Views\EqualityComparisonBoolFilterView.Designer.cs">
251      <DependentUpon>EqualityComparisonBoolFilterView.cs</DependentUpon>
252    </Compile>
253    <Compile Include="Query\Views\EqualityComparisonFilterView.cs">
254      <SubType>UserControl</SubType>
255    </Compile>
256    <Compile Include="Query\Views\EqualityComparisonFilterView.Designer.cs">
257      <DependentUpon>EqualityComparisonFilterView.cs</DependentUpon>
258    </Compile>
259    <Compile Include="Query\Views\FilterView.cs">
260      <SubType>UserControl</SubType>
261    </Compile>
262    <Compile Include="Query\Views\FilterView.Designer.cs">
263      <DependentUpon>FilterView.cs</DependentUpon>
264    </Compile>
265    <Compile Include="Query\Views\OrdinalComparisonDoubleFilterView.cs">
266      <SubType>UserControl</SubType>
267    </Compile>
268    <Compile Include="Query\Views\OrdinalComparisonDoubleFilterView.Designer.cs">
269      <DependentUpon>OrdinalComparisonDoubleFilterView.cs</DependentUpon>
270    </Compile>
271    <Compile Include="Query\Views\OrdinalComparisonFilterView.cs">
272      <SubType>UserControl</SubType>
273    </Compile>
274    <Compile Include="Query\Views\OrdinalComparisonFilterView.Designer.cs">
275      <DependentUpon>OrdinalComparisonFilterView.cs</DependentUpon>
276    </Compile>
277    <Compile Include="Query\Views\OrdinalComparisonLongFilterView.cs">
278      <SubType>UserControl</SubType>
279    </Compile>
280    <Compile Include="Query\Views\OrdinalComparisonLongFilterView.Designer.cs">
281      <DependentUpon>OrdinalComparisonLongFilterView.cs</DependentUpon>
282    </Compile>
283    <Compile Include="Query\Views\QueryView.cs">
284      <SubType>UserControl</SubType>
285    </Compile>
286    <Compile Include="Query\Views\QueryView.Designer.cs">
287      <DependentUpon>QueryView.cs</DependentUpon>
288    </Compile>
289    <Compile Include="Query\Views\StringComparisonAvailableValuesFilterView.cs">
290      <SubType>UserControl</SubType>
291    </Compile>
292    <Compile Include="Query\Views\StringComparisonAvailableValuesFilterView.Designer.cs">
293      <DependentUpon>StringComparisonAvailableValuesFilterView.cs</DependentUpon>
294    </Compile>
295    <Compile Include="Query\Views\StringComparisonFilterView.cs">
296      <SubType>UserControl</SubType>
297    </Compile>
298    <Compile Include="Query\Views\StringComparisonFilterView.Designer.cs">
299      <DependentUpon>StringComparisonFilterView.cs</DependentUpon>
300    </Compile>
301    <Compile Include="RunCreation\EmptyAlgorithm.cs" />
302    <Compile Include="RunCreation\EmptyEvaluator.cs" />
303    <Compile Include="RunCreation\EmptyMultiObjectiveEvaluator.cs" />
304    <Compile Include="RunCreation\EmptyMultiObjectiveProblem.cs" />
305    <Compile Include="RunCreation\EmptyProblem.cs" />
306    <Compile Include="RunCreation\EmptySingleObjectiveEvaluator.cs" />
307    <Compile Include="RunCreation\EmptySingleObjectiveProblem.cs" />
308    <Compile Include="RunCreation\EmptySolutionCreator.cs" />
309    <Compile Include="RunCreation\ItemWrapper.cs" />
310    <Compile Include="RunCreation\MultiObjectiveOKBProblem.cs" />
311    <Compile Include="RunCreation\NamedItemWrapper.cs" />
312    <Compile Include="RunCreation\OKBAlgorithm.cs" />
313    <Compile Include="RunCreation\OKBProblem.cs" />
314    <Compile Include="RunCreation\OKBRun.cs" />
315    <Compile Include="RunCreation\RunCreationClient.cs" />
316    <Compile Include="RunCreation\ServiceClient\RunCreationServiceClient.cs" />
317    <Compile Include="Properties\AssemblyInfo.cs" />
318    <Compile Include="RunCreation\SingleObjectiveOKBProblem.cs" />
319    <Compile Include="RunCreation\Views\OKBAlgorithmView.cs">
320      <SubType>UserControl</SubType>
321    </Compile>
322    <Compile Include="RunCreation\Views\OKBAlgorithmView.Designer.cs">
323      <DependentUpon>OKBAlgorithmView.cs</DependentUpon>
324    </Compile>
325    <Compile Include="RunCreation\Views\OKBProblemView.cs">
326      <SubType>UserControl</SubType>
327    </Compile>
328    <Compile Include="RunCreation\Views\OKBProblemView.Designer.cs">
329      <DependentUpon>OKBProblemView.cs</DependentUpon>
330    </Compile>
331    <Compile Include="RunCreation\Views\OKBRunView.cs">
332      <SubType>UserControl</SubType>
333    </Compile>
334    <Compile Include="RunCreation\Views\OKBRunView.Designer.cs">
335      <DependentUpon>OKBRunView.cs</DependentUpon>
336    </Compile>
337    <None Include="app.config" />
338    <None Include="Authentication\ServiceClient\GenerateServiceClient.cmd" />
339    <None Include="HeuristicLabClientsOKBPlugin.cs.frame" />
340    <None Include="services.heuristiclab.com app.config" />
341    <None Include="Properties\AssemblyInfo.frame" />
342    <None Include="Administration\ServiceClient\GenerateServiceClient.cmd" />
343    <None Include="Query\ServiceClient\GenerateServiceClient.cmd" />
344    <None Include="RunCreation\ServiceClient\GenerateServiceClient.cmd" />
345    <None Include="UpdateLocalInstallation.cmd" />
346  </ItemGroup>
347  <ItemGroup>
348    <None Include="HeuristicLab.snk" />
349  </ItemGroup>
350  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
351  <PropertyGroup>
352    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
353set ProjectDir=$(ProjectDir)
354set SolutionDir=$(SolutionDir)
355set Outdir=$(Outdir)
356set TargetPath=$(TargetPath)
357
358call UpdateLocalInstallation.cmd</PostBuildEvent>
359  </PropertyGroup>
360  <PropertyGroup>
361    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
362set ProjectDir=$(ProjectDir)
363set SolutionDir=$(SolutionDir)
364set Outdir=$(Outdir)
365
366SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
367SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs"</PreBuildEvent>
368  </PropertyGroup>
369  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
370       Other similar extension points exist, see Microsoft.Common.targets.
371  <Target Name="BeforeBuild">
372  </Target>
373  <Target Name="AfterBuild">
374  </Target>
375  -->
376</Project>
Note: See TracBrowser for help on using the repository browser.