Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GP-MoveOperators/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj @ 8660

Last change on this file since 8660 was 8660, checked in by gkronber, 12 years ago

#1847 merged r8205:8635 from trunk into branch

File size: 13.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>{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>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\AdministrationClient.cs" />
98    <Compile Include="Administration\ServiceClient\AdministrationServiceClient.cs" />
99    <Compile Include="Administration\ServiceClient\Algorithm.cs" />
100    <Compile Include="Administration\ServiceClient\AlgorithmClass.cs" />
101    <Compile Include="Administration\ServiceClient\OKBItemCollection.cs" />
102    <Compile Include="Administration\ServiceClient\INamedOKBItem.cs" />
103    <Compile Include="Administration\ServiceClient\IOKBItem.cs" />
104    <Compile Include="Administration\ServiceClient\NamedOKBItem.cs" />
105    <Compile Include="Administration\ServiceClient\OKBItem.cs" />
106    <Compile Include="Administration\ServiceClient\Platform.cs" />
107    <Compile Include="Administration\ServiceClient\Problem.cs" />
108    <Compile Include="Administration\ServiceClient\ProblemClass.cs" />
109    <Compile Include="OKBRoles.cs" />
110    <Compile Include="Plugin.cs" />
111    <Compile Include="Query\QueryClient.cs" />
112    <Compile Include="Query\ServiceClient\CombinedFilter.cs" />
113    <Compile Include="Query\ServiceClient\ValueName.cs" />
114    <Compile Include="Query\ServiceClient\OrdinalComparisonTimeSpanFilter.cs" />
115    <Compile Include="Query\ServiceClient\NameOrdinalComparisonTimeSpanFilter.cs" />
116    <Compile Include="Query\ServiceClient\OrdinalComparisonPercentFilter.cs" />
117    <Compile Include="Query\ServiceClient\NameOrdinalComparisonPercentFilter.cs" />
118    <Compile Include="Query\ServiceClient\OrdinalComparisonFloatFilter.cs" />
119    <Compile Include="Query\ServiceClient\OrdinalComparisonDoubleFilter.cs" />
120    <Compile Include="Query\ServiceClient\EqualityComparisonByteArrayFilter.cs" />
121    <Compile Include="Query\ServiceClient\EqualityComparisonBoolFilter.cs" />
122    <Compile Include="Query\ServiceClient\OrdinalComparisonIntFilter.cs" />
123    <Compile Include="Query\ServiceClient\NameOrdinalComparisonIntFilter.cs" />
124    <Compile Include="Query\ServiceClient\NameOrdinalComparisonFloatFilter.cs" />
125    <Compile Include="Query\ServiceClient\Filter.cs" />
126    <Compile Include="Query\ServiceClient\NameEqualityComparisonBoolFilter.cs" />
127    <Compile Include="Query\ServiceClient\NameEqualityComparisonByteArrayFilter.cs" />
128    <Compile Include="Query\ServiceClient\NameOrdinalComparisonDoubleFilter.cs" />
129    <Compile Include="Query\ServiceClient\NameOrdinalComparisonLongFilter.cs" />
130    <Compile Include="Query\ServiceClient\NameStringComparisonAvailableValuesFilter.cs" />
131    <Compile Include="Query\ServiceClient\NameStringComparisonFilter.cs" />
132    <Compile Include="Query\ServiceClient\OrdinalComparisonDateTimeFilter.cs" />
133    <Compile Include="Query\ServiceClient\OrdinalComparisonLongFilter.cs" />
134    <Compile Include="Query\ServiceClient\QueryServiceClient.cs" />
135    <Compile Include="Query\ServiceClient\StringComparisonAvailableValuesFilter.cs" />
136    <Compile Include="Query\ServiceClient\StringComparisonFilter.cs" />
137    <Compile Include="RunCreation\EmptyAlgorithm.cs" />
138    <Compile Include="RunCreation\EmptyEvaluator.cs" />
139    <Compile Include="RunCreation\EmptyMultiObjectiveEvaluator.cs" />
140    <Compile Include="RunCreation\EmptyMultiObjectiveProblem.cs" />
141    <Compile Include="RunCreation\EmptyProblem.cs" />
142    <Compile Include="RunCreation\EmptySingleObjectiveEvaluator.cs" />
143    <Compile Include="RunCreation\EmptySingleObjectiveProblem.cs" />
144    <Compile Include="RunCreation\EmptySolutionCreator.cs" />
145    <Compile Include="RunCreation\ItemWrapper.cs" />
146    <Compile Include="RunCreation\MissingClientRegistrationException.cs" />
147    <Compile Include="RunCreation\MultiObjectiveOKBProblem.cs" />
148    <Compile Include="RunCreation\NamedItemWrapper.cs" />
149    <Compile Include="RunCreation\OKBAlgorithm.cs" />
150    <Compile Include="RunCreation\OKBProblem.cs" />
151    <Compile Include="RunCreation\OKBRun.cs" />
152    <Compile Include="RunCreation\RunCreationClient.cs" />
153    <Compile Include="RunCreation\ServiceClient\Algorithm.cs" />
154    <Compile Include="RunCreation\ServiceClient\Problem.cs" />
155    <Compile Include="RunCreation\ServiceClient\RunCreationServiceClient.cs" />
156    <Compile Include="Properties\AssemblyInfo.cs" />
157    <Compile Include="RunCreation\SingleObjectiveOKBProblem.cs" />
158    <None Include="app.config" />
159    <None Include="Plugin.cs.frame" />
160    <None Include="Properties\AssemblyInfo.cs.frame" />
161    <None Include="Administration\ServiceClient\GenerateServiceClient.cmd" />
162    <None Include="Query\ServiceClient\GenerateServiceClient.cmd" />
163    <None Include="RunCreation\ServiceClient\GenerateServiceClient.cmd" />
164  </ItemGroup>
165  <ItemGroup>
166    <None Include="HeuristicLab.snk" />
167  </ItemGroup>
168  <ItemGroup>
169    <ProjectReference Include="..\..\HeuristicLab.Clients.Access\3.3\HeuristicLab.Clients.Access-3.3.csproj">
170      <Project>{494F87F4-0F25-4D33-A382-10CDB2174D48}</Project>
171      <Name>HeuristicLab.Clients.Access-3.3</Name>
172      <EmbedInteropTypes>False</EmbedInteropTypes>
173      <Private>False</Private>
174    </ProjectReference>
175    <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
176      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
177      <Name>HeuristicLab.Clients.Common-3.3</Name>
178      <EmbedInteropTypes>False</EmbedInteropTypes>
179      <Private>False</Private>
180    </ProjectReference>
181    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
182      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
183      <Name>HeuristicLab.Collections-3.3</Name>
184      <EmbedInteropTypes>False</EmbedInteropTypes>
185      <Private>False</Private>
186    </ProjectReference>
187    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
188      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
189      <Name>HeuristicLab.Common.Resources-3.3</Name>
190      <EmbedInteropTypes>False</EmbedInteropTypes>
191      <Private>False</Private>
192    </ProjectReference>
193    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
194      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
195      <Name>HeuristicLab.Common-3.3</Name>
196      <EmbedInteropTypes>False</EmbedInteropTypes>
197      <Private>False</Private>
198    </ProjectReference>
199    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
200      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
201      <Name>HeuristicLab.Core-3.3</Name>
202      <EmbedInteropTypes>False</EmbedInteropTypes>
203      <Private>False</Private>
204    </ProjectReference>
205    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
206      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
207      <Name>HeuristicLab.Data-3.3</Name>
208      <EmbedInteropTypes>False</EmbedInteropTypes>
209      <Private>False</Private>
210    </ProjectReference>
211    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
212      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
213      <Name>HeuristicLab.Operators-3.3</Name>
214      <EmbedInteropTypes>False</EmbedInteropTypes>
215      <Private>False</Private>
216    </ProjectReference>
217    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
218      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
219      <Name>HeuristicLab.Optimization-3.3</Name>
220      <EmbedInteropTypes>False</EmbedInteropTypes>
221      <Private>False</Private>
222    </ProjectReference>
223    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
224      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
225      <Name>HeuristicLab.Parameters-3.3</Name>
226      <EmbedInteropTypes>False</EmbedInteropTypes>
227      <Private>False</Private>
228    </ProjectReference>
229    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
230      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
231      <Name>HeuristicLab.Persistence-3.3</Name>
232      <EmbedInteropTypes>False</EmbedInteropTypes>
233      <Private>False</Private>
234    </ProjectReference>
235    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
236      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
237      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
238      <EmbedInteropTypes>False</EmbedInteropTypes>
239      <Private>False</Private>
240    </ProjectReference>
241  </ItemGroup>
242  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
243  <PropertyGroup>
244    <PostBuildEvent>
245    </PostBuildEvent>
246  </PropertyGroup>
247  <PropertyGroup>
248   <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
249set ProjectDir=$(ProjectDir)
250set SolutionDir=$(SolutionDir)
251set Outdir=$(Outdir)
252call PreBuildEvent.cmd</PreBuildEvent>
253<PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
254export ProjectDir=$(ProjectDir)
255export SolutionDir=$(SolutionDir)
256
257$SolutionDir/PreBuildEvent.sh
258</PreBuildEvent>
259  </PropertyGroup>
260  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
261       Other similar extension points exist, see Microsoft.Common.targets.
262  <Target Name="BeforeBuild">
263  </Target>
264  <Target Name="AfterBuild">
265  </Target>
266  -->
267</Project>
Note: See TracBrowser for help on using the repository browser.