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.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
---|
58 | <Private>True</Private>
|
---|
59 | </Reference>
|
---|
60 | <Reference Include="System.Web.Providers">
|
---|
61 | <HintPath>..\packages\System.Web.Providers.Core.1.0\lib\net40\System.Web.Providers.dll</HintPath>
|
---|
62 | </Reference>
|
---|
63 | <Reference Include="System.Web.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
---|
64 | <Private>True</Private>
|
---|
65 | </Reference>
|
---|
66 | <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
---|
67 | <Private>True</Private>
|
---|
68 | </Reference>
|
---|
69 | <Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
---|
70 | <Private>True</Private>
|
---|
71 | </Reference>
|
---|
72 | <Reference Include="System" />
|
---|
73 | <Reference Include="System.Data" />
|
---|
74 | <Reference Include="System.Drawing" />
|
---|
75 | <Reference Include="System.Web.DynamicData" />
|
---|
76 | <Reference Include="System.Web.Entity" />
|
---|
77 | <Reference Include="System.Web.ApplicationServices" />
|
---|
78 | <Reference Include="System.ComponentModel.DataAnnotations" />
|
---|
79 | <Reference Include="System.Core" />
|
---|
80 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
81 | <Reference Include="System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
---|
82 | <Private>True</Private>
|
---|
83 | </Reference>
|
---|
84 | <Reference Include="System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
|
---|
85 | <Private>True</Private>
|
---|
86 | </Reference>
|
---|
87 | <Reference Include="System.Xml.Linq" />
|
---|
88 | <Reference Include="System.Web" />
|
---|
89 | <Reference Include="System.Web.Extensions" />
|
---|
90 | <Reference Include="System.Web.Abstractions" />
|
---|
91 | <Reference Include="System.Web.Routing" />
|
---|
92 | <Reference Include="System.Xml" />
|
---|
93 | <Reference Include="System.Configuration" />
|
---|
94 | <Reference Include="System.Web.Services" />
|
---|
95 | <Reference Include="System.EnterpriseServices" />
|
---|
96 | </ItemGroup>
|
---|
97 | <ItemGroup>
|
---|
98 | <Compile Include="Controllers\AccountController.cs" />
|
---|
99 | <Compile Include="Controllers\HomeController.cs" />
|
---|
100 | <Compile Include="Controllers\OptimizationController.cs" />
|
---|
101 | <Compile Include="Global.asax.cs">
|
---|
102 | <DependentUpon>Global.asax</DependentUpon>
|
---|
103 | </Compile>
|
---|
104 | <Compile Include="Models\AccountModels.cs" />
|
---|
105 | <Compile Include="Models\OptimizationModels.cs" />
|
---|
106 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
107 | <Compile Include="WebRole.cs" />
|
---|
108 | </ItemGroup>
|
---|
109 | <ItemGroup>
|
---|
110 | <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
|
---|
111 | <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
|
---|
112 | <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
|
---|
113 | <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
|
---|
114 | <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
|
---|
115 | <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
|
---|
116 | <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
|
---|
117 | <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
|
---|
118 | <Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" />
|
---|
119 | <Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
|
---|
120 | <Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" />
|
---|
121 | <Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" />
|
---|
122 | <Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
|
---|
123 | <Content Include="Content\themes\base\jquery.ui.accordion.css" />
|
---|
124 | <Content Include="Content\themes\base\jquery.ui.all.css" />
|
---|
125 | <Content Include="Content\themes\base\jquery.ui.autocomplete.css" />
|
---|
126 | <Content Include="Content\themes\base\jquery.ui.base.css" />
|
---|
127 | <Content Include="Content\themes\base\jquery.ui.button.css" />
|
---|
128 | <Content Include="Content\themes\base\jquery.ui.core.css" />
|
---|
129 | <Content Include="Content\themes\base\jquery.ui.datepicker.css" />
|
---|
130 | <Content Include="Content\themes\base\jquery.ui.dialog.css" />
|
---|
131 | <Content Include="Content\themes\base\jquery.ui.progressbar.css" />
|
---|
132 | <Content Include="Content\themes\base\jquery.ui.resizable.css" />
|
---|
133 | <Content Include="Content\themes\base\jquery.ui.selectable.css" />
|
---|
134 | <Content Include="Content\themes\base\jquery.ui.slider.css" />
|
---|
135 | <Content Include="Content\themes\base\jquery.ui.tabs.css" />
|
---|
136 | <Content Include="Content\themes\base\jquery.ui.theme.css" />
|
---|
137 | <Content Include="Global.asax" />
|
---|
138 | <Content Include="ControllerService.svc" />
|
---|
139 | <Content Include="Mappings\tsp.xml" />
|
---|
140 | <Content Include="Scripts\jquery-1.5.1-vsdoc.js" />
|
---|
141 | <Content Include="Scripts\jquery-1.5.1.js" />
|
---|
142 | <Content Include="Scripts\jquery-1.5.1.min.js" />
|
---|
143 | <Content Include="Scripts\jquery-ui-1.8.11.js" />
|
---|
144 | <Content Include="Scripts\jquery-ui-1.8.11.min.js" />
|
---|
145 | <Content Include="Scripts\jquery.validate-vsdoc.js" />
|
---|
146 | <Content Include="Scripts\jquery.validate.js" />
|
---|
147 | <Content Include="Scripts\jquery.validate.min.js" />
|
---|
148 | <Content Include="Scripts\modernizr-1.7.js" />
|
---|
149 | <Content Include="Scripts\modernizr-1.7.min.js" />
|
---|
150 | <Content Include="Web.config">
|
---|
151 | <SubType>Designer</SubType>
|
---|
152 | </Content>
|
---|
153 | <Content Include="Web.Debug.config">
|
---|
154 | <DependentUpon>Web.config</DependentUpon>
|
---|
155 | </Content>
|
---|
156 | <Content Include="Web.Release.config">
|
---|
157 | <DependentUpon>Web.config</DependentUpon>
|
---|
158 | </Content>
|
---|
159 | <Content Include="Content\Site.css" />
|
---|
160 | <Content Include="Scripts\jquery.unobtrusive-ajax.js" />
|
---|
161 | <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
|
---|
162 | <Content Include="Scripts\jquery.validate.unobtrusive.js" />
|
---|
163 | <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
|
---|
164 | <Content Include="Scripts\MicrosoftAjax.js" />
|
---|
165 | <Content Include="Scripts\MicrosoftAjax.debug.js" />
|
---|
166 | <Content Include="Scripts\MicrosoftMvcAjax.js" />
|
---|
167 | <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
|
---|
168 | <Content Include="Scripts\MicrosoftMvcValidation.js" />
|
---|
169 | <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
|
---|
170 | <Content Include="Views\_ViewStart.cshtml" />
|
---|
171 | <Content Include="Views\Account\ChangePassword.cshtml" />
|
---|
172 | <Content Include="Views\Account\ChangePasswordSuccess.cshtml" />
|
---|
173 | <Content Include="Views\Account\LogOn.cshtml" />
|
---|
174 | <Content Include="Views\Account\Register.cshtml" />
|
---|
175 | <Content Include="Views\Home\About.cshtml" />
|
---|
176 | <Content Include="Views\Home\Index.cshtml" />
|
---|
177 | <Content Include="Views\Shared\Error.cshtml" />
|
---|
178 | <Content Include="Views\Shared\_LogOnPartial.cshtml" />
|
---|
179 | <Content Include="Views\Shared\_Layout.cshtml" />
|
---|
180 | <Content Include="Views\Web.config" />
|
---|
181 | </ItemGroup>
|
---|
182 | <ItemGroup>
|
---|
183 | <Folder Include="App_Data\" />
|
---|
184 | </ItemGroup>
|
---|
185 | <ItemGroup>
|
---|
186 | <Content Include="packages.config" />
|
---|
187 | </ItemGroup>
|
---|
188 | <ItemGroup>
|
---|
189 | <Content Include="Views\Optimization\Index.cshtml" />
|
---|
190 | </ItemGroup>
|
---|
191 | <ItemGroup>
|
---|
192 | <ProjectReference Include="..\HeuristicLab.Services.Optimization.Controller\HeuristicLab.Services.Optimization.ControllerService.csproj">
|
---|
193 | <Project>{E0095F29-604B-4EE8-9EE8-8187DA3B24F1}</Project>
|
---|
194 | <Name>HeuristicLab.Services.Optimization.ControllerService</Name>
|
---|
195 | </ProjectReference>
|
---|
196 | </ItemGroup>
|
---|
197 | <ItemGroup>
|
---|
198 | <Content Include="Views\Optimization\ProblemParameters.cshtml" />
|
---|
199 | </ItemGroup>
|
---|
200 | <ItemGroup>
|
---|
201 | <Content Include="Views\Optimization\AlgorithmParameters.cshtml" />
|
---|
202 | </ItemGroup>
|
---|
203 | <ItemGroup>
|
---|
204 | <Content Include="Views\Optimization\ScheduleJob.cshtml" />
|
---|
205 | </ItemGroup>
|
---|
206 | <ItemGroup>
|
---|
207 | <Content Include="Views\Shared\EditorTemplates\InputParameters.cshtml" />
|
---|
208 | </ItemGroup>
|
---|
209 | <ItemGroup>
|
---|
210 | <Content Include="Views\Shared\EditorTemplates\DecimalValue.cshtml" />
|
---|
211 | </ItemGroup>
|
---|
212 | <ItemGroup>
|
---|
213 | <Content Include="Views\Shared\EditorTemplates\BoolValue.cshtml" />
|
---|
214 | </ItemGroup>
|
---|
215 | <ItemGroup>
|
---|
216 | <Content Include="Views\Shared\EditorTemplates\TypeValue.cshtml" />
|
---|
217 | </ItemGroup>
|
---|
218 | <ItemGroup>
|
---|
219 | <Content Include="Views\Shared\EditorTemplates\DecimalMatrix.cshtml" />
|
---|
220 | </ItemGroup>
|
---|
221 | <ItemGroup>
|
---|
222 | <Content Include="Views\Shared\EditorTemplates\DecimalVector.cshtml" />
|
---|
223 | </ItemGroup>
|
---|
224 | <ItemGroup>
|
---|
225 | <Content Include="Views\Shared\EditorTemplates\AlgorithmParameters.cshtml" />
|
---|
226 | </ItemGroup>
|
---|
227 | <ItemGroup>
|
---|
228 | <Content Include="Views\Shared\DisplayTemplates\AlgorithmParameters.cshtml" />
|
---|
229 | </ItemGroup>
|
---|
230 | <ItemGroup>
|
---|
231 | <Content Include="Views\Shared\DisplayTemplates\TypeValue.cshtml" />
|
---|
232 | </ItemGroup>
|
---|
233 | <ItemGroup>
|
---|
234 | <Content Include="Views\Shared\DisplayTemplates\BoolValue.cshtml" />
|
---|
235 | </ItemGroup>
|
---|
236 | <ItemGroup>
|
---|
237 | <Content Include="Views\Shared\DisplayTemplates\DecimalMatrix.cshtml" />
|
---|
238 | </ItemGroup>
|
---|
239 | <ItemGroup>
|
---|
240 | <Content Include="Views\Shared\DisplayTemplates\DecimalValue.cshtml" />
|
---|
241 | </ItemGroup>
|
---|
242 | <ItemGroup>
|
---|
243 | <Content Include="Views\Shared\DisplayTemplates\DecimalVector.cshtml" />
|
---|
244 | </ItemGroup>
|
---|
245 | <ItemGroup>
|
---|
246 | <Content Include="Views\Shared\DisplayTemplates\InputParameters.cshtml" />
|
---|
247 | </ItemGroup>
|
---|
248 | <ItemGroup>
|
---|
249 | <Content Include="HeuristicLab 3.3.exe.config" />
|
---|
250 | </ItemGroup>
|
---|
251 | <ItemGroup>
|
---|
252 | <Content Include="Views\Optimization\JobDetails.cshtml" />
|
---|
253 | </ItemGroup>
|
---|
254 | <ItemGroup>
|
---|
255 | <None Include="Mappings\mapping.py" />
|
---|
256 | <None Include="Mappings\scenario.xsd">
|
---|
257 | <SubType>Designer</SubType>
|
---|
258 | </None>
|
---|
259 | </ItemGroup>
|
---|
260 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
261 | <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
|
---|
262 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
263 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
264 | <Target Name="BeforeBuild">
|
---|
265 | </Target>
|
---|
266 | <Target Name="AfterBuild">
|
---|
267 | </Target> -->
|
---|
268 | <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
|
---|
269 | <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
|
---|
270 | </Target>
|
---|
271 | <ProjectExtensions>
|
---|
272 | <VisualStudio>
|
---|
273 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
---|
274 | <WebProjectProperties>
|
---|
275 | <UseIIS>False</UseIIS>
|
---|
276 | <AutoAssignPort>True</AutoAssignPort>
|
---|
277 | <DevelopmentServerPort>2092</DevelopmentServerPort>
|
---|
278 | <DevelopmentServerVPath>/</DevelopmentServerVPath>
|
---|
279 | <IISUrl>
|
---|
280 | </IISUrl>
|
---|
281 | <NTLMAuthentication>False</NTLMAuthentication>
|
---|
282 | <UseCustomServer>False</UseCustomServer>
|
---|
283 | <CustomServerUrl>
|
---|
284 | </CustomServerUrl>
|
---|
285 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
---|
286 | </WebProjectProperties>
|
---|
287 | </FlavorProperties>
|
---|
288 | </VisualStudio>
|
---|
289 | </ProjectExtensions>
|
---|
290 | </Project> |
---|