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.5.1-vsdoc.js" />
|
---|
308 | <Content Include="Scripts\jquery-ui-1.8.11.js" />
|
---|
309 | <Content Include="Scripts\jquery-ui-1.8.11.min.js" />
|
---|
310 | <Content Include="Scripts\jquery-ui-1.9.2.min.js" />
|
---|
311 | <Content Include="Scripts\jquery.dataTables.min.js" />
|
---|
312 | <Content Include="Scripts\jquery.validate-vsdoc.js" />
|
---|
313 | <Content Include="Scripts\jquery.validate.js" />
|
---|
314 | <Content Include="Scripts\jquery.validate.min.js" />
|
---|
315 | <Content Include="Scripts\modernizr-1.7.js" />
|
---|
316 | <Content Include="Scripts\modernizr-1.7.min.js" />
|
---|
317 | <Content Include="Views\Account\ChangePassword.cshtml" />
|
---|
318 | <Content Include="Views\Account\ChangePasswordSuccess.cshtml" />
|
---|
319 | <Content Include="Views\Account\LogOn.cshtml" />
|
---|
320 | <Content Include="Views\Account\Register.cshtml" />
|
---|
321 | <Content Include="Views\Admin\Index.cshtml" />
|
---|
322 | <Content Include="Views\Experiment\Edit.cshtml" />
|
---|
323 | <Content Include="Views\Experiment\Index.cshtml" />
|
---|
324 | <Content Include="Views\Home\About.cshtml" />
|
---|
325 | <Content Include="Views\Home\Index.cshtml" />
|
---|
326 | <Content Include="Views\Shared\DisplayTemplates\AlgorithmParameters.cshtml" />
|
---|
327 | <Content Include="Views\Shared\DisplayTemplates\BoolValue.cshtml" />
|
---|
328 | <Content Include="Views\Shared\DisplayTemplates\DecimalMatrix.cshtml" />
|
---|
329 | <Content Include="Views\Shared\DisplayTemplates\DecimalValue.cshtml" />
|
---|
330 | <Content Include="Views\Shared\DisplayTemplates\DecimalVector.cshtml" />
|
---|
331 | <Content Include="Views\Shared\DisplayTemplates\ProblemParameters.cshtml" />
|
---|
332 | <Content Include="Views\Shared\DisplayTemplates\StringValue.cshtml" />
|
---|
333 | <Content Include="Views\Shared\DisplayTemplates\TypeValue.cshtml" />
|
---|
334 | <Content Include="Views\Shared\EditorTemplates\AlgorithmParameters.cshtml" />
|
---|
335 | <Content Include="Views\Shared\EditorTemplates\BoolValue.cshtml" />
|
---|
336 | <Content Include="Views\Shared\EditorTemplates\DecimalMatrix.cshtml" />
|
---|
337 | <Content Include="Views\Shared\EditorTemplates\DecimalValue.cshtml" />
|
---|
338 | <Content Include="Views\Shared\EditorTemplates\DecimalVector.cshtml" />
|
---|
339 | <Content Include="Views\Shared\EditorTemplates\ProblemParameters.cshtml" />
|
---|
340 | <Content Include="Views\Shared\EditorTemplates\TypeValue.cshtml" />
|
---|
341 | <Content Include="Views\Shared\Error.cshtml" />
|
---|
342 | <Content Include="Views\Shared\_Layout.cshtml" />
|
---|
343 | <Content Include="Views\Shared\_LogOnPartial.cshtml" />
|
---|
344 | <Content Include="Views\Web.config">
|
---|
345 | <SubType>Designer</SubType>
|
---|
346 | </Content>
|
---|
347 | <Content Include="Views\_ViewStart.cshtml" />
|
---|
348 | <Content Include="Web.config">
|
---|
349 | <SubType>Designer</SubType>
|
---|
350 | </Content>
|
---|
351 | <Content Include="Web.Debug.config">
|
---|
352 | <DependentUpon>Web.config</DependentUpon>
|
---|
353 | </Content>
|
---|
354 | <Content Include="Web.Release.config">
|
---|
355 | <DependentUpon>Web.config</DependentUpon>
|
---|
356 | </Content>
|
---|
357 | <Content Include="Content\Site.css" />
|
---|
358 | <Content Include="Scripts\jquery.unobtrusive-ajax.js" />
|
---|
359 | <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
|
---|
360 | <Content Include="Scripts\jquery.validate.unobtrusive.js" />
|
---|
361 | <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
|
---|
362 | <Content Include="Scripts\MicrosoftAjax.js" />
|
---|
363 | <Content Include="Scripts\MicrosoftAjax.debug.js" />
|
---|
364 | <Content Include="Scripts\MicrosoftMvcAjax.js" />
|
---|
365 | <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
|
---|
366 | <Content Include="Scripts\MicrosoftMvcValidation.js" />
|
---|
367 | <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
|
---|
368 | </ItemGroup>
|
---|
369 | <ItemGroup>
|
---|
370 | <Folder Include="App_Data\" />
|
---|
371 | </ItemGroup>
|
---|
372 | <ItemGroup>
|
---|
373 | <Content Include="packages.config">
|
---|
374 | <SubType>Designer</SubType>
|
---|
375 | </Content>
|
---|
376 | </ItemGroup>
|
---|
377 | <ItemGroup>
|
---|
378 | <ProjectReference Include="..\HeuristicLab.Services.Optimization.Billing\HeuristicLab.Services.Optimization.Billing.csproj">
|
---|
379 | <Project>{5DC3E4F1-E21B-4C18-8921-88058E86FB07}</Project>
|
---|
380 | <Name>HeuristicLab.Services.Optimization.Billing</Name>
|
---|
381 | </ProjectReference>
|
---|
382 | <ProjectReference Include="..\HeuristicLab.Services.Optimization.Controller\HeuristicLab.Services.Optimization.ControllerService.csproj">
|
---|
383 | <Project>{E0095F29-604B-4EE8-9EE8-8187DA3B24F1}</Project>
|
---|
384 | <Name>HeuristicLab.Services.Optimization.ControllerService</Name>
|
---|
385 | </ProjectReference>
|
---|
386 | </ItemGroup>
|
---|
387 | <ItemGroup>
|
---|
388 | <None Include="Content\datatable\images\Sorting icons.psd" />
|
---|
389 | <None Include="Content\jqplot\src\jsl.conf" />
|
---|
390 | <Content Include="HeuristicLab 3.3.exe.config" />
|
---|
391 | <None Include="Mappings\mapping.py" />
|
---|
392 | <None Include="Mappings\scenario.xsd">
|
---|
393 | <SubType>Designer</SubType>
|
---|
394 | </None>
|
---|
395 | <Content Include="Views\Experiment\New.cshtml" />
|
---|
396 | <Content Include="Views\Experiment\NewEdit.cshtml" />
|
---|
397 | <Content Include="Views\Job\Index.cshtml" />
|
---|
398 | <Content Include="Views\Order\Index.cshtml" />
|
---|
399 | <Content Include="Views\Order\AddProduct.cshtml" />
|
---|
400 | <Content Include="Views\Order\SaveOrder.cshtml" />
|
---|
401 | <Content Include="Views\Order\OrderSaved.cshtml" />
|
---|
402 | <Content Include="Views\OrderAdmin\Index.cshtml" />
|
---|
403 | <Content Include="Views\Order\Overview.cshtml" />
|
---|
404 | <Content Include="Views\Order\Payment.cshtml" />
|
---|
405 | <Content Include="Views\Usage\Index.cshtml" />
|
---|
406 | <Content Include="Views\Invoice\Index.cshtml" />
|
---|
407 | <Content Include="Views\Order\ContactInformation.cshtml" />
|
---|
408 | </ItemGroup>
|
---|
409 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
410 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
---|
411 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
412 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
413 | <Target Name="BeforeBuild">
|
---|
414 | </Target>
|
---|
415 | <Target Name="AfterBuild">
|
---|
416 | </Target> -->
|
---|
417 | <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
|
---|
418 | <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
|
---|
419 | </Target>
|
---|
420 | <ProjectExtensions>
|
---|
421 | <VisualStudio>
|
---|
422 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
---|
423 | <WebProjectProperties>
|
---|
424 | <UseIIS>False</UseIIS>
|
---|
425 | <AutoAssignPort>True</AutoAssignPort>
|
---|
426 | <DevelopmentServerPort>2092</DevelopmentServerPort>
|
---|
427 | <DevelopmentServerVPath>/</DevelopmentServerVPath>
|
---|
428 | <IISUrl>
|
---|
429 | </IISUrl>
|
---|
430 | <NTLMAuthentication>False</NTLMAuthentication>
|
---|
431 | <UseCustomServer>False</UseCustomServer>
|
---|
432 | <CustomServerUrl>
|
---|
433 | </CustomServerUrl>
|
---|
434 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
---|
435 | </WebProjectProperties>
|
---|
436 | </FlavorProperties>
|
---|
437 | </VisualStudio>
|
---|
438 | </ProjectExtensions>
|
---|
439 | </Project> |
---|