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

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

#1937 added pre- and postbuild events for mono

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