Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Optimization.Web/HeuristicLab.Services.Optimization.Web.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: 23.0 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>
7    </ProductVersion>
8    <SchemaVersion>2.0</SchemaVersion>
9    <ProjectGuid>{6C07848B-B75F-4A0F-9292-066A636E9A5F}</ProjectGuid>
10    <ProjectTypeGuids>{E53F8FEA-EAE0-44A6-8774-FFD645390401};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11    <OutputType>Library</OutputType>
12    <AppDesignerFolder>Properties</AppDesignerFolder>
13    <RootNamespace>HeuristicLab.Services.Optimization.Web</RootNamespace>
14    <AssemblyName>HeuristicLab.Services.Optimization.Web</AssemblyName>
15    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16    <MvcBuildViews>false</MvcBuildViews>
17    <UseIISExpress>false</UseIISExpress>
18  </PropertyGroup>
19  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20    <DebugSymbols>true</DebugSymbols>
21    <DebugType>full</DebugType>
22    <Optimize>false</Optimize>
23    <OutputPath>bin\</OutputPath>
24    <DefineConstants>DEBUG;TRACE</DefineConstants>
25    <ErrorReport>prompt</ErrorReport>
26    <WarningLevel>4</WarningLevel>
27    <FilesToIncludeForPublish>AllFilesInProjectFolder</FilesToIncludeForPublish>
28  </PropertyGroup>
29  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30    <DebugType>pdbonly</DebugType>
31    <Optimize>true</Optimize>
32    <OutputPath>bin\</OutputPath>
33    <DefineConstants>TRACE</DefineConstants>
34    <ErrorReport>prompt</ErrorReport>
35    <WarningLevel>4</WarningLevel>
36  </PropertyGroup>
37  <ItemGroup>
38    <Reference Include="EntityFramework">
39      <HintPath>..\packages\EntityFramework.4.1.10331.0\lib\EntityFramework.dll</HintPath>
40    </Reference>
41    <Reference Include="Microsoft.CSharp" />
42    <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
43      <Private>True</Private>
44    </Reference>
45    <Reference Include="Microsoft.WindowsAzure.Configuration, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL">
46      <HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.7.0.0\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath>
47    </Reference>
48    <Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
49    <Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
50    <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51      <HintPath>..\packages\WindowsAzure.Storage.1.7.0.0\lib\net35-full\Microsoft.WindowsAzure.StorageClient.dll</HintPath>
52    </Reference>
53    <Reference Include="System.Data.Entity" />
54    <Reference Include="System.Data.Services.Client" />
55    <Reference Include="System.Runtime.Serialization" />
56    <Reference Include="System.ServiceModel" />
57    <Reference Include="System.Web.DataVisualization" />
58    <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
59      <Private>True</Private>
60    </Reference>
61    <Reference Include="System.Web.Providers">
62      <HintPath>..\packages\System.Web.Providers.Core.1.0\lib\net40\System.Web.Providers.dll</HintPath>
63    </Reference>
64    <Reference Include="System.Web.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
65      <Private>True</Private>
66    </Reference>
67    <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
68      <Private>True</Private>
69    </Reference>
70    <Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
71      <Private>True</Private>
72    </Reference>
73    <Reference Include="System" />
74    <Reference Include="System.Data" />
75    <Reference Include="System.Drawing" />
76    <Reference Include="System.Web.DynamicData" />
77    <Reference Include="System.Web.Entity" />
78    <Reference Include="System.Web.ApplicationServices" />
79    <Reference Include="System.ComponentModel.DataAnnotations" />
80    <Reference Include="System.Core" />
81    <Reference Include="System.Data.DataSetExtensions" />
82    <Reference Include="System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
83      <Private>True</Private>
84    </Reference>
85    <Reference Include="System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
86      <Private>True</Private>
87    </Reference>
88    <Reference Include="System.Xml.Linq" />
89    <Reference Include="System.Web" />
90    <Reference Include="System.Web.Extensions" />
91    <Reference Include="System.Web.Abstractions" />
92    <Reference Include="System.Web.Routing" />
93    <Reference Include="System.Xml" />
94    <Reference Include="System.Configuration" />
95    <Reference Include="System.Web.Services" />
96    <Reference Include="System.EnterpriseServices" />
97  </ItemGroup>
98  <ItemGroup>
99    <Compile Include="Controllers\AccountController.cs" />
100    <Compile Include="Controllers\AdminController.cs" />
101    <Compile Include="Controllers\ChartController.cs" />
102    <Compile Include="Controllers\HomeController.cs" />
103    <Compile Include="Controllers\OptimizationController.cs" />
104    <Compile Include="Global.asax.cs">
105      <DependentUpon>Global.asax</DependentUpon>
106    </Compile>
107    <Compile Include="Models\AccountModels.cs" />
108    <Compile Include="Models\AdminModels.cs" />
109    <Compile Include="Models\ChartModels.cs" />
110    <Compile Include="Models\OptimizationModels.cs" />
111    <Compile Include="Properties\AssemblyInfo.cs" />
112    <Compile Include="WebRole.cs" />
113  </ItemGroup>
114  <ItemGroup>
115    <Content Include="Content\datatable\css\demo_page.css" />
116    <Content Include="Content\datatable\css\demo_table.css" />
117    <Content Include="Content\datatable\css\demo_table_jui.css" />
118    <Content Include="Content\datatable\css\jquery.dataTables.css" />
119    <Content Include="Content\datatable\css\jquery.dataTables_themeroller.css" />
120    <Content Include="Content\datatable\images\back_disabled.png" />
121    <Content Include="Content\datatable\images\back_enabled.png" />
122    <Content Include="Content\datatable\images\back_enabled_hover.png" />
123    <Content Include="Content\datatable\images\favicon.ico" />
124    <Content Include="Content\datatable\images\forward_disabled.png" />
125    <Content Include="Content\datatable\images\forward_enabled.png" />
126    <Content Include="Content\datatable\images\forward_enabled_hover.png" />
127    <Content Include="Content\datatable\images\sort_asc.png" />
128    <Content Include="Content\datatable\images\sort_asc_disabled.png" />
129    <Content Include="Content\datatable\images\sort_both.png" />
130    <Content Include="Content\datatable\images\sort_desc.png" />
131    <Content Include="Content\datatable\images\sort_desc_disabled.png" />
132    <Content Include="Content\jqplot\src\changes.txt" />
133    <Content Include="Content\jqplot\src\excanvas.js" />
134    <Content Include="Content\jqplot\src\gpl-2.0.txt" />
135    <Content Include="Content\jqplot\src\images\background.jpg" />
136    <Content Include="Content\jqplot\src\images\basicline.png" />
137    <Content Include="Content\jqplot\src\images\basiclogaxis.png" />
138    <Content Include="Content\jqplot\src\images\basiclogoptions.png" />
139    <Content Include="Content\jqplot\src\images\basicoptions.png" />
140    <Content Include="Content\jqplot\src\images\dualaxis.png" />
141    <Content Include="Content\jqplot\src\images\logo.jpg" />
142    <Content Include="Content\jqplot\src\images\navdocs.png" />
143    <Content Include="Content\jqplot\src\images\navdocsover.png" />
144    <Content Include="Content\jqplot\src\images\navdownload.png" />
145    <Content Include="Content\jqplot\src\images\navdownloadover.png" />
146    <Content Include="Content\jqplot\src\images\navexamples.png" />
147    <Content Include="Content\jqplot\src\images\navexamplesover.png" />
148    <Content Include="Content\jqplot\src\images\navhome.gif" />
149    <Content Include="Content\jqplot\src\images\navhome.png" />
150    <Content Include="Content\jqplot\src\images\navhomeover.png" />
151    <Content Include="Content\jqplot\src\images\new.png" />
152    <Content Include="Content\jqplot\src\images\sample3.png" />
153    <Content Include="Content\jqplot\src\images\samplesm.png" />
154    <Content Include="Content\jqplot\src\jqplot.axisLabelRenderer.js" />
155    <Content Include="Content\jqplot\src\jqplot.axisTickRenderer.js" />
156    <Content Include="Content\jqplot\src\jqplot.canvasGridRenderer.js" />
157    <Content Include="Content\jqplot\src\jqplot.core.js" />
158    <Content Include="Content\jqplot\src\jqplot.divTitleRenderer.js" />
159    <Content Include="Content\jqplot\src\jqplot.linearAxisRenderer.js" />
160    <Content Include="Content\jqplot\src\jqplot.linearTickGenerator.js" />
161    <Content Include="Content\jqplot\src\jqplot.lineRenderer.js" />
162    <Content Include="Content\jqplot\src\jqplot.markerRenderer.js" />
163    <Content Include="Content\jqplot\src\jqplot.shadowRenderer.js" />
164    <Content Include="Content\jqplot\src\jqplot.shapeRenderer.js" />
165    <Content Include="Content\jqplot\src\jqplot.sprintf.js" />
166    <Content Include="Content\jqplot\src\jqplot.tableLegendRenderer.js" />
167    <Content Include="Content\jqplot\src\jqplot.themeEngine.js" />
168    <Content Include="Content\jqplot\src\jqPlotCssStyling.txt" />
169    <Content Include="Content\jqplot\src\jqPlotOptions.txt" />
170    <Content Include="Content\jqplot\src\jquery.jqplot.css" />
171    <Content Include="Content\jqplot\src\jquery.jqplot.js" />
172    <Content Include="Content\jqplot\src\jquery.js" />
173    <Content Include="Content\jqplot\src\jquery.min.js" />
174    <Content Include="Content\jqplot\src\jsdate.js" />
175    <Content Include="Content\jqplot\src\MIT-LICENSE.txt" />
176    <Content Include="Content\jqplot\src\optionsTutorial.txt" />
177    <Content Include="Content\jqplot\src\plugins\jqplot.barRenderer.js" />
178    <Content Include="Content\jqplot\src\plugins\jqplot.BezierCurveRenderer.js" />
179    <Content Include="Content\jqplot\src\plugins\jqplot.blockRenderer.js" />
180    <Content Include="Content\jqplot\src\plugins\jqplot.bubbleRenderer.js" />
181    <Content Include="Content\jqplot\src\plugins\jqplot.canvasAxisLabelRenderer.js" />
182    <Content Include="Content\jqplot\src\plugins\jqplot.canvasAxisTickRenderer.js" />
183    <Content Include="Content\jqplot\src\plugins\jqplot.canvasOverlay.js" />
184    <Content Include="Content\jqplot\src\plugins\jqplot.canvasTextRenderer.js" />
185    <Content Include="Content\jqplot\src\plugins\jqplot.categoryAxisRenderer.js" />
186    <Content Include="Content\jqplot\src\plugins\jqplot.ciParser.js" />
187    <Content Include="Content\jqplot\src\plugins\jqplot.cursor.js" />
188    <Content Include="Content\jqplot\src\plugins\jqplot.dateAxisRenderer.js" />
189    <Content Include="Content\jqplot\src\plugins\jqplot.donutRenderer.js" />
190    <Content Include="Content\jqplot\src\plugins\jqplot.dragable.js" />
191    <Content Include="Content\jqplot\src\plugins\jqplot.enhancedLegendRenderer.js" />
192    <Content Include="Content\jqplot\src\plugins\jqplot.funnelRenderer.js" />
193    <Content Include="Content\jqplot\src\plugins\jqplot.highlighter.js" />
194    <Content Include="Content\jqplot\src\plugins\jqplot.json2.js" />
195    <Content Include="Content\jqplot\src\plugins\jqplot.logAxisRenderer.js" />
196    <Content Include="Content\jqplot\src\plugins\jqplot.mekkoAxisRenderer.js" />
197    <Content Include="Content\jqplot\src\plugins\jqplot.mekkoRenderer.js" />
198    <Content Include="Content\jqplot\src\plugins\jqplot.meterGaugeRenderer.js" />
199    <Content Include="Content\jqplot\src\plugins\jqplot.ohlcRenderer.js" />
200    <Content Include="Content\jqplot\src\plugins\jqplot.pieRenderer.js" />
201    <Content Include="Content\jqplot\src\plugins\jqplot.pointLabels.js" />
202    <Content Include="Content\jqplot\src\plugins\jqplot.trendline.js" />
203    <Content Include="Content\jqplot\src\usage.txt" />
204    <Content Include="Content\Styling.js" />
205    <Content Include="Content\hl\images\._bg_footer.png" />
206    <Content Include="Content\hl\images\._bg_header.png" />
207    <Content Include="Content\hl\images\._bg_main.png" />
208    <Content Include="Content\hl\images\._bg_mainmenu.png" />
209    <Content Include="Content\hl\images\._hl-logo.png" />
210    <Content Include="Content\hl\images\bg_footer.png" />
211    <Content Include="Content\hl\images\bg_header.png" />
212    <Content Include="Content\hl\images\bg_main.png" />
213    <Content Include="Content\hl\images\bg_mainmenu.png" />
214    <Content Include="Content\hl\images\hl-logo.png" />
215    <Content Include="Content\hl\Site.css" />
216    <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
217    <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
218    <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
219    <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
220    <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
221    <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
222    <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
223    <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
224    <Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" />
225    <Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
226    <Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" />
227    <Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" />
228    <Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
229    <Content Include="Content\themes\base\jquery.ui.accordion.css" />
230    <Content Include="Content\themes\base\jquery.ui.all.css" />
231    <Content Include="Content\themes\base\jquery.ui.autocomplete.css" />
232    <Content Include="Content\themes\base\jquery.ui.base.css" />
233    <Content Include="Content\themes\base\jquery.ui.button.css" />
234    <Content Include="Content\themes\base\jquery.ui.core.css" />
235    <Content Include="Content\themes\base\jquery.ui.datepicker.css" />
236    <Content Include="Content\themes\base\jquery.ui.dialog.css" />
237    <Content Include="Content\themes\base\jquery.ui.progressbar.css" />
238    <Content Include="Content\themes\base\jquery.ui.resizable.css" />
239    <Content Include="Content\themes\base\jquery.ui.selectable.css" />
240    <Content Include="Content\themes\base\jquery.ui.slider.css" />
241    <Content Include="Content\themes\base\jquery.ui.tabs.css" />
242    <Content Include="Content\themes\base\jquery.ui.theme.css" />
243    <Content Include="Content\ui-lightness\images\ui-bg_diagonals-thick_18_b81900_40x40.png" />
244    <Content Include="Content\ui-lightness\images\ui-bg_diagonals-thick_20_666666_40x40.png" />
245    <Content Include="Content\ui-lightness\images\ui-bg_flat_10_000000_40x100.png" />
246    <Content Include="Content\ui-lightness\images\ui-bg_glass_100_f6f6f6_1x400.png" />
247    <Content Include="Content\ui-lightness\images\ui-bg_glass_100_fdf5ce_1x400.png" />
248    <Content Include="Content\ui-lightness\images\ui-bg_glass_65_ffffff_1x400.png" />
249    <Content Include="Content\ui-lightness\images\ui-bg_gloss-wave_35_f6a828_500x100.png" />
250    <Content Include="Content\ui-lightness\images\ui-bg_highlight-soft_100_eeeeee_1x100.png" />
251    <Content Include="Content\ui-lightness\images\ui-bg_highlight-soft_75_ffe45c_1x100.png" />
252    <Content Include="Content\ui-lightness\images\ui-icons_222222_256x240.png" />
253    <Content Include="Content\ui-lightness\images\ui-icons_228ef1_256x240.png" />
254    <Content Include="Content\ui-lightness\images\ui-icons_ef8c08_256x240.png" />
255    <Content Include="Content\ui-lightness\images\ui-icons_ffd27a_256x240.png" />
256    <Content Include="Content\ui-lightness\images\ui-icons_ffffff_256x240.png" />
257    <Content Include="Content\ui-lightness\jquery-ui-1.9.2.css" />
258    <Content Include="Content\ui-lightness\jquery-ui-1.9.2.min.css" />
259    <Content Include="Global.asax" />
260    <Content Include="ControllerService.svc" />
261    <Content Include="Mappings\tsp.xml" />
262    <Content Include="Scripts\jquery-1.5.1-vsdoc.js" />
263    <Content Include="Scripts\jquery-1.5.1.js" />
264    <Content Include="Scripts\jquery-1.5.1.min.js" />
265    <Content Include="Scripts\jquery-ui-1.8.11.js" />
266    <Content Include="Scripts\jquery-ui-1.8.11.min.js" />
267    <Content Include="Scripts\jquery-ui-1.9.2.min.js" />
268    <Content Include="Scripts\jquery.dataTables.min.js" />
269    <Content Include="Scripts\jquery.validate-vsdoc.js" />
270    <Content Include="Scripts\jquery.validate.js" />
271    <Content Include="Scripts\jquery.validate.min.js" />
272    <Content Include="Scripts\modernizr-1.7.js" />
273    <Content Include="Scripts\modernizr-1.7.min.js" />
274    <Content Include="Web.config">
275      <SubType>Designer</SubType>
276    </Content>
277    <Content Include="Web.Debug.config">
278      <DependentUpon>Web.config</DependentUpon>
279    </Content>
280    <Content Include="Web.Release.config">
281      <DependentUpon>Web.config</DependentUpon>
282    </Content>
283    <Content Include="Content\Site.css" />
284    <Content Include="Scripts\jquery.unobtrusive-ajax.js" />
285    <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
286    <Content Include="Scripts\jquery.validate.unobtrusive.js" />
287    <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
288    <Content Include="Scripts\MicrosoftAjax.js" />
289    <Content Include="Scripts\MicrosoftAjax.debug.js" />
290    <Content Include="Scripts\MicrosoftMvcAjax.js" />
291    <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
292    <Content Include="Scripts\MicrosoftMvcValidation.js" />
293    <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
294    <Content Include="Views\_ViewStart.cshtml" />
295    <Content Include="Views\Account\ChangePassword.cshtml" />
296    <Content Include="Views\Account\ChangePasswordSuccess.cshtml" />
297    <Content Include="Views\Account\LogOn.cshtml" />
298    <Content Include="Views\Account\Register.cshtml" />
299    <Content Include="Views\Home\About.cshtml" />
300    <Content Include="Views\Home\Index.cshtml" />
301    <Content Include="Views\Shared\Error.cshtml" />
302    <Content Include="Views\Shared\_LogOnPartial.cshtml" />
303    <Content Include="Views\Shared\_Layout.cshtml" />
304    <Content Include="Views\Web.config" />
305  </ItemGroup>
306  <ItemGroup>
307    <Folder Include="App_Data\" />
308  </ItemGroup>
309  <ItemGroup>
310    <Content Include="packages.config" />
311  </ItemGroup>
312  <ItemGroup>
313    <Content Include="Views\Optimization\Index.cshtml" />
314  </ItemGroup>
315  <ItemGroup>
316    <ProjectReference Include="..\HeuristicLab.Services.Optimization.Controller\HeuristicLab.Services.Optimization.ControllerService.csproj">
317      <Project>{E0095F29-604B-4EE8-9EE8-8187DA3B24F1}</Project>
318      <Name>HeuristicLab.Services.Optimization.ControllerService</Name>
319    </ProjectReference>
320  </ItemGroup>
321  <ItemGroup>
322    <Content Include="Views\Optimization\ProblemParameters.cshtml" />
323  </ItemGroup>
324  <ItemGroup>
325    <Content Include="Views\Optimization\AlgorithmParameters.cshtml" />
326  </ItemGroup>
327  <ItemGroup>
328    <Content Include="Views\Optimization\ScheduleJob.cshtml" />
329  </ItemGroup>
330  <ItemGroup>
331    <Content Include="Views\Shared\EditorTemplates\InputParameters.cshtml" />
332  </ItemGroup>
333  <ItemGroup>
334    <Content Include="Views\Shared\EditorTemplates\DecimalValue.cshtml" />
335  </ItemGroup>
336  <ItemGroup>
337    <Content Include="Views\Shared\EditorTemplates\BoolValue.cshtml" />
338  </ItemGroup>
339  <ItemGroup>
340    <Content Include="Views\Shared\EditorTemplates\TypeValue.cshtml" />
341  </ItemGroup>
342  <ItemGroup>
343    <Content Include="Views\Shared\EditorTemplates\DecimalMatrix.cshtml" />
344  </ItemGroup>
345  <ItemGroup>
346    <Content Include="Views\Shared\EditorTemplates\DecimalVector.cshtml" />
347  </ItemGroup>
348  <ItemGroup>
349    <Content Include="Views\Shared\EditorTemplates\AlgorithmParameters.cshtml" />
350  </ItemGroup>
351  <ItemGroup>
352    <Content Include="Views\Shared\DisplayTemplates\AlgorithmParameters.cshtml" />
353  </ItemGroup>
354  <ItemGroup>
355    <Content Include="Views\Shared\DisplayTemplates\TypeValue.cshtml" />
356  </ItemGroup>
357  <ItemGroup>
358    <Content Include="Views\Shared\DisplayTemplates\BoolValue.cshtml" />
359  </ItemGroup>
360  <ItemGroup>
361    <Content Include="Views\Shared\DisplayTemplates\DecimalMatrix.cshtml" />
362  </ItemGroup>
363  <ItemGroup>
364    <Content Include="Views\Shared\DisplayTemplates\DecimalValue.cshtml" />
365  </ItemGroup>
366  <ItemGroup>
367    <Content Include="Views\Shared\DisplayTemplates\DecimalVector.cshtml" />
368  </ItemGroup>
369  <ItemGroup>
370    <Content Include="Views\Shared\DisplayTemplates\InputParameters.cshtml" />
371  </ItemGroup>
372  <ItemGroup>
373    <Content Include="HeuristicLab 3.3.exe.config" />
374  </ItemGroup>
375  <ItemGroup>
376    <Content Include="Views\Optimization\JobDetails.cshtml" />
377  </ItemGroup>
378  <ItemGroup>
379    <None Include="Content\datatable\images\Sorting icons.psd" />
380    <None Include="Content\jqplot\src\jsl.conf" />
381    <None Include="Mappings\mapping.py" />
382    <None Include="Mappings\scenario.xsd">
383      <SubType>Designer</SubType>
384    </None>
385    <Content Include="Views\Admin\Index.cshtml" />
386    <Content Include="Views\Chart\GenerateChart.cshtml" />
387    <Content Include="Views\Optimization\Copy of JobDetails.cshtml" />
388  </ItemGroup>
389  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
390  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
391  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
392       Other similar extension points exist, see Microsoft.Common.targets.
393  <Target Name="BeforeBuild">
394  </Target>
395  <Target Name="AfterBuild">
396  </Target> -->
397  <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
398    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
399  </Target>
400  <ProjectExtensions>
401    <VisualStudio>
402      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
403        <WebProjectProperties>
404          <UseIIS>False</UseIIS>
405          <AutoAssignPort>True</AutoAssignPort>
406          <DevelopmentServerPort>2092</DevelopmentServerPort>
407          <DevelopmentServerVPath>/</DevelopmentServerVPath>
408          <IISUrl>
409          </IISUrl>
410          <NTLMAuthentication>False</NTLMAuthentication>
411          <UseCustomServer>False</UseCustomServer>
412          <CustomServerUrl>
413          </CustomServerUrl>
414          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
415        </WebProjectProperties>
416      </FlavorProperties>
417    </VisualStudio>
418  </ProjectExtensions>
419</Project>
Note: See TracBrowser for help on using the repository browser.