Free cookie consent management tool by TermsFeed Policy Generator

source: branches/symbreg-factors-2650/HeuristicLab.Clients.OKB/3.3/HeuristicLab.Clients.OKB-3.3.csproj @ 14751

Last change on this file since 14751 was 14751, checked in by gkronber, 7 years ago

#2650: merged r14597:14737 from trunk to branch

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