Free cookie consent management tool by TermsFeed Policy Generator

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

Last change on this file since 8384 was 8384, checked in by fschoepp, 12 years ago

#1888:

  • Created a project which contains the back-end controller for the Optimization WebSite
  • Added a WCF-back-end-controller which generates all available optimization problems (currently in-memory solution: PlaceholderControllerService.cs)
  • Created a WebRole using ASP.NET MVC 3 for the Optimization Web Site
  • WebSite authenticates users with the HeuristicLab.Authentication membership provider and database
  • WebSite crawls and displays all available optimization scenarios by using the WCF-back-end controller (test with: http://localhost:.../optimization)
File size: 11.9 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  </PropertyGroup>
28  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
29    <DebugType>pdbonly</DebugType>
30    <Optimize>true</Optimize>
31    <OutputPath>bin\</OutputPath>
32    <DefineConstants>TRACE</DefineConstants>
33    <ErrorReport>prompt</ErrorReport>
34    <WarningLevel>4</WarningLevel>
35  </PropertyGroup>
36  <ItemGroup>
37    <Reference Include="EntityFramework">
38      <HintPath>..\packages\EntityFramework.4.1.10331.0\lib\EntityFramework.dll</HintPath>
39    </Reference>
40    <Reference Include="Microsoft.CSharp" />
41    <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
42      <Private>True</Private>
43    </Reference>
44    <Reference Include="Microsoft.WindowsAzure.Configuration, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL">
45      <HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.7.0.0\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath>
46    </Reference>
47    <Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
48    <Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
49    <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
50      <HintPath>..\packages\WindowsAzure.Storage.1.7.0.0\lib\net35-full\Microsoft.WindowsAzure.StorageClient.dll</HintPath>
51    </Reference>
52    <Reference Include="System.Data.Entity" />
53    <Reference Include="System.Data.Services.Client" />
54    <Reference Include="System.Runtime.Serialization" />
55    <Reference Include="System.ServiceModel" />
56    <Reference Include="System.Web.Mvc, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
57      <Private>True</Private>
58    </Reference>
59    <Reference Include="System.Web.Providers">
60      <HintPath>..\packages\System.Web.Providers.Core.1.0\lib\net40\System.Web.Providers.dll</HintPath>
61    </Reference>
62    <Reference Include="System.Web.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
63      <Private>True</Private>
64    </Reference>
65    <Reference Include="System.Web.WebPages, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
66      <Private>True</Private>
67    </Reference>
68    <Reference Include="System.Web.Helpers, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
69      <Private>True</Private>
70    </Reference>
71    <Reference Include="System" />
72    <Reference Include="System.Data" />
73    <Reference Include="System.Drawing" />
74    <Reference Include="System.Web.DynamicData" />
75    <Reference Include="System.Web.Entity" />
76    <Reference Include="System.Web.ApplicationServices" />
77    <Reference Include="System.ComponentModel.DataAnnotations" />
78    <Reference Include="System.Core" />
79    <Reference Include="System.Data.DataSetExtensions" />
80    <Reference Include="System.Web.WebPages.Deployment, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
81      <Private>True</Private>
82    </Reference>
83    <Reference Include="System.Web.WebPages.Razor, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
84      <Private>True</Private>
85    </Reference>
86    <Reference Include="System.Xml.Linq" />
87    <Reference Include="System.Web" />
88    <Reference Include="System.Web.Extensions" />
89    <Reference Include="System.Web.Abstractions" />
90    <Reference Include="System.Web.Routing" />
91    <Reference Include="System.Xml" />
92    <Reference Include="System.Configuration" />
93    <Reference Include="System.Web.Services" />
94    <Reference Include="System.EnterpriseServices" />
95  </ItemGroup>
96  <ItemGroup>
97    <Compile Include="Controllers\AccountController.cs" />
98    <Compile Include="Controllers\HomeController.cs" />
99    <Compile Include="Controllers\OptimizationController.cs" />
100    <Compile Include="Global.asax.cs">
101      <DependentUpon>Global.asax</DependentUpon>
102    </Compile>
103    <Compile Include="Models\AccountModels.cs" />
104    <Compile Include="Models\OptimizationModels.cs" />
105    <Compile Include="Properties\AssemblyInfo.cs" />
106    <Compile Include="WebRole.cs" />
107  </ItemGroup>
108  <ItemGroup>
109    <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
110    <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
111    <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
112    <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
113    <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
114    <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
115    <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
116    <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
117    <Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" />
118    <Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
119    <Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" />
120    <Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" />
121    <Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
122    <Content Include="Content\themes\base\jquery.ui.accordion.css" />
123    <Content Include="Content\themes\base\jquery.ui.all.css" />
124    <Content Include="Content\themes\base\jquery.ui.autocomplete.css" />
125    <Content Include="Content\themes\base\jquery.ui.base.css" />
126    <Content Include="Content\themes\base\jquery.ui.button.css" />
127    <Content Include="Content\themes\base\jquery.ui.core.css" />
128    <Content Include="Content\themes\base\jquery.ui.datepicker.css" />
129    <Content Include="Content\themes\base\jquery.ui.dialog.css" />
130    <Content Include="Content\themes\base\jquery.ui.progressbar.css" />
131    <Content Include="Content\themes\base\jquery.ui.resizable.css" />
132    <Content Include="Content\themes\base\jquery.ui.selectable.css" />
133    <Content Include="Content\themes\base\jquery.ui.slider.css" />
134    <Content Include="Content\themes\base\jquery.ui.tabs.css" />
135    <Content Include="Content\themes\base\jquery.ui.theme.css" />
136    <Content Include="Global.asax" />
137    <Content Include="ControllerService.svc" />
138    <Content Include="Scripts\jquery-1.5.1-vsdoc.js" />
139    <Content Include="Scripts\jquery-1.5.1.js" />
140    <Content Include="Scripts\jquery-1.5.1.min.js" />
141    <Content Include="Scripts\jquery-ui-1.8.11.js" />
142    <Content Include="Scripts\jquery-ui-1.8.11.min.js" />
143    <Content Include="Scripts\jquery.validate-vsdoc.js" />
144    <Content Include="Scripts\jquery.validate.js" />
145    <Content Include="Scripts\jquery.validate.min.js" />
146    <Content Include="Scripts\modernizr-1.7.js" />
147    <Content Include="Scripts\modernizr-1.7.min.js" />
148    <Content Include="Web.config" />
149    <Content Include="Web.Debug.config">
150      <DependentUpon>Web.config</DependentUpon>
151    </Content>
152    <Content Include="Web.Release.config">
153      <DependentUpon>Web.config</DependentUpon>
154    </Content>
155    <Content Include="Content\Site.css" />
156    <Content Include="Scripts\jquery.unobtrusive-ajax.js" />
157    <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
158    <Content Include="Scripts\jquery.validate.unobtrusive.js" />
159    <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
160    <Content Include="Scripts\MicrosoftAjax.js" />
161    <Content Include="Scripts\MicrosoftAjax.debug.js" />
162    <Content Include="Scripts\MicrosoftMvcAjax.js" />
163    <Content Include="Scripts\MicrosoftMvcAjax.debug.js" />
164    <Content Include="Scripts\MicrosoftMvcValidation.js" />
165    <Content Include="Scripts\MicrosoftMvcValidation.debug.js" />
166    <Content Include="Views\_ViewStart.cshtml" />
167    <Content Include="Views\Account\ChangePassword.cshtml" />
168    <Content Include="Views\Account\ChangePasswordSuccess.cshtml" />
169    <Content Include="Views\Account\LogOn.cshtml" />
170    <Content Include="Views\Account\Register.cshtml" />
171    <Content Include="Views\Home\About.cshtml" />
172    <Content Include="Views\Home\Index.cshtml" />
173    <Content Include="Views\Shared\Error.cshtml" />
174    <Content Include="Views\Shared\_LogOnPartial.cshtml" />
175    <Content Include="Views\Shared\_Layout.cshtml" />
176    <Content Include="Views\Web.config" />
177  </ItemGroup>
178  <ItemGroup>
179    <Folder Include="App_Data\" />
180  </ItemGroup>
181  <ItemGroup>
182    <Content Include="packages.config" />
183  </ItemGroup>
184  <ItemGroup>
185    <Content Include="Views\Optimization\Index.cshtml" />
186  </ItemGroup>
187  <ItemGroup>
188    <ProjectReference Include="..\HeuristicLab.Services.Optimization.Controller\HeuristicLab.Services.Optimization.ControllerService.csproj">
189      <Project>{E0095F29-604B-4EE8-9EE8-8187DA3B24F1}</Project>
190      <Name>HeuristicLab.Services.Optimization.ControllerService</Name>
191    </ProjectReference>
192  </ItemGroup>
193  <ItemGroup>
194    <Content Include="Views\Optimization\ProblemParameters.cshtml" />
195  </ItemGroup>
196  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
197  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
198  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
199       Other similar extension points exist, see Microsoft.Common.targets.
200  <Target Name="BeforeBuild">
201  </Target>
202  <Target Name="AfterBuild">
203  </Target> -->
204  <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
205    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
206  </Target>
207  <ProjectExtensions>
208    <VisualStudio>
209      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
210        <WebProjectProperties>
211          <UseIIS>False</UseIIS>
212          <AutoAssignPort>True</AutoAssignPort>
213          <DevelopmentServerPort>2092</DevelopmentServerPort>
214          <DevelopmentServerVPath>/</DevelopmentServerVPath>
215          <IISUrl>
216          </IISUrl>
217          <NTLMAuthentication>False</NTLMAuthentication>
218          <UseCustomServer>False</UseCustomServer>
219          <CustomServerUrl>
220          </CustomServerUrl>
221          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
222        </WebProjectProperties>
223      </FlavorProperties>
224    </VisualStudio>
225  </ProjectExtensions>
226</Project>
Note: See TracBrowser for help on using the repository browser.