Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Optimization.Controller/HeuristicLab.Services.Optimization.ControllerService.csproj @ 8545

Last change on this file since 8545 was 8545, checked in by fschoepp, 12 years ago

#1888:

  • Controller is now capable of gathering Hive Jobs
  • Hive Jobs will be mapped to independent Job-Class (shared between Controller and Frontend)
  • HiveScenarioManager is capable of gathering Hive Jobs + their results
  • Job Results will be mapped to string properties
  • Frontend renders all Results after opening the job details
  • Misc: Frontend now passes User-object to Controller so that it is able to connect to the Hive Service (hardcoded values removed)
File size: 8.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>{E0095F29-604B-4EE8-9EE8-8187DA3B24F1}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Optimization.ControllerService</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Optimization.ControllerService</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</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>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <ItemGroup>
34    <Reference Include="ALGLIB-3.5.0, Version=3.5.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
35      <SpecificVersion>False</SpecificVersion>
36      <HintPath>..\bin\ALGLIB-3.5.0.dll</HintPath>
37    </Reference>
38    <Reference Include="HeuristicLab.Algorithms.GeneticAlgorithm-3.3">
39      <HintPath>..\bin\HeuristicLab.Algorithms.GeneticAlgorithm-3.3.dll</HintPath>
40    </Reference>
41    <Reference Include="HeuristicLab.Clients.Hive-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
42      <SpecificVersion>False</SpecificVersion>
43      <HintPath>..\bin\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
44    </Reference>
45    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
46      <SpecificVersion>False</SpecificVersion>
47      <HintPath>..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Common-3.3">
50      <HintPath>..\bin\HeuristicLab.Common-3.3.dll</HintPath>
51    </Reference>
52    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
53      <SpecificVersion>False</SpecificVersion>
54      <HintPath>..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
55    </Reference>
56    <Reference Include="HeuristicLab.Core-3.3">
57      <HintPath>..\bin\HeuristicLab.Core-3.3.dll</HintPath>
58    </Reference>
59    <Reference Include="HeuristicLab.Data-3.3">
60      <HintPath>..\bin\HeuristicLab.Data-3.3.dll</HintPath>
61    </Reference>
62    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
63      <HintPath>..\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
64    </Reference>
65    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
66      <HintPath>..\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
67    </Reference>
68    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
69      <HintPath>..\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
70    </Reference>
71    <Reference Include="HeuristicLab.Encodings.PermutationEncoding.Views-3.3">
72      <HintPath>..\bin\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.dll</HintPath>
73    </Reference>
74    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
75      <HintPath>..\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
76    </Reference>
77    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
78      <HintPath>..\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
79    </Reference>
80    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4">
81      <HintPath>..\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
82    </Reference>
83    <Reference Include="HeuristicLab.Hive-3.3">
84      <HintPath>..\bin\HeuristicLab.Hive-3.3.dll</HintPath>
85    </Reference>
86    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
87      <SpecificVersion>False</SpecificVersion>
88      <HintPath>..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="HeuristicLab.Optimization-3.3">
91      <HintPath>..\HeuristicLab.Optimization\3.3\obj\Debug\HeuristicLab.Optimization-3.3.dll</HintPath>
92    </Reference>
93    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
94      <SpecificVersion>False</SpecificVersion>
95      <HintPath>..\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
96    </Reference>
97    <Reference Include="HeuristicLab.ParallelEngine-3.3">
98      <HintPath>..\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
99    </Reference>
100    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
101      <SpecificVersion>False</SpecificVersion>
102      <HintPath>..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
105      <SpecificVersion>False</SpecificVersion>
106      <HintPath>..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
107    </Reference>
108    <Reference Include="HeuristicLab.Problems.Instances-3.3">
109      <HintPath>..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
110    </Reference>
111    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
112      <HintPath>..\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
113    </Reference>
114    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.3">
115      <HintPath>..\bin\HeuristicLab.Problems.VehicleRouting-3.3.dll</HintPath>
116    </Reference>
117    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4">
118      <HintPath>..\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>
119    </Reference>
120    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
121      <SpecificVersion>False</SpecificVersion>
122      <HintPath>..\bin\HeuristicLab.Random-3.3.dll</HintPath>
123    </Reference>
124    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
125      <SpecificVersion>False</SpecificVersion>
126      <HintPath>..\bin\HeuristicLab.Selection-3.3.dll</HintPath>
127    </Reference>
128    <Reference Include="HeuristicLab.Tracing-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
129      <SpecificVersion>False</SpecificVersion>
130      <HintPath>..\bin\HeuristicLab.Tracing-3.3.dll</HintPath>
131    </Reference>
132    <Reference Include="System" />
133    <Reference Include="System.Core" />
134    <Reference Include="System.Runtime.Serialization" />
135    <Reference Include="System.ServiceModel" />
136    <Reference Include="System.Xml.Linq" />
137    <Reference Include="System.Data.DataSetExtensions" />
138    <Reference Include="Microsoft.CSharp" />
139    <Reference Include="System.Data" />
140    <Reference Include="System.Xml" />
141  </ItemGroup>
142  <ItemGroup>
143    <Compile Include="HiveScenarioManager.cs" />
144    <Compile Include="Interfaces\IControllerService.cs" />
145    <Compile Include="Interfaces\IScenarioManager.cs" />
146    <Compile Include="Model\ControllerModel.cs" />
147    <Compile Include="PlaceholderControllerService.cs" />
148    <Compile Include="Properties\AssemblyInfo.cs" />
149    <Compile Include="Utility.cs" />
150  </ItemGroup>
151  <ItemGroup>
152    <WCFMetadata Include="Service References\" />
153  </ItemGroup>
154  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
155  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
156       Other similar extension points exist, see Microsoft.Common.targets.
157  <Target Name="BeforeBuild">
158  </Target>
159  <Target Name="AfterBuild">
160  </Target>
161  -->
162</Project>
Note: See TracBrowser for help on using the repository browser.