Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 4537 was 4492, checked in by swagner, 14 years ago

Worked on OKB (#1174)

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