Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Clients.OKB.Views/3.3/HeuristicLab.Clients.OKB.Views-3.3.csproj @ 16692

Last change on this file since 16692 was 16692, checked in by abeham, 5 years ago

#2521: merged trunk changes up to r15681 into branch (removal of trunk/sources)

File size: 18.8 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    <Compile Include="RunCreation\Views\SingleObjectiveOKBSolutionView.cs">
289      <SubType>UserControl</SubType>
290    </Compile>
291    <Compile Include="RunCreation\Views\SingleObjectiveOKBSolutionView.Designer.cs">
292      <DependentUpon>SingleObjectiveOKBSolutionView.cs</DependentUpon>
293    </Compile>
294    <None Include="Plugin.cs.frame" />
295    <None Include="Properties\AssemblyInfo.cs.frame" />
296  </ItemGroup>
297  <ItemGroup>
298    <None Include="HeuristicLab.snk" />
299  </ItemGroup>
300  <ItemGroup>
301    <ProjectReference Include="..\..\HeuristicLab.Clients.Access.Views\3.3\HeuristicLab.Clients.Access.Views-3.3.csproj">
302      <Project>{FE856595-64CD-46DA-9CD2-FFF3E6B0D4F2}</Project>
303      <Name>HeuristicLab.Clients.Access.Views-3.3</Name>
304      <Private>False</Private>
305    </ProjectReference>
306    <ProjectReference Include="..\..\HeuristicLab.Clients.Access\3.3\HeuristicLab.Clients.Access-3.3.csproj">
307      <Project>{494F87F4-0F25-4D33-A382-10CDB2174D48}</Project>
308      <Name>HeuristicLab.Clients.Access-3.3</Name>
309      <Private>False</Private>
310    </ProjectReference>
311    <ProjectReference Include="..\..\HeuristicLab.Clients.OKB\3.3\HeuristicLab.Clients.OKB-3.3.csproj">
312      <Project>{73857A9C-9706-4B72-8D9C-210B5B6A5691}</Project>
313      <Name>HeuristicLab.Clients.OKB-3.3</Name>
314      <Private>False</Private>
315    </ProjectReference>
316    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
317      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
318      <Name>HeuristicLab.Collections-3.3</Name>
319      <Private>False</Private>
320    </ProjectReference>
321    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
322      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
323      <Name>HeuristicLab.Common.Resources-3.3</Name>
324      <Private>False</Private>
325    </ProjectReference>
326    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
327      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
328      <Name>HeuristicLab.Common-3.3</Name>
329      <Private>False</Private>
330    </ProjectReference>
331    <ProjectReference Include="..\..\HeuristicLab.Core.Views\3.3\HeuristicLab.Core.Views-3.3.csproj">
332      <Project>{E226881D-315F-423D-B419-A766FE0D8685}</Project>
333      <Name>HeuristicLab.Core.Views-3.3</Name>
334      <Private>False</Private>
335    </ProjectReference>
336    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
337      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
338      <Name>HeuristicLab.Core-3.3</Name>
339      <Private>False</Private>
340    </ProjectReference>
341    <ProjectReference Include="..\..\HeuristicLab.Data.Views\3.3\HeuristicLab.Data.Views-3.3.csproj">
342      <Project>{72104A0B-90E7-42F3-9ABE-9BBBADD4B943}</Project>
343      <Name>HeuristicLab.Data.Views-3.3</Name>
344    </ProjectReference>
345    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
346      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
347      <Name>HeuristicLab.Data-3.3</Name>
348      <Private>False</Private>
349    </ProjectReference>
350    <ProjectReference Include="..\..\HeuristicLab.MainForm.WindowsForms\3.3\HeuristicLab.MainForm.WindowsForms-3.3.csproj">
351      <Project>{AB687BBE-1BFE-476B-906D-44237135431D}</Project>
352      <Name>HeuristicLab.MainForm.WindowsForms-3.3</Name>
353      <Private>False</Private>
354    </ProjectReference>
355    <ProjectReference Include="..\..\HeuristicLab.MainForm\3.3\HeuristicLab.MainForm-3.3.csproj">
356      <Project>{3BD61258-31DA-4B09-89C0-4F71FEF5F05A}</Project>
357      <Name>HeuristicLab.MainForm-3.3</Name>
358      <Private>False</Private>
359    </ProjectReference>
360    <ProjectReference Include="..\..\HeuristicLab.Optimization.Views\3.3\HeuristicLab.Optimization.Views-3.3.csproj">
361      <Project>{662B4B15-8F4D-4AE5-B3EB-D91C215F5AF2}</Project>
362      <Name>HeuristicLab.Optimization.Views-3.3</Name>
363      <Private>False</Private>
364    </ProjectReference>
365    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
366      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
367      <Name>HeuristicLab.Optimization-3.3</Name>
368      <Private>False</Private>
369    </ProjectReference>
370    <ProjectReference Include="..\..\HeuristicLab.Optimizer\3.3\HeuristicLab.Optimizer-3.3.csproj">
371      <Project>{C664305E-497C-4533-A140-967DEDB05C19}</Project>
372      <Name>HeuristicLab.Optimizer-3.3</Name>
373      <Private>False</Private>
374    </ProjectReference>
375    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
376      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
377      <Name>HeuristicLab.Persistence-3.3</Name>
378      <Private>False</Private>
379    </ProjectReference>
380    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
381      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
382      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
383      <Private>False</Private>
384    </ProjectReference>
385  </ItemGroup>
386  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
387  <PropertyGroup>
388    <PostBuildEvent>
389    </PostBuildEvent>
390  </PropertyGroup>
391  <PropertyGroup>
392    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
393set ProjectDir=$(ProjectDir)
394set SolutionDir=$(SolutionDir)
395set Outdir=$(Outdir)
396call PreBuildEvent.cmd</PreBuildEvent>
397    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
398export ProjectDir=$(ProjectDir)
399export SolutionDir=$(SolutionDir)
400
401$SolutionDir/PreBuildEvent.sh
402</PreBuildEvent>
403  </PropertyGroup>
404  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
405       Other similar extension points exist, see Microsoft.Common.targets.
406  <Target Name="BeforeBuild">
407  </Target>
408  <Target Name="AfterBuild">
409  </Target>
410  -->
411</Project>
Note: See TracBrowser for help on using the repository browser.