Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2520_PersistenceReintegration/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj @ 16539

Last change on this file since 16539 was 16539, checked in by gkronber, 5 years ago

#2520: use nuget package System.Drawing.Common to allow cross-platform persistence for types from System.Drawing.

File size: 15.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>v4.6.1</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    <Prefer32Bit>false</Prefer32Bit>
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>
38    <Prefer32Bit>false</Prefer32Bit>
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>
48    <Prefer32Bit>false</Prefer32Bit>
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>
60    <Prefer32Bit>false</Prefer32Bit>
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>
70    <Prefer32Bit>false</Prefer32Bit>
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>
82    <Prefer32Bit>false</Prefer32Bit>
83  </PropertyGroup>
84  <PropertyGroup>
85    <SignAssembly>true</SignAssembly>
86  </PropertyGroup>
87  <PropertyGroup>
88    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
89  </PropertyGroup>
90  <ItemGroup>
91    <Reference Include="Google.Protobuf, Version=3.6.1.0, Culture=neutral, PublicKeyToken=a7d26565bac4d604, processorArchitecture=MSIL">
92      <HintPath>..\..\packages\Google.Protobuf.3.6.1\lib\net45\Google.Protobuf.dll</HintPath>
93    </Reference>
94    <Reference Include="HEAL.Fossil, Version=1.0.1.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
95      <HintPath>..\..\packages\HEAL.Fossil.1.0.1\lib\netstandard2.0\HEAL.Fossil.dll</HintPath>
96    </Reference>
97    <Reference Include="System" />
98    <Reference Include="System.Core" />
99    <Reference Include="System.Drawing" />
100    <Reference Include="System.Drawing.Common, Version=4.0.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
101      <HintPath>..\..\packages\System.Drawing.Common.4.5.1\lib\net461\System.Drawing.Common.dll</HintPath>
102    </Reference>
103    <Reference Include="System.Runtime.Serialization" />
104    <Reference Include="System.ServiceModel" />
105    <Reference Include="System.Windows.Forms" />
106    <Reference Include="System.Xml.Linq" />
107    <Reference Include="System.Data.DataSetExtensions" />
108    <Reference Include="System.Data" />
109    <Reference Include="System.Xml" />
110  </ItemGroup>
111  <ItemGroup>
112    <Compile Include="Administration\AdministrationClient.cs" />
113    <Compile Include="Administration\ServiceClient\AdministrationServiceClient.cs" />
114    <Compile Include="Administration\ServiceClient\Algorithm.cs" />
115    <Compile Include="Administration\ServiceClient\AlgorithmClass.cs" />
116    <Compile Include="Administration\ServiceClient\OKBItemCollection.cs" />
117    <Compile Include="Administration\ServiceClient\INamedOKBItem.cs" />
118    <Compile Include="Administration\ServiceClient\IOKBItem.cs" />
119    <Compile Include="Administration\ServiceClient\NamedOKBItem.cs" />
120    <Compile Include="Administration\ServiceClient\OKBItem.cs" />
121    <Compile Include="Administration\ServiceClient\Platform.cs" />
122    <Compile Include="Administration\ServiceClient\Problem.cs" />
123    <Compile Include="Administration\ServiceClient\ProblemClass.cs" />
124    <Compile Include="OKBRoles.cs" />
125    <Compile Include="Properties\Settings.Designer.cs">
126      <AutoGen>True</AutoGen>
127      <DesignTimeSharedInput>True</DesignTimeSharedInput>
128      <DependentUpon>Settings.settings</DependentUpon>
129    </Compile>
130    <Compile Include="RunCreation\OKBSolution.cs" />
131    <Compile Include="Plugin.cs" />
132    <Compile Include="Query\QueryClient.cs" />
133    <Compile Include="Query\ServiceClient\CombinedFilter.cs" />
134    <Compile Include="Query\ServiceClient\ValueName.cs" />
135    <Compile Include="Query\ServiceClient\OrdinalComparisonTimeSpanFilter.cs" />
136    <Compile Include="Query\ServiceClient\NameOrdinalComparisonTimeSpanFilter.cs" />
137    <Compile Include="Query\ServiceClient\OrdinalComparisonPercentFilter.cs" />
138    <Compile Include="Query\ServiceClient\NameOrdinalComparisonPercentFilter.cs" />
139    <Compile Include="Query\ServiceClient\OrdinalComparisonFloatFilter.cs" />
140    <Compile Include="Query\ServiceClient\OrdinalComparisonDoubleFilter.cs" />
141    <Compile Include="Query\ServiceClient\EqualityComparisonByteArrayFilter.cs" />
142    <Compile Include="Query\ServiceClient\EqualityComparisonBoolFilter.cs" />
143    <Compile Include="Query\ServiceClient\OrdinalComparisonIntFilter.cs" />
144    <Compile Include="Query\ServiceClient\NameOrdinalComparisonIntFilter.cs" />
145    <Compile Include="Query\ServiceClient\NameOrdinalComparisonFloatFilter.cs" />
146    <Compile Include="Query\ServiceClient\Filter.cs" />
147    <Compile Include="Query\ServiceClient\NameEqualityComparisonBoolFilter.cs" />
148    <Compile Include="Query\ServiceClient\NameEqualityComparisonByteArrayFilter.cs" />
149    <Compile Include="Query\ServiceClient\NameOrdinalComparisonDoubleFilter.cs" />
150    <Compile Include="Query\ServiceClient\NameOrdinalComparisonLongFilter.cs" />
151    <Compile Include="Query\ServiceClient\NameStringComparisonAvailableValuesFilter.cs" />
152    <Compile Include="Query\ServiceClient\NameStringComparisonFilter.cs" />
153    <Compile Include="Query\ServiceClient\OrdinalComparisonDateTimeFilter.cs" />
154    <Compile Include="Query\ServiceClient\OrdinalComparisonLongFilter.cs" />
155    <Compile Include="Query\ServiceClient\QueryServiceClient.cs" />
156    <Compile Include="Query\ServiceClient\StringComparisonAvailableValuesFilter.cs" />
157    <Compile Include="Query\ServiceClient\StringComparisonFilter.cs" />
158    <Compile Include="RunCreation\EmptyAlgorithm.cs" />
159    <Compile Include="RunCreation\EmptyEvaluator.cs" />
160    <Compile Include="RunCreation\EmptyMultiObjectiveEvaluator.cs" />
161    <Compile Include="RunCreation\EmptyMultiObjectiveProblem.cs" />
162    <Compile Include="RunCreation\EmptyProblem.cs" />
163    <Compile Include="RunCreation\EmptySingleObjectiveEvaluator.cs" />
164    <Compile Include="RunCreation\EmptySingleObjectiveProblem.cs" />
165    <Compile Include="RunCreation\EmptySolutionCreator.cs" />
166    <Compile Include="RunCreation\ItemWrapper.cs" />
167    <Compile Include="RunCreation\MissingClientRegistrationException.cs" />
168    <Compile Include="RunCreation\MultiObjectiveOKBProblem.cs" />
169    <Compile Include="RunCreation\NamedItemWrapper.cs" />
170    <Compile Include="RunCreation\OKBAlgorithm.cs" />
171    <Compile Include="RunCreation\OKBProblem.cs" />
172    <Compile Include="RunCreation\OKBRun.cs" />
173    <Compile Include="RunCreation\SingleObjectiveOKBSolution.cs" />
174    <Compile Include="RunCreation\RunCreationClient.cs" />
175    <Compile Include="RunCreation\ServiceClient\Algorithm.cs" />
176    <Compile Include="RunCreation\ServiceClient\BoolValue.cs" />
177    <Compile Include="RunCreation\ServiceClient\TimeSpanValue.cs" />
178    <Compile Include="RunCreation\ServiceClient\StringValue.cs" />
179    <Compile Include="RunCreation\ServiceClient\PercentValue.cs" />
180    <Compile Include="RunCreation\ServiceClient\DoubleValue.cs" />
181    <Compile Include="RunCreation\ServiceClient\FloatValue.cs" />
182    <Compile Include="RunCreation\ServiceClient\LongValue.cs" />
183    <Compile Include="RunCreation\ServiceClient\IntValue.cs" />
184    <Compile Include="RunCreation\ServiceClient\Problem.cs" />
185    <Compile Include="RunCreation\ServiceClient\RunCreationServiceClient.cs" />
186    <Compile Include="Properties\AssemblyInfo.cs" />
187    <Compile Include="RunCreation\ServiceClient\Value.cs" />
188    <Compile Include="RunCreation\SingleObjectiveOKBProblem.cs" />
189    <None Include="app.config" />
190    <None Include="packages.config" />
191    <None Include="Plugin.cs.frame" />
192    <None Include="Properties\AssemblyInfo.cs.frame" />
193    <None Include="Administration\ServiceClient\GenerateServiceClient.cmd" />
194    <None Include="Properties\Settings.settings">
195      <Generator>SettingsSingleFileGenerator</Generator>
196      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
197    </None>
198    <None Include="Query\ServiceClient\GenerateServiceClient.cmd" />
199    <None Include="RunCreation\ServiceClient\GenerateServiceClient.cmd" />
200  </ItemGroup>
201  <ItemGroup>
202    <None Include="HeuristicLab.snk" />
203  </ItemGroup>
204  <ItemGroup>
205    <ProjectReference Include="..\..\HeuristicLab.Clients.Access\3.3\HeuristicLab.Clients.Access-3.3.csproj">
206      <Project>{494F87F4-0F25-4D33-A382-10CDB2174D48}</Project>
207      <Name>HeuristicLab.Clients.Access-3.3</Name>
208      <EmbedInteropTypes>False</EmbedInteropTypes>
209      <Private>False</Private>
210    </ProjectReference>
211    <ProjectReference Include="..\..\HeuristicLab.Clients.Common\3.3\HeuristicLab.Clients.Common-3.3.csproj">
212      <Project>{730A9104-D4D1-4360-966B-E49B7571DDA3}</Project>
213      <Name>HeuristicLab.Clients.Common-3.3</Name>
214      <EmbedInteropTypes>False</EmbedInteropTypes>
215      <Private>False</Private>
216    </ProjectReference>
217    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
218      <Project>{958B43BC-CC5C-4FA2-8628-2B3B01D890B6}</Project>
219      <Name>HeuristicLab.Collections-3.3</Name>
220      <EmbedInteropTypes>False</EmbedInteropTypes>
221      <Private>False</Private>
222    </ProjectReference>
223    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
224      <Project>{0E27A536-1C4A-4624-A65E-DC4F4F23E3E1}</Project>
225      <Name>HeuristicLab.Common.Resources-3.3</Name>
226      <EmbedInteropTypes>False</EmbedInteropTypes>
227      <Private>False</Private>
228    </ProjectReference>
229    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
230      <Project>{A9AD58B9-3EF9-4CC1-97E5-8D909039FF5C}</Project>
231      <Name>HeuristicLab.Common-3.3</Name>
232      <EmbedInteropTypes>False</EmbedInteropTypes>
233      <Private>False</Private>
234    </ProjectReference>
235    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
236      <Project>{C36BD924-A541-4A00-AFA8-41701378DDC5}</Project>
237      <Name>HeuristicLab.Core-3.3</Name>
238      <EmbedInteropTypes>False</EmbedInteropTypes>
239      <Private>False</Private>
240    </ProjectReference>
241    <ProjectReference Include="..\..\HeuristicLab.Data\3.3\HeuristicLab.Data-3.3.csproj">
242      <Project>{BBAB9DF5-5EF3-4BA8-ADE9-B36E82114937}</Project>
243      <Name>HeuristicLab.Data-3.3</Name>
244      <EmbedInteropTypes>False</EmbedInteropTypes>
245      <Private>False</Private>
246    </ProjectReference>
247    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
248      <Project>{23DA7FF4-D5B8-41B6-AA96-F0561D24F3EE}</Project>
249      <Name>HeuristicLab.Operators-3.3</Name>
250      <EmbedInteropTypes>False</EmbedInteropTypes>
251      <Private>False</Private>
252    </ProjectReference>
253    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
254      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
255      <Name>HeuristicLab.Optimization-3.3</Name>
256      <EmbedInteropTypes>False</EmbedInteropTypes>
257      <Private>False</Private>
258    </ProjectReference>
259    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
260      <Project>{56F9106A-079F-4C61-92F6-86A84C2D84B7}</Project>
261      <Name>HeuristicLab.Parameters-3.3</Name>
262      <EmbedInteropTypes>False</EmbedInteropTypes>
263      <Private>False</Private>
264    </ProjectReference>
265    <ProjectReference Include="..\..\HeuristicLab.Persistence\3.3\HeuristicLab.Persistence-3.3.csproj">
266      <Project>{102BC7D3-0EF9-439C-8F6D-96FF0FDB8E1B}</Project>
267      <Name>HeuristicLab.Persistence-3.3</Name>
268      <EmbedInteropTypes>False</EmbedInteropTypes>
269      <Private>False</Private>
270    </ProjectReference>
271    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
272      <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
273      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
274      <EmbedInteropTypes>False</EmbedInteropTypes>
275      <Private>False</Private>
276    </ProjectReference>
277  </ItemGroup>
278  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
279  <PropertyGroup>
280    <PostBuildEvent>
281    </PostBuildEvent>
282  </PropertyGroup>
283  <PropertyGroup>
284    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
285set ProjectDir=$(ProjectDir)
286set SolutionDir=$(SolutionDir)
287set Outdir=$(Outdir)
288call PreBuildEvent.cmd</PreBuildEvent>
289    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
290export ProjectDir=$(ProjectDir)
291export SolutionDir=$(SolutionDir)
292
293$SolutionDir/PreBuildEvent.sh
294</PreBuildEvent>
295  </PropertyGroup>
296  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
297       Other similar extension points exist, see Microsoft.Common.targets.
298  <Target Name="BeforeBuild">
299  </Target>
300  <Target Name="AfterBuild">
301  </Target>
302  -->
303</Project>
Note: See TracBrowser for help on using the repository browser.