Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj @ 13503

Last change on this file since 13503 was 13503, checked in by abeham, 8 years ago

#2560:

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