Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1888:

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