Free cookie consent management tool by TermsFeed Policy Generator

source: branches/ProgrammableProblem/HeuristicLab.Problems.ExternalEvaluation/3.4/HeuristicLab.Problems.ExternalEvaluation-3.4.csproj @ 11892

Last change on this file since 11892 was 11892, checked in by abeham, 9 years ago

#2174:

  • Branched ExternalEvaluation
    • Changed to use SingleObjectiveBasicProblem
    • Increased minor version number
  • Created view for MultiEncoding
  • Created dialog to construct encodings in the GUI

Setting up an external evaluation problem in HeuristicLab has finally become simple.

File size: 12.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>9.0.30729</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{25735DB4-8E54-4A2C-83E3-A60C76565E55}</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.5</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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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>..\..\..\..\trunk\sources\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="ExternalEvaluationProblem.cs" />
137    <Compile Include="Interfaces\IEvaluationServiceClient.cs" />
138    <Compile Include="Interfaces\IEvaluationChannel.cs" />
139    <Compile Include="Interfaces\IItemToSolutionMessageConverter.cs" />
140    <Compile Include="Plugin.cs" />
141    <Compile Include="Properties\AssemblyInfo.cs" />
142    <None Include="Properties\AssemblyInfo.cs.frame" />
143    <Compile Include="Protos\ExternalEvaluationMessages.cs" />
144    <Compile Include="SolutionMessageBuilder.cs" />
145    <None Include="Protos\ProcessProtos.cmd" />
146  </ItemGroup>
147  <ItemGroup>
148    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
149      <SpecificVersion>False</SpecificVersion>
150      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
151      <Private>False</Private>
152    </Reference>
153    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
154      <SpecificVersion>False</SpecificVersion>
155      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Collections-3.3.dll</HintPath>
156      <Private>False</Private>
157    </Reference>
158    <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
159      <SpecificVersion>False</SpecificVersion>
160      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common-3.3.dll</HintPath>
161      <Private>False</Private>
162    </Reference>
163    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
164      <SpecificVersion>False</SpecificVersion>
165      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
166      <Private>False</Private>
167    </Reference>
168    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
169      <SpecificVersion>False</SpecificVersion>
170      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
171      <Private>False</Private>
172    </Reference>
173    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
174      <SpecificVersion>False</SpecificVersion>
175      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
176      <Private>False</Private>
177    </Reference>
178    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
179      <SpecificVersion>False</SpecificVersion>
180      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
181      <Private>False</Private>
182    </Reference>
183    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
184      <SpecificVersion>False</SpecificVersion>
185      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
186      <Private>False</Private>
187    </Reference>
188    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
189      <SpecificVersion>False</SpecificVersion>
190      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
191      <Private>False</Private>
192    </Reference>
193    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
194      <SpecificVersion>False</SpecificVersion>
195      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
196      <Private>False</Private>
197    </Reference>
198    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
199      <SpecificVersion>False</SpecificVersion>
200      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
201      <Private>False</Private>
202    </Reference>
203  </ItemGroup>
204  <ItemGroup>
205    <ProjectReference Include="..\..\HeuristicLab.Optimization\3.3\HeuristicLab.Optimization-3.3.csproj">
206      <Project>{14AB8D24-25BC-400C-A846-4627AA945192}</Project>
207      <Name>HeuristicLab.Optimization-3.3</Name>
208      <Private>False</Private>
209    </ProjectReference>
210    <ProjectReference Include="..\..\HeuristicLab.Problems.Programmable\3.3\HeuristicLab.Problems.Programmable-3.3.csproj">
211      <Project>{ee07bff8-b23d-41f5-8ad7-ac9598d7a2c9}</Project>
212      <Name>HeuristicLab.Problems.Programmable-3.3</Name>
213    </ProjectReference>
214  </ItemGroup>
215  <ItemGroup>
216    <None Include="ExternalEvaluationCD.cd" />
217    <None Include="HeuristicLab.snk" />
218    <None Include="Protos\ExternalEvaluationMessages.proto" />
219  </ItemGroup>
220  <ItemGroup>
221    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
222      <Visible>False</Visible>
223      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
224      <Install>false</Install>
225    </BootstrapperPackage>
226    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
227      <Visible>False</Visible>
228      <ProductName>.NET Framework 3.5 SP1</ProductName>
229      <Install>true</Install>
230    </BootstrapperPackage>
231    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
232      <Visible>False</Visible>
233      <ProductName>Windows Installer 3.1</ProductName>
234      <Install>true</Install>
235    </BootstrapperPackage>
236  </ItemGroup>
237  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
238  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
239       Other similar extension points exist, see Microsoft.Common.targets.
240  <Target Name="BeforeBuild">
241  </Target>
242  <Target Name="AfterBuild">
243  </Target>
244  -->
245  <PropertyGroup>
246    <PreBuildEvent Condition=" '$(OS)' == 'Windows_NT' ">set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
247set ProjectDir=$(ProjectDir)
248set SolutionDir=$(SolutionDir)
249
250call "$(ProjectDir)\Protos\ProcessProtos.cmd"
251call PreBuildEvent.cmd
252</PreBuildEvent>
253    <PreBuildEvent Condition=" '$(OS)' != 'Windows_NT' ">
254export ProjectDir=$(ProjectDir)
255export SolutionDir=$(SolutionDir)
256
257$SolutionDir/PreBuildEvent.sh
258</PreBuildEvent>
259  </PropertyGroup>
260</Project>
Note: See TracBrowser for help on using the repository browser.