Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OKB/HeuristicLab.Clients.OKB-3.3/HeuristicLab.Clients.OKB-3.3.csproj @ 4865

Last change on this file since 4865 was 4566, checked in by swagner, 14 years ago

Worked on OKB (#1174)

File size: 11.6 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>v3.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>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>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Clients.Common-3.3.dll</HintPath>
43    </Reference>
44    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
45    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
46    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.2.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
47    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
48    <Reference Include="HeuristicLab.Core.Views-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
49    <Reference Include="HeuristicLab.Data-3.3">
50      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Data-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.MainForm-3.3">
53      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm-3.3.dll</HintPath>
54    </Reference>
55    <Reference Include="HeuristicLab.MainForm.WindowsForms-3.3">
56      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.MainForm.WindowsForms-3.3.dll</HintPath>
57    </Reference>
58    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
59    <Reference Include="HeuristicLab.Optimizer-3.3">
60      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.Optimizer-3.3.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL" />
63    <Reference Include="HeuristicLab.PluginInfrastructure-3.3">
64      <HintPath>..\..\..\..\..\..\Program Files\HeuristicLab 3.3\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="System" />
67    <Reference Include="System.Core" />
68    <Reference Include="System.Drawing" />
69    <Reference Include="System.Runtime.Serialization" />
70    <Reference Include="System.ServiceModel" />
71    <Reference Include="System.Windows.Forms" />
72    <Reference Include="System.Xml.Linq" />
73    <Reference Include="System.Data.DataSetExtensions" />
74    <Reference Include="System.Data" />
75    <Reference Include="System.Xml" />
76  </ItemGroup>
77  <ItemGroup>
78    <Compile Include="AdministratorMenuItem.cs" />
79    <Compile Include="OKBClient.cs" />
80    <Compile Include="OKBExperiment.cs" />
81    <Compile Include="HeuristicLabClientsOKBPlugin.cs" />
82    <Compile Include="Properties\AssemblyInfo.cs" />
83    <Compile Include="ServiceClients\Algorithm.cs">
84      <SubType>Code</SubType>
85    </Compile>
86    <Compile Include="ServiceClients\AlgorithmClass.cs">
87      <SubType>Code</SubType>
88    </Compile>
89    <Compile Include="ServiceClients\AuthenticationServiceClient.cs" />
90    <Compile Include="ServiceClients\AlgorithmData.cs" />
91    <Compile Include="ServiceClients\AlgorithmParameter.cs" />
92    <Compile Include="ServiceClients\Result.cs" />
93    <Compile Include="ServiceClients\ProblemParameter.cs" />
94    <Compile Include="ServiceClients\OKBServiceClient.cs" />
95    <Compile Include="ServiceClients\ProblemData.cs" />
96    <Compile Include="ServiceClients\Problem.cs" />
97    <Compile Include="ServiceClients\ProblemClass.cs" />
98    <Compile Include="ServiceClients\DataType.cs" />
99    <Compile Include="ServiceClients\NamedOKBItem.cs" />
100    <Compile Include="ServiceClients\Platform.cs" />
101    <Compile Include="ServiceClients\INamedOKBItem.cs">
102      <SubType>Code</SubType>
103    </Compile>
104    <Compile Include="ServiceClients\IOKBItem.cs">
105      <SubType>Code</SubType>
106    </Compile>
107    <Compile Include="ServiceClients\OKBItem.cs">
108      <SubType>Code</SubType>
109    </Compile>
110    <Compile Include="Views\AdministratorView.cs">
111      <SubType>UserControl</SubType>
112    </Compile>
113    <Compile Include="Views\AdministratorView.Designer.cs">
114      <DependentUpon>AdministratorView.cs</DependentUpon>
115    </Compile>
116    <Compile Include="Views\AlgorithmClassCollectionView.cs">
117      <SubType>UserControl</SubType>
118    </Compile>
119    <Compile Include="Views\AlgorithmClassCollectionView.Designer.cs">
120      <DependentUpon>AlgorithmClassCollectionView.cs</DependentUpon>
121    </Compile>
122    <Compile Include="Views\AlgorithmCollectionView.cs">
123      <SubType>UserControl</SubType>
124    </Compile>
125    <Compile Include="Views\AlgorithmCollectionView.Designer.cs">
126      <DependentUpon>AlgorithmCollectionView.cs</DependentUpon>
127    </Compile>
128    <Compile Include="Views\AlgorithmView.cs">
129      <SubType>UserControl</SubType>
130    </Compile>
131    <Compile Include="Views\AlgorithmView.Designer.cs">
132      <DependentUpon>AlgorithmView.cs</DependentUpon>
133    </Compile>
134    <Compile Include="Views\AlgorithmDataView.cs">
135      <SubType>UserControl</SubType>
136    </Compile>
137    <Compile Include="Views\AlgorithmDataView.Designer.cs">
138      <DependentUpon>AlgorithmDataView.cs</DependentUpon>
139    </Compile>
140    <Compile Include="Views\AlgorithmParameterCollectionView.cs">
141      <SubType>UserControl</SubType>
142    </Compile>
143    <Compile Include="Views\AlgorithmParameterCollectionView.Designer.cs">
144      <DependentUpon>AlgorithmParameterCollectionView.cs</DependentUpon>
145    </Compile>
146    <Compile Include="Views\ResultCollectionView.cs">
147      <SubType>UserControl</SubType>
148    </Compile>
149    <Compile Include="Views\ResultCollectionView.Designer.cs">
150      <DependentUpon>ResultCollectionView.cs</DependentUpon>
151    </Compile>
152    <Compile Include="Views\ProblemParameterCollectionView.cs">
153      <SubType>UserControl</SubType>
154    </Compile>
155    <Compile Include="Views\ProblemParameterCollectionView.Designer.cs">
156      <DependentUpon>ProblemParameterCollectionView.cs</DependentUpon>
157    </Compile>
158    <Compile Include="Views\OKBExperimentView.cs">
159      <SubType>UserControl</SubType>
160    </Compile>
161    <Compile Include="Views\OKBExperimentView.Designer.cs">
162      <DependentUpon>OKBExperimentView.cs</DependentUpon>
163    </Compile>
164    <Compile Include="Views\ProblemDataView.cs">
165      <SubType>UserControl</SubType>
166    </Compile>
167    <Compile Include="Views\ProblemDataView.Designer.cs">
168      <DependentUpon>ProblemDataView.cs</DependentUpon>
169    </Compile>
170    <Compile Include="Views\ProblemView.cs">
171      <SubType>UserControl</SubType>
172    </Compile>
173    <Compile Include="Views\ProblemView.Designer.cs">
174      <DependentUpon>ProblemView.cs</DependentUpon>
175    </Compile>
176    <Compile Include="Views\ProblemCollectionView.cs">
177      <SubType>UserControl</SubType>
178    </Compile>
179    <Compile Include="Views\ProblemCollectionView.Designer.cs">
180      <DependentUpon>ProblemCollectionView.cs</DependentUpon>
181    </Compile>
182    <Compile Include="Views\ProblemClassCollectionView.cs">
183      <SubType>UserControl</SubType>
184    </Compile>
185    <Compile Include="Views\ProblemClassCollectionView.Designer.cs">
186      <DependentUpon>ProblemClassCollectionView.cs</DependentUpon>
187    </Compile>
188    <Compile Include="Views\DataTypeView.cs">
189      <SubType>UserControl</SubType>
190    </Compile>
191    <Compile Include="Views\DataTypeView.Designer.cs">
192      <DependentUpon>DataTypeView.cs</DependentUpon>
193    </Compile>
194    <Compile Include="Views\DataTypeCollectionView.cs">
195      <SubType>UserControl</SubType>
196    </Compile>
197    <Compile Include="Views\DataTypeCollectionView.Designer.cs">
198      <DependentUpon>DataTypeCollectionView.cs</DependentUpon>
199    </Compile>
200    <Compile Include="Views\PlatformCollectionView.cs">
201      <SubType>UserControl</SubType>
202    </Compile>
203    <Compile Include="Views\PlatformCollectionView.Designer.cs">
204      <DependentUpon>PlatformCollectionView.cs</DependentUpon>
205    </Compile>
206    <Compile Include="Views\OKBItemView.cs">
207      <SubType>UserControl</SubType>
208    </Compile>
209    <Compile Include="Views\OKBItemView.Designer.cs">
210      <DependentUpon>OKBItemView.cs</DependentUpon>
211    </Compile>
212    <Compile Include="Views\NamedOKBItemView.cs">
213      <SubType>UserControl</SubType>
214    </Compile>
215    <Compile Include="Views\NamedOKBItemView.Designer.cs">
216      <DependentUpon>NamedOKBItemView.cs</DependentUpon>
217    </Compile>
218    <None Include="app.config" />
219    <None Include="Properties\AssemblyInfo.frame" />
220    <None Include="ServiceClients\GenerateServiceClients.cmd" />
221    <None Include="UpdateLocalInstallation.cmd" />
222  </ItemGroup>
223  <ItemGroup>
224    <None Include="HeuristicLab.snk" />
225    <None Include="HeuristicLabClientsOKBPlugin.cs.frame" />
226  </ItemGroup>
227  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
228  <PropertyGroup>
229    <PostBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
230set ProjectDir=$(ProjectDir)
231set SolutionDir=$(SolutionDir)
232set Outdir=$(Outdir)
233set TargetPath=$(TargetPath)
234
235call UpdateLocalInstallation.cmd</PostBuildEvent>
236  </PropertyGroup>
237  <PropertyGroup>
238    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
239set ProjectDir=$(ProjectDir)
240set SolutionDir=$(SolutionDir)
241set Outdir=$(Outdir)
242
243SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\Properties\AssemblyInfo.frame" "%25ProjectDir%25\Properties\AssemblyInfo.cs"
244SubWCRev "%25ProjectDir%25\" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs.frame" "%25ProjectDir%25\HeuristicLabClientsOKBPlugin.cs"</PreBuildEvent>
245  </PropertyGroup>
246  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
247       Other similar extension points exist, see Microsoft.Common.targets.
248  <Target Name="BeforeBuild">
249  </Target>
250  <Target Name="AfterBuild">
251  </Target>
252  -->
253</Project>
Note: See TracBrowser for help on using the repository browser.