Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OptimizationNetworks/HeuristicLab.Networks.IntegratedOptimization/3.3/HeuristicLab.Networks.IntegratedOptimization-3.3.csproj @ 14586

Last change on this file since 14586 was 14586, checked in by jkarder, 7 years ago

#2205: worked on optimization networks

  • added projects for integrated optimization (orchestration)
File size: 16.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProjectGuid>{B6263D3E-DCAF-42B0-A440-3DEEF1FF0429}</ProjectGuid>
8    <OutputType>Library</OutputType>
9    <AppDesignerFolder>Properties</AppDesignerFolder>
10    <RootNamespace>HeuristicLab.Networks.IntegratedOptimization</RootNamespace>
11    <AssemblyName>HeuristicLab.Networks.IntegratedOptimization-3.3</AssemblyName>
12    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13    <FileAlignment>512</FileAlignment>
14    <TargetFrameworkProfile />
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup>
34    <SignAssembly>true</SignAssembly>
35  </PropertyGroup>
36  <PropertyGroup>
37    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
40    <DebugSymbols>true</DebugSymbols>
41    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
42    <DefineConstants>DEBUG;TRACE</DefineConstants>
43    <DebugType>full</DebugType>
44    <PlatformTarget>x64</PlatformTarget>
45    <ErrorReport>prompt</ErrorReport>
46    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
47  </PropertyGroup>
48  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
49    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
50    <DefineConstants>TRACE</DefineConstants>
51    <Optimize>true</Optimize>
52    <DebugType>pdbonly</DebugType>
53    <PlatformTarget>x64</PlatformTarget>
54    <ErrorReport>prompt</ErrorReport>
55    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
56  </PropertyGroup>
57  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
58    <DebugSymbols>true</DebugSymbols>
59    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
60    <DefineConstants>DEBUG;TRACE</DefineConstants>
61    <DebugType>full</DebugType>
62    <PlatformTarget>x86</PlatformTarget>
63    <ErrorReport>prompt</ErrorReport>
64    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
65  </PropertyGroup>
66  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
67    <OutputPath>..\..\..\..\trunk\sources\bin\</OutputPath>
68    <DefineConstants>TRACE</DefineConstants>
69    <Optimize>true</Optimize>
70    <DebugType>pdbonly</DebugType>
71    <PlatformTarget>x86</PlatformTarget>
72    <ErrorReport>prompt</ErrorReport>
73    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
74  </PropertyGroup>
75  <ItemGroup>
76    <Reference Include="HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4, Version=3.4.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
77      <SpecificVersion>False</SpecificVersion>
78      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.CMAEvolutionStrategy-3.4.dll</HintPath>
79      <Private>False</Private>
80    </Reference>
81    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
82      <SpecificVersion>False</SpecificVersion>
83      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
84      <Private>False</Private>
85    </Reference>
86    <Reference Include="HeuristicLab.Algorithms.LocalSearch-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
87      <SpecificVersion>False</SpecificVersion>
88      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.LocalSearch-3.3.dll</HintPath>
89      <Private>False</Private>
90    </Reference>
91    <Reference Include="HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
92      <SpecificVersion>False</SpecificVersion>
93      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.OffspringSelectionGeneticAlgorithm-3.3.dll</HintPath>
94      <Private>False</Private>
95    </Reference>
96    <Reference Include="HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
97      <SpecificVersion>False</SpecificVersion>
98      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.ParameterlessPopulationPyramid-3.3.dll</HintPath>
99      <Private>False</Private>
100    </Reference>
101    <Reference Include="HeuristicLab.Algorithms.SimulatedAnnealing-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
102      <SpecificVersion>False</SpecificVersion>
103      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.SimulatedAnnealing-3.3.dll</HintPath>
104      <Private>False</Private>
105    </Reference>
106    <Reference Include="HeuristicLab.Algorithms.TabuSearch-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
107      <SpecificVersion>False</SpecificVersion>
108      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Algorithms.TabuSearch-3.3.dll</HintPath>
109      <Private>False</Private>
110    </Reference>
111    <Reference Include="HeuristicLab.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
112      <SpecificVersion>False</SpecificVersion>
113      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
114      <Private>False</Private>
115    </Reference>
116    <Reference Include="HeuristicLab.Collections-3.3">
117      <Private>False</Private>
118    </Reference>
119    <Reference Include="HeuristicLab.Common-3.3">
120      <Private>False</Private>
121    </Reference>
122    <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
123      <SpecificVersion>False</SpecificVersion>
124      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Core-3.3.dll</HintPath>
125      <Private>False</Private>
126    </Reference>
127    <Reference Include="HeuristicLab.Data-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
128      <SpecificVersion>False</SpecificVersion>
129      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Data-3.3.dll</HintPath>
130      <Private>False</Private>
131    </Reference>
132    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
133      <SpecificVersion>False</SpecificVersion>
134      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
135      <Private>False</Private>
136    </Reference>
137    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
138      <SpecificVersion>False</SpecificVersion>
139      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
140      <Private>False</Private>
141    </Reference>
142    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
143      <SpecificVersion>False</SpecificVersion>
144      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
145      <Private>False</Private>
146    </Reference>
147    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
148      <SpecificVersion>False</SpecificVersion>
149      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
150      <Private>False</Private>
151    </Reference>
152    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
153      <SpecificVersion>False</SpecificVersion>
154      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Operators-3.3.dll</HintPath>
155      <Private>False</Private>
156    </Reference>
157    <Reference Include="HeuristicLab.Optimization-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
158      <SpecificVersion>False</SpecificVersion>
159      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Optimization-3.3.dll</HintPath>
160      <Private>False</Private>
161    </Reference>
162    <Reference Include="HeuristicLab.ParallelEngine-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
163      <SpecificVersion>False</SpecificVersion>
164      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
165      <Private>False</Private>
166    </Reference>
167    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
168      <SpecificVersion>False</SpecificVersion>
169      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
170      <Private>False</Private>
171    </Reference>
172    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
173      <SpecificVersion>False</SpecificVersion>
174      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
175      <Private>False</Private>
176    </Reference>
177    <Reference Include="HeuristicLab.PluginInfrastructure-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
178      <SpecificVersion>False</SpecificVersion>
179      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.PluginInfrastructure-3.3.dll</HintPath>
180      <Private>False</Private>
181    </Reference>
182    <Reference Include="HeuristicLab.Problems.Binary-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
183      <SpecificVersion>False</SpecificVersion>
184      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Binary-3.3.dll</HintPath>
185      <Private>False</Private>
186    </Reference>
187    <Reference Include="HeuristicLab.Problems.Instances-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
188      <SpecificVersion>False</SpecificVersion>
189      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
190      <Private>False</Private>
191    </Reference>
192    <Reference Include="HeuristicLab.Problems.Knapsack-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
193      <SpecificVersion>False</SpecificVersion>
194      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.Knapsack-3.3.dll</HintPath>
195      <Private>False</Private>
196    </Reference>
197    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
198      <SpecificVersion>False</SpecificVersion>
199      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
200      <Private>False</Private>
201    </Reference>
202    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
203      <SpecificVersion>False</SpecificVersion>
204      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Random-3.3.dll</HintPath>
205      <Private>False</Private>
206    </Reference>
207    <Reference Include="HeuristicLab.Scripting-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
208      <SpecificVersion>False</SpecificVersion>
209      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Scripting-3.3.dll</HintPath>
210      <Private>False</Private>
211    </Reference>
212    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
213      <SpecificVersion>False</SpecificVersion>
214      <HintPath>..\..\..\..\trunk\sources\bin\HeuristicLab.Selection-3.3.dll</HintPath>
215      <Private>False</Private>
216    </Reference>
217    <Reference Include="System" />
218    <Reference Include="System.Core" />
219    <Reference Include="System.Drawing" />
220    <Reference Include="System.Xml.Linq" />
221    <Reference Include="System.Data.DataSetExtensions" />
222    <Reference Include="Microsoft.CSharp" />
223    <Reference Include="System.Data" />
224    <Reference Include="System.Net.Http" />
225    <Reference Include="System.Xml" />
226  </ItemGroup>
227  <ItemGroup>
228    <Compile Include="Problems\BinaryKnapsackProblem.cs" />
229    <Compile Include="IOrchestratorNode.cs" />
230    <Compile Include="OrchestratedAlgorithmNode.cs" />
231    <Compile Include="OrchestrationSystem.cs" />
232    <Compile Include="OrchestratorNode.cs" />
233    <Compile Include="Problems\LootProfitProblem.cs" />
234    <Compile Include="Problems\TourProfitProblem.cs" />
235    <Compile Include="Problems\VariegationProblem.cs" />
236    <Compile Include="SolveResponseMessage.cs" />
237    <Compile Include="SolveRequestMessage.cs" />
238    <Compile Include="TtpImporter.cs" />
239    <Compile Include="TtpNetwork.cs" />
240    <Compile Include="TtpNetwork2.cs" />
241    <Compile Include="TtpNetwork3.cs" />
242    <Compile Include="TtpNetwork4.cs" />
243    <Compile Include="TtpNetwork5.cs" />
244    <Compile Include="TtpOrchestratorNode3.cs" />
245    <Compile Include="TtpOrchestratorNode1.cs" />
246    <Compile Include="TtpOrchestratorNode2.cs" />
247    <Compile Include="TtpOrchestratorNode4.cs" />
248    <Compile Include="TtpOrchestratorNode5.cs" />
249    <Compile Include="TtpUtils.cs" />
250    <Compile Include="Utils.cs" />
251    <None Include="Plugin.cs.frame" />
252    <None Include="Properties\AssemblyInfo.cs.frame" />
253    <Compile Include="ActionMessage.cs" />
254    <Compile Include="InitializeResponseMessage.cs" />
255    <Compile Include="InitializeRequestMessage.cs" />
256    <Compile Include="MessageAction.cs" />
257    <Compile Include="Plugin.cs" />
258    <Compile Include="Properties\AssemblyInfo.cs" />
259  </ItemGroup>
260  <ItemGroup>
261    <None Include="HeuristicLab.snk" />
262  </ItemGroup>
263  <ItemGroup>
264    <ProjectReference Include="..\..\HeuristicLab.Networks\3.3\HeuristicLab.Networks-3.3.csproj">
265      <Project>{7CF51332-0E37-447C-8017-82A258C59EF2}</Project>
266      <Name>HeuristicLab.Networks-3.3</Name>
267      <Private>False</Private>
268    </ProjectReference>
269  </ItemGroup>
270  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
271  <PropertyGroup>
272    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
273set ProjectDir=$(ProjectDir)
274set SolutionDir=$(SolutionDir)
275set Outdir=$(Outdir)
276
277call PreBuildEvent.cmd
278</PreBuildEvent>
279  </PropertyGroup>
280  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
281       Other similar extension points exist, see Microsoft.Common.targets.
282  <Target Name="BeforeBuild">
283  </Target>
284  <Target Name="AfterBuild">
285  </Target>
286  -->
287</Project>
Note: See TracBrowser for help on using the repository browser.