Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Optimization.Web/HeuristicLab.Services.Optimization.Web.csproj @ 9305

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

#1888:

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