Free cookie consent management tool by TermsFeed Policy Generator

source: branches/2521_ProblemRefactoring/HeuristicLab.Problems.ExternalEvaluation/3.4/HeuristicLab.Problems.ExternalEvaluation-3.4.csproj

Last change on this file was 17747, checked in by abeham, 4 years ago

#2521: worked on refactoring

  • add results to problem base classes
  • fix external evaluation problem
  • Add result descriptions
File size: 15.3 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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{8A0B2A2B-47A7-410D-97A0-4296293BB00D}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Problems.ExternalEvaluation</RootNamespace>
12    <AssemblyName>HeuristicLab.Problems.ExternalEvaluation-3.4</AssemblyName>
13    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
14    <TargetFrameworkProfile>
15    </TargetFrameworkProfile>
16    <FileAlignment>512</FileAlignment>
17    <SignAssembly>true</SignAssembly>
18    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
19    <FileUpgradeFlags>
20    </FileUpgradeFlags>
21    <OldToolsVersion>3.5</OldToolsVersion>
22    <UpgradeBackupLocation />
23    <PublishUrl>publish\</PublishUrl>
24    <Install>true</Install>
25    <InstallFrom>Disk</InstallFrom>
26    <UpdateEnabled>false</UpdateEnabled>
27    <UpdateMode>Foreground</UpdateMode>
28    <UpdateInterval>7</UpdateInterval>
29    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
30    <UpdatePeriodically>false</UpdatePeriodically>
31    <UpdateRequired>false</UpdateRequired>
32    <MapFileExtensions>true</MapFileExtensions>
33    <ApplicationRevision>0</ApplicationRevision>
34    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
35    <IsWebBootstrapper>false</IsWebBootstrapper>
36    <UseApplicationTrust>false</UseApplicationTrust>
37    <BootstrapperEnabled>true</BootstrapperEnabled>
38  </PropertyGroup>
39  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
40    <DebugSymbols>true</DebugSymbols>
41    <DebugType>full</DebugType>
42    <Optimize>false</Optimize>
43    <OutputPath>$(SolutionDir)\bin\</OutputPath>
44    <DefineConstants>DEBUG;TRACE</DefineConstants>
45    <ErrorReport>prompt</ErrorReport>
46    <WarningLevel>4</WarningLevel>
47    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
48    <Prefer32Bit>false</Prefer32Bit>
49  </PropertyGroup>
50  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
51    <DebugType>pdbonly</DebugType>
52    <Optimize>true</Optimize>
53    <OutputPath>$(SolutionDir)\bin\</OutputPath>
54    <DefineConstants>TRACE</DefineConstants>
55    <ErrorReport>prompt</ErrorReport>
56    <WarningLevel>4</WarningLevel>
57    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
58    <Prefer32Bit>false</Prefer32Bit>
59  </PropertyGroup>
60  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
61    <DebugSymbols>true</DebugSymbols>
62    <OutputPath>$(SolutionDir)\bin\</OutputPath>
63    <DefineConstants>DEBUG;TRACE</DefineConstants>
64    <DebugType>full</DebugType>
65    <PlatformTarget>x86</PlatformTarget>
66    <ErrorReport>prompt</ErrorReport>
67    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
68    <Prefer32Bit>false</Prefer32Bit>
69  </PropertyGroup>
70  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
71    <OutputPath>$(SolutionDir)\bin\</OutputPath>
72    <DefineConstants>TRACE</DefineConstants>
73    <Optimize>true</Optimize>
74    <DebugType>pdbonly</DebugType>
75    <PlatformTarget>x86</PlatformTarget>
76    <ErrorReport>prompt</ErrorReport>
77    <DocumentationFile>
78    </DocumentationFile>
79    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
80    <Prefer32Bit>false</Prefer32Bit>
81  </PropertyGroup>
82  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x64' ">
83    <DebugSymbols>true</DebugSymbols>
84    <OutputPath>$(SolutionDir)\bin\</OutputPath>
85    <DefineConstants>DEBUG;TRACE</DefineConstants>
86    <DebugType>full</DebugType>
87    <PlatformTarget>x64</PlatformTarget>
88    <ErrorReport>prompt</ErrorReport>
89    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
90    <Prefer32Bit>false</Prefer32Bit>
91  </PropertyGroup>
92  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x64' ">
93    <OutputPath>$(SolutionDir)\bin\</OutputPath>
94    <DefineConstants>TRACE</DefineConstants>
95    <Optimize>true</Optimize>
96    <DebugType>pdbonly</DebugType>
97    <PlatformTarget>x64</PlatformTarget>
98    <ErrorReport>prompt</ErrorReport>
99    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
100    <Prefer32Bit>false</Prefer32Bit>
101  </PropertyGroup>
102  <ItemGroup>
103    <Reference Include="Google.ProtocolBuffers-2.4.1.473, Version=2.4.1.473">
104      <HintPath>..\..\bin\Google.ProtocolBuffers-2.4.1.473.dll</HintPath>
105      <Private>False</Private>
106    </Reference>
107    <Reference Include="System" />
108    <Reference Include="System.Core">
109      <RequiredTargetFramework>3.5</RequiredTargetFramework>
110    </Reference>
111    <Reference Include="System.Drawing" />
112    <Reference Include="System.Windows.Forms" />
113    <Reference Include="System.Xml.Linq">
114      <RequiredTargetFramework>3.5</RequiredTargetFramework>
115    </Reference>
116    <Reference Include="System.Data.DataSetExtensions">
117      <RequiredTargetFramework>3.5</RequiredTargetFramework>
118    </Reference>
119    <Reference Include="System.Data" />
120    <Reference Include="System.Xml" />
121  </ItemGroup>
122  <ItemGroup>
123    <None Include="Plugin.cs.frame" />
124    <Compile Include="Converters\BoolConverter.cs" />
125    <Compile Include="Converters\TimeSpanValueConverter.cs" />
126    <Compile Include="Converters\DateTimeValueConverter.cs" />
127    <Compile Include="Converters\DoubleConverter.cs" />
128    <Compile Include="Converters\IntegerConverter.cs" />
129    <Compile Include="Converters\StringConverter.cs" />
130    <Compile Include="EvaluationCache.cs" />
131    <Compile Include="Drivers\EvaluationServiceClient.cs" />
132    <Compile Include="Drivers\EvaluationChannel.cs" />
133    <Compile Include="Drivers\EvaluationProcessChannel.cs" />
134    <Compile Include="Drivers\EvaluationStreamChannel.cs" />
135    <Compile Include="Drivers\EvaluationTCPChannel.cs" />
136    <Compile Include="Interfaces\IExternalEvaluationProblem.cs" />
137    <Compile Include="Interfaces\IMultiObjectiveOptimizationSupport.cs" />
138    <Compile Include="MultiObjectiveExternalEvaluationProblem.cs" />
139    <Compile Include="ExternalEvaluationProblemInstances.cs" />
140    <Compile Include="ExternalEvaluationProblem.cs" />
141    <Compile Include="Interfaces\IEvaluationServiceClient.cs" />
142    <Compile Include="Interfaces\IEvaluationChannel.cs" />
143    <Compile Include="Interfaces\IItemToSolutionMessageConverter.cs" />
144    <Compile Include="Interfaces\ISingleObjectiveOptimizationSupport.cs" />
145    <Compile Include="Plugin.cs" />
146    <Compile Include="Programmable\CompiledOptimizationSupport.cs" />
147    <Content Include="Programmable\MultiObjective\CompiledMultiObjectiveOptimizationSupport.cs" />
148    <Content Include="Programmable\SingleObjective\CompiledSingleObjectiveOptimizationSupport.cs" />
149    <Compile Include="Programmable\MultiObjective\MultiObjectiveOptimizationSupportScript.cs" />
150    <Compile Include="Programmable\OptimizationSupportScript.cs" />
151    <Compile Include="Programmable\SingleObjective\SingleObjectiveOptimizationSupportScript.cs" />
152    <Compile Include="Programmable\OptimizationSupportScriptException.cs" />
153    <Compile Include="Programmable\Templates.Designer.cs">
154      <AutoGen>True</AutoGen>
155      <DesignTime>True</DesignTime>
156      <DependentUpon>Templates.resx</DependentUpon>
157    </Compile>
158    <Compile Include="Properties\AssemblyInfo.cs" />
159    <None Include="Properties\AssemblyInfo.cs.frame" />
160    <Compile Include="Protos\ExternalEvaluationMessages.cs" />
161    <Compile Include="SolutionMessageBuilder.cs" />
162    <None Include="Protos\ProcessProtos.cmd" />
163  </ItemGroup>
164  <ItemGroup>
165    <None Include="ExternalEvaluationCD.cd" />
166    <None Include="HeuristicLab.snk" />
167    <None Include="Protos\ExternalEvaluationMessages.proto" />
168  </ItemGroup>
169  <ItemGroup>
170    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
171      <Visible>False</Visible>
172      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
173      <Install>false</Install>
174    </BootstrapperPackage>
175    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
176      <Visible>False</Visible>
177      <ProductName>.NET Framework 3.5 SP1</ProductName>
178      <Install>true</Install>
179    </BootstrapperPackage>
180    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
181      <Visible>False</Visible>
182      <ProductName>Windows Installer 3.1</ProductName>
183      <Install>true</Install>
184    </BootstrapperPackage>
185  </ItemGroup>
186  <ItemGroup>
187    <EmbeddedResource Include="Programmable\Templates.resx">
188      <Generator>ResXFileCodeGenerator</Generator>
189      <LastGenOutput>Templates.Designer.cs</LastGenOutput>
190      <SubType>Designer</SubType>
191    </EmbeddedResource>
192  </ItemGroup>
193  <ItemGroup>
194    <ProjectReference Include="..\..\HeuristicLab.Analysis\3.3\HeuristicLab.Analysis-3.3.csproj">
195      <Project>{887425b4-4348-49ed-a457-b7d2c26ddbf9}</Project>
196      <Name>HeuristicLab.Analysis-3.3</Name>
197      <Private>False</Private>
198    </ProjectReference>
199    <ProjectReference Include="..\..\HeuristicLab.Collections\3.3\HeuristicLab.Collections-3.3.csproj">
200      <Project>{958b43bc-cc5c-4fa2-8628-2b3b01d890b6}</Project>
201      <Name>HeuristicLab.Collections-3.3</Name>
202      <Private>False</Private>
203    </ProjectReference>
204    <ProjectReference Include="..\..\HeuristicLab.Common.Resources\3.3\HeuristicLab.Common.Resources-3.3.csproj">
205      <Project>{0e27a536-1c4a-4624-a65e-dc4f4f23e3e1}</Project>
206      <Name>HeuristicLab.Common.Resources-3.3</Name>
207      <Private>False</Private>
208    </ProjectReference>
209    <ProjectReference Include="..\..\HeuristicLab.Common\3.3\HeuristicLab.Common-3.3.csproj">
210      <Project>{a9ad58b9-3ef9-4cc1-97e5-8d909039ff5c}</Project>
211      <Name>HeuristicLab.Common-3.3</Name>
212      <Private>False</Private>
213    </ProjectReference>
214    <ProjectReference Include="..\..\HeuristicLab.Core\3.3\HeuristicLab.Core-3.3.csproj">
215      <Project>{c36bd924-a541-4a00-afa8-41701378ddc5}</Project>
216      <Name>HeuristicLab.Core-3.3</Name>
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      <Private>False</Private>
223    </ProjectReference>
224    <ProjectReference Include="..\..\HeuristicLab.Encodings.BinaryVectorEncoding\3.3\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.csproj">
225      <Project>{66d249c3-a01d-42a8-82a2-919bc8ec3d83}</Project>
226      <Name>HeuristicLab.Encodings.BinaryVectorEncoding-3.3</Name>
227      <Private>False</Private>
228    </ProjectReference>
229    <ProjectReference Include="..\..\HeuristicLab.Encodings.IntegerVectorEncoding\3.3\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.csproj">
230      <Project>{ddfb14dd-2a85-493c-a52d-e69729bbaeb0}</Project>
231      <Name>HeuristicLab.Encodings.IntegerVectorEncoding-3.3</Name>
232      <Private>False</Private>
233    </ProjectReference>
234    <ProjectReference Include="..\..\HeuristicLab.Encodings.LinearLinkageEncoding\3.4\HeuristicLab.Encodings.LinearLinkageEncoding-3.4.csproj">
235      <Project>{be698769-975a-429e-828c-72bb2b6182c8}</Project>
236      <Name>HeuristicLab.Encodings.LinearLinkageEncoding-3.4</Name>
237      <Private>False</Private>
238    </ProjectReference>
239    <ProjectReference Include="..\..\HeuristicLab.Encodings.PermutationEncoding\3.3\HeuristicLab.Encodings.PermutationEncoding-3.3.csproj">
240      <Project>{dbecb8b0-b166-4133-baf1-ed67c3fd7fca}</Project>
241      <Name>HeuristicLab.Encodings.PermutationEncoding-3.3</Name>
242      <Private>False</Private>
243    </ProjectReference>
244    <ProjectReference Include="..\..\HeuristicLab.Encodings.RealVectorEncoding\3.3\HeuristicLab.Encodings.RealVectorEncoding-3.3.csproj">
245      <Project>{bb6d334a-4bb6-4674-9883-31a6ebb32cab}</Project>
246      <Name>HeuristicLab.Encodings.RealVectorEncoding-3.3</Name>
247      <Private>False</Private>
248    </ProjectReference>
249    <ProjectReference Include="..\..\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding\3.4\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.csproj">
250      <Project>{06d4a186-9319-48a0-bade-a2058d462eea}</Project>
251      <Name>HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4</Name>
252      <Private>False</Private>
253    </ProjectReference>
254    <ProjectReference Include="..\..\HeuristicLab.Operators\3.3\HeuristicLab.Operators-3.3.csproj">
255      <Project>{23da7ff4-d5b8-41b6-aa96-f0561d24f3ee}</Project>
256      <Name>HeuristicLab.Operators-3.3</Name>
257      <Private>False</Private>
258    </ProjectReference>
259    <ProjectReference Include="..\..\HeuristicLab.Optimization.Operators\3.3\HeuristicLab.Optimization.Operators-3.3.csproj">
260      <Project>{25087811-f74c-4128-bc86-8324271da13e}</Project>
261      <Name>HeuristicLab.Optimization.Operators-3.3</Name>
262      <Private>False</Private>
263    </ProjectReference>
264    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
265      <Project>{14ab8d24-25bc-400c-a846-4627aa945192}</Project>
266      <Name>HeuristicLab.Optimization-3.3</Name>
267      <Private>False</Private>
268    </ProjectReference>
269    <ProjectReference Include="..\..\HeuristicLab.Parameters\3.3\HeuristicLab.Parameters-3.3.csproj">
270      <Project>{56f9106a-079f-4c61-92f6-86a84c2d84b7}</Project>
271      <Name>HeuristicLab.Parameters-3.3</Name>
272      <Private>False</Private>
273    </ProjectReference>
274    <ProjectReference Include="..\..\HeuristicLab.PluginInfrastructure\3.3\HeuristicLab.PluginInfrastructure-3.3.csproj">
275      <Project>{94186a6a-5176-4402-ae83-886557b53cca}</Project>
276      <Name>HeuristicLab.PluginInfrastructure-3.3</Name>
277      <Private>False</Private>
278    </ProjectReference>
279    <ProjectReference Include="..\..\HeuristicLab.Scripting\3.3\HeuristicLab.Scripting-3.3.csproj">
280      <Project>{21977cc3-1757-4b3b-87bd-ff817aaa900f}</Project>
281      <Name>HeuristicLab.Scripting-3.3</Name>
282      <Private>False</Private>
283    </ProjectReference>
284  </ItemGroup>
285  <ItemGroup>
286    <Reference Include="HEAL.Attic, Version=1.0.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
287      <SpecificVersion>False</SpecificVersion>
288      <HintPath>..\..\bin\HEAL.Attic.dll</HintPath>
289      <Private>False</Private>
290    </Reference>
291  </ItemGroup>
292  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
293  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
294       Other similar extension points exist, see Microsoft.Common.targets.
295  <Target Name="BeforeBuild">
296  </Target>
297  <Target Name="AfterBuild">
298  </Target>
299  -->
300  <PropertyGroup>
301    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
302set ProjectDir=$(ProjectDir)
303set SolutionDir=$(SolutionDir)
304
305call "$(ProjectDir)\Protos\ProcessProtos.cmd"
306call PreBuildEvent.cmd
307</PreBuildEvent>
308    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
309export ProjectDir=$(ProjectDir)
310export SolutionDir=$(SolutionDir)
311
312$SolutionDir/PreBuildEvent.sh
313</PreBuildEvent>
314  </PropertyGroup>
315</Project>
Note: See TracBrowser for help on using the repository browser.