Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 9062 was 9062, checked in by fschoepp, 11 years ago

#1888:
Backend changes:

  • Simplified job state detection (only one hive call will be made to detect all states now, instead of one additional call per job)
  • Reorganized classes (moved model classes into Model folder)

Website changes:

  • Website now heavily uses JavaScript to achieve better user experience
  • JavaScript degrades gracefully, except for plots
  • Tables: Added jquery-datatable-plugin to extend tables (pagination + search functionality)
  • OaaS-Website now uses the design of the HL websites (found in WebApplication branch)
  • Added jqplot to render zoomable line plots for HL-Datatables
  • Styling.js: Plots will be generated by using an ajax call; additional jquery-styling occurs within this file.
  • Added jquery-ui-1.9.2 which is capable of handling/rendering tabs, accordions and resizers.
File size: 10.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>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.Analysis-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
42      <SpecificVersion>False</SpecificVersion>
43      <HintPath>..\bin\HeuristicLab.Analysis-3.3.dll</HintPath>
44    </Reference>
45    <Reference Include="HeuristicLab.Clients.Hive-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
46      <SpecificVersion>False</SpecificVersion>
47      <HintPath>..\bin\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
48    </Reference>
49    <Reference Include="HeuristicLab.Collections-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
50      <SpecificVersion>False</SpecificVersion>
51      <HintPath>..\bin\HeuristicLab.Collections-3.3.dll</HintPath>
52    </Reference>
53    <Reference Include="HeuristicLab.Common-3.3">
54      <HintPath>..\bin\HeuristicLab.Common-3.3.dll</HintPath>
55    </Reference>
56    <Reference Include="HeuristicLab.Common.Resources-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
57      <SpecificVersion>False</SpecificVersion>
58      <HintPath>..\bin\HeuristicLab.Common.Resources-3.3.dll</HintPath>
59    </Reference>
60    <Reference Include="HeuristicLab.Core-3.3">
61      <HintPath>..\bin\HeuristicLab.Core-3.3.dll</HintPath>
62    </Reference>
63    <Reference Include="HeuristicLab.Data-3.3">
64      <HintPath>..\bin\HeuristicLab.Data-3.3.dll</HintPath>
65    </Reference>
66    <Reference Include="HeuristicLab.Encodings.BinaryVectorEncoding-3.3">
67      <HintPath>..\bin\HeuristicLab.Encodings.BinaryVectorEncoding-3.3.dll</HintPath>
68    </Reference>
69    <Reference Include="HeuristicLab.Encodings.IntegerVectorEncoding-3.3">
70      <HintPath>..\bin\HeuristicLab.Encodings.IntegerVectorEncoding-3.3.dll</HintPath>
71    </Reference>
72    <Reference Include="HeuristicLab.Encodings.PermutationEncoding-3.3">
73      <HintPath>..\bin\HeuristicLab.Encodings.PermutationEncoding-3.3.dll</HintPath>
74    </Reference>
75    <Reference Include="HeuristicLab.Encodings.PermutationEncoding.Views-3.3">
76      <HintPath>..\bin\HeuristicLab.Encodings.PermutationEncoding.Views-3.3.dll</HintPath>
77    </Reference>
78    <Reference Include="HeuristicLab.Encodings.RealVectorEncoding-3.3">
79      <HintPath>..\bin\HeuristicLab.Encodings.RealVectorEncoding-3.3.dll</HintPath>
80    </Reference>
81    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4">
82      <HintPath>..\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding-3.4.dll</HintPath>
83    </Reference>
84    <Reference Include="HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4">
85      <HintPath>..\bin\HeuristicLab.Encodings.SymbolicExpressionTreeEncoding.Views-3.4.dll</HintPath>
86    </Reference>
87    <Reference Include="HeuristicLab.Hive-3.3">
88      <HintPath>..\bin\HeuristicLab.Hive-3.3.dll</HintPath>
89    </Reference>
90    <Reference Include="HeuristicLab.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
91      <SpecificVersion>False</SpecificVersion>
92      <HintPath>..\bin\HeuristicLab.Operators-3.3.dll</HintPath>
93    </Reference>
94    <Reference Include="HeuristicLab.Optimization-3.3">
95      <HintPath>..\HeuristicLab.Optimization\3.3\obj\Debug\HeuristicLab.Optimization-3.3.dll</HintPath>
96    </Reference>
97    <Reference Include="HeuristicLab.Optimization.Operators-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
98      <SpecificVersion>False</SpecificVersion>
99      <HintPath>..\bin\HeuristicLab.Optimization.Operators-3.3.dll</HintPath>
100    </Reference>
101    <Reference Include="HeuristicLab.ParallelEngine-3.3">
102      <HintPath>..\bin\HeuristicLab.ParallelEngine-3.3.dll</HintPath>
103    </Reference>
104    <Reference Include="HeuristicLab.Parameters-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
105      <SpecificVersion>False</SpecificVersion>
106      <HintPath>..\bin\HeuristicLab.Parameters-3.3.dll</HintPath>
107    </Reference>
108    <Reference Include="HeuristicLab.Persistence-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
109      <SpecificVersion>False</SpecificVersion>
110      <HintPath>..\bin\HeuristicLab.Persistence-3.3.dll</HintPath>
111    </Reference>
112    <Reference Include="HeuristicLab.Problems.Instances-3.3">
113      <HintPath>..\bin\HeuristicLab.Problems.Instances-3.3.dll</HintPath>
114    </Reference>
115    <Reference Include="HeuristicLab.Problems.TravelingSalesman-3.3">
116      <HintPath>..\bin\HeuristicLab.Problems.TravelingSalesman-3.3.dll</HintPath>
117    </Reference>
118    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.3">
119      <HintPath>..\bin\HeuristicLab.Problems.VehicleRouting-3.3.dll</HintPath>
120    </Reference>
121    <Reference Include="HeuristicLab.Problems.VehicleRouting-3.4">
122      <HintPath>..\bin\HeuristicLab.Problems.VehicleRouting-3.4.dll</HintPath>
123    </Reference>
124    <Reference Include="HeuristicLab.Random-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
125      <SpecificVersion>False</SpecificVersion>
126      <HintPath>..\bin\HeuristicLab.Random-3.3.dll</HintPath>
127    </Reference>
128    <Reference Include="HeuristicLab.Selection-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
129      <SpecificVersion>False</SpecificVersion>
130      <HintPath>..\bin\HeuristicLab.Selection-3.3.dll</HintPath>
131    </Reference>
132    <Reference Include="HeuristicLab.Tracing-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
133      <SpecificVersion>False</SpecificVersion>
134      <HintPath>..\bin\HeuristicLab.Tracing-3.3.dll</HintPath>
135    </Reference>
136    <Reference Include="Microsoft.WindowsAzure.CloudDrive, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
137    <Reference Include="Microsoft.WindowsAzure.Configuration, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL" />
138    <Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
139    <Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
140    <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
141    <Reference Include="System" />
142    <Reference Include="System.configuration" />
143    <Reference Include="System.Core" />
144    <Reference Include="System.Data.Services.Client" />
145    <Reference Include="System.Runtime.Serialization" />
146    <Reference Include="System.ServiceModel" />
147    <Reference Include="System.Xml.Linq" />
148    <Reference Include="System.Data.DataSetExtensions" />
149    <Reference Include="Microsoft.CSharp" />
150    <Reference Include="System.Data" />
151    <Reference Include="System.Xml" />
152  </ItemGroup>
153  <ItemGroup>
154    <Compile Include="Azure\DAL.cs" />
155    <Compile Include="HL\HiveScenarioManagerOld.cs" />
156    <Compile Include="HL\HiveMapper.cs" />
157    <Compile Include="HL\HiveScenarioManager.cs" />
158    <Compile Include="HL\HLMapper.cs" />
159    <Compile Include="Interfaces\IControllerService.cs" />
160    <Compile Include="Interfaces\DAL.cs" />
161    <Compile Include="Interfaces\IScenarioManager.cs" />
162    <Compile Include="Interfaces\Model\ControllerModel.cs" />
163    <Compile Include="PlaceholderControllerService.cs" />
164    <Compile Include="Properties\AssemblyInfo.cs" />
165    <Compile Include="HL\ScenarioParser.cs" />
166    <Compile Include="Utility.cs" />
167  </ItemGroup>
168  <ItemGroup>
169    <WCFMetadata Include="Service References\" />
170  </ItemGroup>
171  <ItemGroup>
172    <None Include="packages.config" />
173  </ItemGroup>
174  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
175  <PropertyGroup>
176    <PreBuildEvent>
177    </PreBuildEvent>
178  </PropertyGroup>
179  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
180       Other similar extension points exist, see Microsoft.Common.targets.
181  <Target Name="BeforeBuild">
182  </Target>
183  <Target Name="AfterBuild">
184  </Target>
185  -->
186</Project>
Note: See TracBrowser for help on using the repository browser.