Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.OKB.Views/3.3/HeuristicLab.Clients.OKB.Views-3.3.csproj @ 13534

Last change on this file since 13534 was 13534, checked in by abeham, 8 years ago

#2560:

  • Updated clients (moving of all characteristic service methods to run creation service)
  • Adapted OKB problem view to display characteristic values for the instances
File size: 18.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>{399EBB6E-37A1-4AE4-B8CD-0D461FF286A3}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.OKB</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.OKB.Views-3.3</AssemblyName>
13    <TargetFrameworkVersion>v4.5</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>$(SolutionDir)\bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
26    <Prefer32Bit>false</Prefer32Bit>
27  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>$(SolutionDir)\bin\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35    <DocumentationFile>
36    </DocumentationFile>
37    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
38    <Prefer32Bit>false</Prefer32Bit>
39  </PropertyGroup>
40  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
41    <DebugSymbols>true</DebugSymbols>
42    <OutputPath>$(SolutionDir)\bin\</OutputPath>
43    <DefineConstants>DEBUG;TRACE</DefineConstants>
44    <DebugType>full</DebugType>
45    <PlatformTarget>x86</PlatformTarget>
46    <ErrorReport>prompt</ErrorReport>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
51    <OutputPath>$(SolutionDir)\bin\</OutputPath>
52    <DefineConstants>TRACE</DefineConstants>
53    <DocumentationFile>
54    </DocumentationFile>
55    <Optimize>true</Optimize>
56    <DebugType>pdbonly</DebugType>
57    <PlatformTarget>x86</PlatformTarget>
58    <ErrorReport>prompt</ErrorReport>
59    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
60    <Prefer32Bit>false</Prefer32Bit>
61  </PropertyGroup>
62  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
63    <DebugSymbols>true</DebugSymbols>
64    <OutputPath>$(SolutionDir)\bin\</OutputPath>
65    <DefineConstants>DEBUG;TRACE</DefineConstants>
66    <DebugType>full</DebugType>
67    <PlatformTarget>x64</PlatformTarget>
68    <ErrorReport>prompt</ErrorReport>
69    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
70    <Prefer32Bit>false</Prefer32Bit>
71  </PropertyGroup>
72  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
73    <OutputPath>$(SolutionDir)\bin\</OutputPath>
74    <DefineConstants>TRACE</DefineConstants>
75    <DocumentationFile>
76    </DocumentationFile>
77    <Optimize>true</Optimize>
78    <DebugType>pdbonly</DebugType>
79    <PlatformTarget>x64</PlatformTarget>
80    <ErrorReport>prompt</ErrorReport>
81    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
82    <Prefer32Bit>false</Prefer32Bit>
83  </PropertyGroup>
84  <PropertyGroup>
85    <SignAssembly>true</SignAssembly>
86  </PropertyGroup>
87  <PropertyGroup>
88    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
89  </PropertyGroup>
90  <ItemGroup>
91    <Reference Include="System" />
92    <Reference Include="System.Core" />
93    <Reference Include="System.Drawing" />
94    <Reference Include="System.Runtime.Serialization" />
95    <Reference Include="System.ServiceModel" />
96    <Reference Include="System.Windows.Forms" />
97    <Reference Include="System.Xml.Linq" />
98    <Reference Include="System.Data.DataSetExtensions" />
99    <Reference Include="System.Data" />
100    <Reference Include="System.Xml" />
101  </ItemGroup>
102  <ItemGroup>
103    <Compile Include="Administration\AdministratorMenuItem.cs" />
104    <Compile Include="Administration\Views\AdministratorView.cs">
105      <SubType>UserControl</SubType>
106    </Compile>
107    <Compile Include="Administration\Views\AdministratorView.Designer.cs">
108      <DependentUpon>AdministratorView.cs</DependentUpon>
109    </Compile>
110    <Compile Include="Administration\Views\AlgorithmClassCollectionView.cs">
111      <SubType>UserControl</SubType>
112    </Compile>
113    <Compile Include="Administration\Views\AlgorithmClassCollectionView.Designer.cs">
114      <DependentUpon>AlgorithmClassCollectionView.cs</DependentUpon>
115    </Compile>
116    <Compile Include="Administration\Views\AlgorithmCollectionView.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="Administration\Views\AlgorithmCollectionView.Designer.cs">
120      <DependentUpon>AlgorithmCollectionView.cs</DependentUpon>
121    </Compile>
122    <Compile Include="Administration\Views\AlgorithmView.cs">
123      <SubType>UserControl</SubType>
124    </Compile>
125    <Compile Include="Administration\Views\AlgorithmView.Designer.cs">
126      <DependentUpon>AlgorithmView.cs</DependentUpon>
127    </Compile>
128    <Compile Include="Administration\Views\OKBItemCollectionView.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="Administration\Views\OKBItemCollectionView.Designer.cs">
132      <DependentUpon>OKBItemCollectionView.cs</DependentUpon>
133    </Compile>
134    <Compile Include="Administration\Views\NamedOKBItemView.cs">
135      <SubType>UserControl</SubType>
136    </Compile>
137    <Compile Include="Administration\Views\NamedOKBItemView.Designer.cs">
138      <DependentUpon>NamedOKBItemView.cs</DependentUpon>
139    </Compile>
140    <Compile Include="Administration\Views\OKBItemView.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="Administration\Views\OKBItemView.Designer.cs">
144      <DependentUpon>OKBItemView.cs</DependentUpon>
145    </Compile>
146    <Compile Include="Administration\Views\PlatformCollectionView.cs">
147      <SubType>UserControl</SubType>
148    </Compile>
149    <Compile Include="Administration\Views\PlatformCollectionView.Designer.cs">
150      <DependentUpon>PlatformCollectionView.cs</DependentUpon>
151    </Compile>
152    <Compile Include="Administration\Views\ProblemClassCollectionView.cs">
153      <SubType>UserControl</SubType>
154    </Compile>
155    <Compile Include="Administration\Views\ProblemClassCollectionView.Designer.cs">
156      <DependentUpon>ProblemClassCollectionView.cs</DependentUpon>
157    </Compile>
158    <Compile Include="Administration\Views\ProblemCollectionView.cs">
159      <SubType>UserControl</SubType>
160    </Compile>
161    <Compile Include="Administration\Views\ProblemCollectionView.Designer.cs">
162      <DependentUpon>ProblemCollectionView.cs</DependentUpon>
163    </Compile>
164    <Compile Include="Administration\Views\ProblemView.cs">
165      <SubType>UserControl</SubType>
166    </Compile>
167    <Compile Include="Administration\Views\ProblemView.Designer.cs">
168      <DependentUpon>ProblemView.cs</DependentUpon>
169    </Compile>
170    <Compile Include="Plugin.cs" />
171    <Compile Include="Query\QueryMenuItem.cs" />
172    <Compile Include="Query\Views\CombinedFilterView.cs">
173      <SubType>UserControl</SubType>
174    </Compile>
175    <Compile Include="Query\Views\CombinedFilterView.Designer.cs">
176      <DependentUpon>CombinedFilterView.cs</DependentUpon>
177    </Compile>
178    <Compile Include="Query\Views\OrdinalComparisonTimeSpanFilterView.cs">
179      <SubType>UserControl</SubType>
180    </Compile>
181    <Compile Include="Query\Views\OrdinalComparisonTimeSpanFilterView.Designer.cs">
182      <DependentUpon>OrdinalComparisonTimeSpanFilterView.cs</DependentUpon>
183    </Compile>
184    <Compile Include="Query\Views\OrdinalComparisonPercentFilterView.cs">
185      <SubType>UserControl</SubType>
186    </Compile>
187    <Compile Include="Query\Views\OrdinalComparisonPercentFilterView.Designer.cs">
188      <DependentUpon>OrdinalComparisonPercentFilterView.cs</DependentUpon>
189    </Compile>
190    <Compile Include="Query\Views\OrdinalComparisonDateTimeFilterView.cs">
191      <SubType>UserControl</SubType>
192    </Compile>
193    <Compile Include="Query\Views\OrdinalComparisonDateTimeFilterView.Designer.cs">
194      <DependentUpon>OrdinalComparisonDateTimeFilterView.cs</DependentUpon>
195    </Compile>
196    <Compile Include="Query\Views\OrdinalComparisonFloatFilterView.cs">
197      <SubType>UserControl</SubType>
198    </Compile>
199    <Compile Include="Query\Views\OrdinalComparisonFloatFilterView.Designer.cs">
200      <DependentUpon>OrdinalComparisonFloatFilterView.cs</DependentUpon>
201    </Compile>
202    <Compile Include="Query\Views\OrdinalComparisonIntFilterView.cs">
203      <SubType>UserControl</SubType>
204    </Compile>
205    <Compile Include="Query\Views\OrdinalComparisonIntFilterView.Designer.cs">
206      <DependentUpon>OrdinalComparisonIntFilterView.cs</DependentUpon>
207    </Compile>
208    <Compile Include="Query\Views\EqualityComparisonBoolFilterView.cs">
209      <SubType>UserControl</SubType>
210    </Compile>
211    <Compile Include="Query\Views\EqualityComparisonBoolFilterView.Designer.cs">
212      <DependentUpon>EqualityComparisonBoolFilterView.cs</DependentUpon>
213    </Compile>
214    <Compile Include="Query\Views\EqualityComparisonFilterView.cs">
215      <SubType>UserControl</SubType>
216    </Compile>
217    <Compile Include="Query\Views\EqualityComparisonFilterView.Designer.cs">
218      <DependentUpon>EqualityComparisonFilterView.cs</DependentUpon>
219    </Compile>
220    <Compile Include="Query\Views\FilterView.cs">
221      <SubType>UserControl</SubType>
222    </Compile>
223    <Compile Include="Query\Views\FilterView.Designer.cs">
224      <DependentUpon>FilterView.cs</DependentUpon>
225    </Compile>
226    <Compile Include="Query\Views\OrdinalComparisonDoubleFilterView.cs">
227      <SubType>UserControl</SubType>
228    </Compile>
229    <Compile Include="Query\Views\OrdinalComparisonDoubleFilterView.Designer.cs">
230      <DependentUpon>OrdinalComparisonDoubleFilterView.cs</DependentUpon>
231    </Compile>
232    <Compile Include="Query\Views\OrdinalComparisonFilterView.cs">
233      <SubType>UserControl</SubType>
234    </Compile>
235    <Compile Include="Query\Views\OrdinalComparisonFilterView.Designer.cs">
236      <DependentUpon>OrdinalComparisonFilterView.cs</DependentUpon>
237    </Compile>
238    <Compile Include="Query\Views\OrdinalComparisonLongFilterView.cs">
239      <SubType>UserControl</SubType>
240    </Compile>
241    <Compile Include="Query\Views\OrdinalComparisonLongFilterView.Designer.cs">
242      <DependentUpon>OrdinalComparisonLongFilterView.cs</DependentUpon>
243    </Compile>
244    <Compile Include="Query\Views\QueryView.cs">
245      <SubType>UserControl</SubType>
246    </Compile>
247    <Compile Include="Query\Views\QueryView.Designer.cs">
248      <DependentUpon>QueryView.cs</DependentUpon>
249    </Compile>
250    <Compile Include="Query\Views\StringComparisonAvailableValuesFilterView.cs">
251      <SubType>UserControl</SubType>
252    </Compile>
253    <Compile Include="Query\Views\StringComparisonAvailableValuesFilterView.Designer.cs">
254      <DependentUpon>StringComparisonAvailableValuesFilterView.cs</DependentUpon>
255    </Compile>
256    <Compile Include="Query\Views\StringComparisonFilterView.cs">
257      <SubType>UserControl</SubType>
258    </Compile>
259    <Compile Include="Query\Views\StringComparisonFilterView.Designer.cs">
260      <DependentUpon>StringComparisonFilterView.cs</DependentUpon>
261    </Compile>
262    <Compile Include="RunCreation\CreateFromExperimentMenuItem.cs" />
263    <Compile Include="Properties\AssemblyInfo.cs" />
264    <Compile Include="RunCreation\Views\OKBAlgorithmView.cs">
265      <SubType>UserControl</SubType>
266    </Compile>
267    <Compile Include="RunCreation\Views\OKBAlgorithmView.Designer.cs">
268      <DependentUpon>OKBAlgorithmView.cs</DependentUpon>
269    </Compile>
270    <Compile Include="RunCreation\Views\OKBExperimentUploadView.cs">
271      <SubType>UserControl</SubType>
272    </Compile>
273    <Compile Include="RunCreation\Views\OKBExperimentUploadView.Designer.cs">
274      <DependentUpon>OKBExperimentUploadView.cs</DependentUpon>
275    </Compile>
276    <Compile Include="RunCreation\Views\OKBProblemView.cs">
277      <SubType>UserControl</SubType>
278    </Compile>
279    <Compile Include="RunCreation\Views\OKBProblemView.Designer.cs">
280      <DependentUpon>OKBProblemView.cs</DependentUpon>
281    </Compile>
282    <Compile Include="RunCreation\Views\OKBRunView.cs">
283      <SubType>UserControl</SubType>
284    </Compile>
285    <Compile Include="RunCreation\Views\OKBRunView.Designer.cs">
286      <DependentUpon>OKBRunView.cs</DependentUpon>
287    </Compile>
288    <None Include="Plugin.cs.frame" />
289    <None Include="Properties\AssemblyInfo.cs.frame" />
290  </ItemGroup>
291  <ItemGroup>
292    <None Include="HeuristicLab.snk" />
293  </ItemGroup>
294  <ItemGroup>
295    <ProjectReference Include="..\..\HeuristicLab.Clients.Access.Views\3.3\HeuristicLab.Clients.Access.Views-3.3.csproj">
296      <Project>{FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}</Project>
297      <Name>HeuristicLab.Clients.Access.Views-3.3</Name>
298      <Private>False</Private>
299    </ProjectReference>
300    <ProjectReference Include="..\..\HeuristicLab.Clients.Access\3.3\HeuristicLab.Clients.Access-3.3.csproj">
301      <Project>{494F87F4-0F25-4D33-A382-10CDB2174D48}</Project>
302      <Name>HeuristicLab.Clients.Access-3.3</Name>
303      <Private>False</Private>
304    </ProjectReference>
305    <ProjectReference Include="..\..\HeuristicLab.Clients.OKB\3.3\HeuristicLab.Clients.OKB-3.3.csproj">
306      <Project>{73857A9C-9706-4B72-8D9C-210B5B6A5691}</Project>
307      <Name>HeuristicLab.Clients.OKB-3.3</Name>
308      <Private>False</Private>
309    </ProjectReference>
310    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
311      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
312      <Name>HeuristicLab.Collections-3.3</Name>
313      <Private>False</Private>
314    </ProjectReference>
315    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
316      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
317      <Name>HeuristicLab.Common.Resources-3.3</Name>
318      <Private>False</Private>
319    </ProjectReference>
320    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
321      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
322      <Name>HeuristicLab.Common-3.3</Name>
323      <Private>False</Private>
324    </ProjectReference>
325    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
326      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
327      <Name>HeuristicLab.Core.Views-3.3</Name>
328      <Private>False</Private>
329    </ProjectReference>
330    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
331      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
332      <Name>HeuristicLab.Core-3.3</Name>
333      <Private>False</Private>
334    </ProjectReference>
335    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
336      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
337      <Name>HeuristicLab.Data.Views-3.3</Name>
338    </ProjectReference>
339    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
340      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
341      <Name>HeuristicLab.Data-3.3</Name>
342      <Private>False</Private>
343    </ProjectReference>
344    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
345      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
346      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
347      <Private>False</Private>
348    </ProjectReference>
349    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
350      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
351      <Name>HeuristicLab.MainForm-3.3</Name>
352      <Private>False</Private>
353    </ProjectReference>
354    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
355      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
356      <Name>HeuristicLab.Optimization.Views-3.3</Name>
357      <Private>False</Private>
358    </ProjectReference>
359    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
360      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
361      <Name>HeuristicLab.Optimization-3.3</Name>
362      <Private>False</Private>
363    </ProjectReference>
364    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
365      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
366      <Name>HeuristicLab.Optimizer-3.3</Name>
367      <Private>False</Private>
368    </ProjectReference>
369    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
370      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
371      <Name>HeuristicLab.Persistence-3.3</Name>
372      <Private>False</Private>
373    </ProjectReference>
374    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
375      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
376      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
377      <Private>False</Private>
378    </ProjectReference>
379  </ItemGroup>
380  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
381  <PropertyGroup>
382    <PostBuildEvent>
383    </PostBuildEvent>
384  </PropertyGroup>
385  <PropertyGroup>
386    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
387set ProjectDir=$(ProjectDir)
388set SolutionDir=$(SolutionDir)
389set Outdir=$(Outdir)
390call PreBuildEvent.cmd</PreBuildEvent>
391    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
392export ProjectDir=$(ProjectDir)
393export SolutionDir=$(SolutionDir)
394
395$SolutionDir/PreBuildEvent.sh
396</PreBuildEvent>
397  </PropertyGroup>
398  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
399       Other similar extension points exist, see Microsoft.Common.targets.
400  <Target Name="BeforeBuild">
401  </Target>
402  <Target Name="AfterBuild">
403  </Target>
404  -->
405</Project>
Note: See TracBrowser for help on using the repository browser.