Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HiveStatistics/sources/HeuristicLab.Services.Hive.Statistics/3.3/HeuristicLab.Services.Hive.Statistics-3.3.csproj @ 9604

Last change on this file since 9604 was 9604, checked in by pfleck, 11 years ago

#2063:
Set up basic webpage layout based on WebApplication branch.
Added Asp.Net MVC packages and some helper packages.
Implemented login.

File size: 14.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  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProductVersion>
8    </ProductVersion>
9    <SchemaVersion>2.0</SchemaVersion>
10    <ProjectGuid>{070D6549-E33A-4466-9368-70177DF454BD}</ProjectGuid>
11    <ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12    <OutputType>Library</OutputType>
13    <AppDesignerFolder>Properties</AppDesignerFolder>
14    <RootNamespace>HeuristicLab.Services.Hive.Statistics</RootNamespace>
15    <AssemblyName>HeuristicLab.Services.Hive.Statistics-3.3</AssemblyName>
16    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
17    <MvcBuildViews>false</MvcBuildViews>
18    <UseIISExpress>true</UseIISExpress>
19    <IISExpressSSLPort />
20    <IISExpressAnonymousAuthentication />
21    <IISExpressWindowsAuthentication />
22    <IISExpressUseClassicPipelineMode />
23  </PropertyGroup>
24  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
25    <DebugSymbols>true</DebugSymbols>
26    <DebugType>full</DebugType>
27    <Optimize>false</Optimize>
28    <OutputPath>bin\</OutputPath>
29    <DefineConstants>DEBUG;TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
34    <DebugType>pdbonly</DebugType>
35    <Optimize>true</Optimize>
36    <OutputPath>bin\</OutputPath>
37    <DefineConstants>TRACE</DefineConstants>
38    <ErrorReport>prompt</ErrorReport>
39    <WarningLevel>4</WarningLevel>
40  </PropertyGroup>
41  <ItemGroup>
42    <Reference Include="Microsoft.CSharp" />
43    <Reference Include="System" />
44    <Reference Include="System.Web.ApplicationServices" />
45    <Reference Include="System.ComponentModel.DataAnnotations" />
46    <Reference Include="System.Core" />
47    <Reference Include="System.Web" />
48    <Reference Include="System.Web.Extensions" />
49    <Reference Include="System.Web.Abstractions" />
50    <Reference Include="System.Web.Routing" />
51    <Reference Include="System.Configuration" />
52    <Reference Include="System.Transactions" />
53    <Reference Include="System.Web.Services" />
54    <Reference Include="System.EnterpriseServices" />
55    <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
56      <Private>True</Private>
57      <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
58    </Reference>
59    <Reference Include="Microsoft.Web.Mvc.FixedDisplayModes, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
60      <Private>True</Private>
61      <HintPath>..\..\packages\Microsoft.AspNet.Mvc.FixedDisplayModes.1.0.0\lib\net40\Microsoft.Web.Mvc.FixedDisplayModes.dll</HintPath>
62    </Reference>
63    <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
64      <Private>True</Private>
65      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll</HintPath>
66    </Reference>
67    <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
68      <Private>True</Private>
69      <HintPath>..\..\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll</HintPath>
70    </Reference>
71    <Reference Include="System.Web.Optimization">
72      <HintPath>..\..\packages\Microsoft.AspNet.Web.Optimization.1.0.0\lib\net40\System.Web.Optimization.dll</HintPath>
73    </Reference>
74    <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
75      <Private>True</Private>
76      <HintPath>..\..\packages\Microsoft.AspNet.Razor.2.0.20715.0\lib\net40\System.Web.Razor.dll</HintPath>
77    </Reference>
78    <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
79      <Private>True</Private>
80      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll</HintPath>
81    </Reference>
82    <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
83      <Private>True</Private>
84      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
85    </Reference>
86    <Reference Include="WebMatrix.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
87      <Private>True</Private>
88      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.Data.2.0.20710.0\lib\net40\WebMatrix.Data.dll</HintPath>
89    </Reference>
90    <Reference Include="WebMatrix.WebData, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
91      <Private>True</Private>
92      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.WebData.2.0.20710.0\lib\net40\WebMatrix.WebData.dll</HintPath>
93    </Reference>
94    <Reference Include="WebGrease">
95      <Private>True</Private>
96      <HintPath>..\..\packages\WebGrease.1.3.0\lib\WebGrease.dll</HintPath>
97    </Reference>
98    <Reference Include="Antlr3.Runtime">
99      <Private>True</Private>
100      <HintPath>..\..\packages\WebGrease.1.3.0\lib\Antlr3.Runtime.dll</HintPath>
101    </Reference>
102  </ItemGroup>
103  <ItemGroup>
104    <Compile Include="App_Start\BundleConfig.cs" />
105    <Compile Include="App_Start\FilterConfig.cs" />
106    <Compile Include="App_Start\RouteConfig.cs" />
107    <Compile Include="Controllers\AccountController.cs" />
108    <Compile Include="Controllers\HomeController.cs" />
109    <Compile Include="Global.asax.cs">
110      <DependentUpon>Global.asax</DependentUpon>
111    </Compile>
112    <Compile Include="Helper\HtmMenulHelper.cs" />
113    <Compile Include="Models\AccountModels.cs" />
114    <Compile Include="Properties\AssemblyInfo.cs" />
115    <None Include="Properties\AssemblyInfo.cs.frame" />
116  </ItemGroup>
117  <ItemGroup>
118    <Content Include="Content\themes\base\images\ui-bg_flat_0_aaaaaa_40x100.png" />
119    <Content Include="Content\themes\base\images\ui-bg_flat_75_ffffff_40x100.png" />
120    <Content Include="Content\themes\base\images\ui-bg_glass_55_fbf9ee_1x400.png" />
121    <Content Include="Content\themes\base\images\ui-bg_glass_65_ffffff_1x400.png" />
122    <Content Include="Content\themes\base\images\ui-bg_glass_75_dadada_1x400.png" />
123    <Content Include="Content\themes\base\images\ui-bg_glass_75_e6e6e6_1x400.png" />
124    <Content Include="Content\themes\base\images\ui-bg_glass_95_fef1ec_1x400.png" />
125    <Content Include="Content\themes\base\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
126    <Content Include="Content\themes\base\images\ui-icons_222222_256x240.png" />
127    <Content Include="Content\themes\base\images\ui-icons_2e83ff_256x240.png" />
128    <Content Include="Content\themes\base\images\ui-icons_454545_256x240.png" />
129    <Content Include="Content\themes\base\images\ui-icons_888888_256x240.png" />
130    <Content Include="Content\themes\base\images\ui-icons_cd0a0a_256x240.png" />
131    <Content Include="Content\themes\base\jquery-ui.css" />
132    <Content Include="Content\themes\base\jquery.ui.accordion.css" />
133    <Content Include="Content\themes\base\jquery.ui.all.css" />
134    <Content Include="Content\themes\base\jquery.ui.autocomplete.css" />
135    <Content Include="Content\themes\base\jquery.ui.base.css" />
136    <Content Include="Content\themes\base\jquery.ui.button.css" />
137    <Content Include="Content\themes\base\jquery.ui.core.css" />
138    <Content Include="Content\themes\base\jquery.ui.datepicker.css" />
139    <Content Include="Content\themes\base\jquery.ui.dialog.css" />
140    <Content Include="Content\themes\base\jquery.ui.progressbar.css" />
141    <Content Include="Content\themes\base\jquery.ui.resizable.css" />
142    <Content Include="Content\themes\base\jquery.ui.selectable.css" />
143    <Content Include="Content\themes\base\jquery.ui.slider.css" />
144    <Content Include="Content\themes\base\jquery.ui.tabs.css" />
145    <Content Include="Content\themes\base\jquery.ui.theme.css" />
146    <Content Include="Content\themes\base\minified\images\ui-bg_flat_0_aaaaaa_40x100.png" />
147    <Content Include="Content\themes\base\minified\images\ui-bg_flat_75_ffffff_40x100.png" />
148    <Content Include="Content\themes\base\minified\images\ui-bg_glass_55_fbf9ee_1x400.png" />
149    <Content Include="Content\themes\base\minified\images\ui-bg_glass_65_ffffff_1x400.png" />
150    <Content Include="Content\themes\base\minified\images\ui-bg_glass_75_dadada_1x400.png" />
151    <Content Include="Content\themes\base\minified\images\ui-bg_glass_75_e6e6e6_1x400.png" />
152    <Content Include="Content\themes\base\minified\images\ui-bg_glass_95_fef1ec_1x400.png" />
153    <Content Include="Content\themes\base\minified\images\ui-bg_highlight-soft_75_cccccc_1x100.png" />
154    <Content Include="Content\themes\base\minified\images\ui-icons_222222_256x240.png" />
155    <Content Include="Content\themes\base\minified\images\ui-icons_2e83ff_256x240.png" />
156    <Content Include="Content\themes\base\minified\images\ui-icons_454545_256x240.png" />
157    <Content Include="Content\themes\base\minified\images\ui-icons_888888_256x240.png" />
158    <Content Include="Content\themes\base\minified\images\ui-icons_cd0a0a_256x240.png" />
159    <Content Include="Content\themes\base\minified\jquery-ui.min.css" />
160    <Content Include="Content\themes\base\minified\jquery.ui.accordion.min.css" />
161    <Content Include="Content\themes\base\minified\jquery.ui.autocomplete.min.css" />
162    <Content Include="Content\themes\base\minified\jquery.ui.button.min.css" />
163    <Content Include="Content\themes\base\minified\jquery.ui.core.min.css" />
164    <Content Include="Content\themes\base\minified\jquery.ui.datepicker.min.css" />
165    <Content Include="Content\themes\base\minified\jquery.ui.dialog.min.css" />
166    <Content Include="Content\themes\base\minified\jquery.ui.progressbar.min.css" />
167    <Content Include="Content\themes\base\minified\jquery.ui.resizable.min.css" />
168    <Content Include="Content\themes\base\minified\jquery.ui.selectable.min.css" />
169    <Content Include="Content\themes\base\minified\jquery.ui.slider.min.css" />
170    <Content Include="Content\themes\base\minified\jquery.ui.tabs.min.css" />
171    <Content Include="Content\themes\base\minified\jquery.ui.theme.min.css" />
172    <Content Include="Content\hl-logo.png" />
173    <Content Include="Global.asax" />
174    <None Include="Scripts\jquery-1.8.2.intellisense.js" />
175    <Content Include="HeuristicLab.ico" />
176    <Content Include="Scripts\jquery-1.8.2.js" />
177    <Content Include="Scripts\jquery-1.8.2.min.js" />
178    <None Include="Scripts\jquery.validate-vsdoc.js" />
179    <Content Include="Scripts\jquery-ui-1.8.24.js" />
180    <Content Include="Scripts\jquery-ui-1.8.24.min.js" />
181    <Content Include="Scripts\jquery.unobtrusive-ajax.js" />
182    <Content Include="Scripts\jquery.unobtrusive-ajax.min.js" />
183    <Content Include="Scripts\jquery.validate.js" />
184    <Content Include="Scripts\jquery.validate.min.js" />
185    <Content Include="Scripts\jquery.validate.unobtrusive.js" />
186    <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
187    <Content Include="Scripts\modernizr-2.6.2.js" />
188    <Content Include="Web.config" />
189    <Content Include="Web.Debug.config">
190      <DependentUpon>Web.config</DependentUpon>
191    </Content>
192    <Content Include="Web.Release.config">
193      <DependentUpon>Web.config</DependentUpon>
194    </Content>
195    <Content Include="Content\Site.css" />
196    <Content Include="Scripts\_references.js" />
197    <Content Include="Views\_ViewStart.cshtml" />
198    <Content Include="Views\Account\Login.cshtml" />
199    <Content Include="Views\Home\About.cshtml" />
200    <Content Include="Views\Home\Contact.cshtml" />
201    <Content Include="Views\Home\Index.cshtml" />
202    <Content Include="Views\Shared\Error.cshtml" />
203    <Content Include="Views\Shared\_LoginPartial.cshtml" />
204    <Content Include="Views\Shared\_Layout.cshtml" />
205    <Content Include="Views\Web.config" />
206  </ItemGroup>
207  <ItemGroup>
208    <Folder Include="App_Data\" />
209    <Folder Include="Filters\" />
210  </ItemGroup>
211  <ItemGroup>
212    <Content Include="packages.config" />
213  </ItemGroup>
214  <PropertyGroup>
215    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
216    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
217  </PropertyGroup>
218  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
219  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
220  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
221  <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
222    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
223  </Target>
224  <ProjectExtensions>
225    <VisualStudio>
226      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
227        <WebProjectProperties>
228          <UseIIS>True</UseIIS>
229          <AutoAssignPort>True</AutoAssignPort>
230          <DevelopmentServerPort>0</DevelopmentServerPort>
231          <DevelopmentServerVPath>/</DevelopmentServerVPath>
232          <IISUrl>http://localhost:2088/</IISUrl>
233          <NTLMAuthentication>False</NTLMAuthentication>
234          <UseCustomServer>False</UseCustomServer>
235          <CustomServerUrl>
236          </CustomServerUrl>
237          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
238        </WebProjectProperties>
239      </FlavorProperties>
240    </VisualStudio>
241  </ProjectExtensions>
242  <PropertyGroup>
243    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
244set ProjectDir=$(ProjectDir)
245set SolutionDir=$(SolutionDir)
246set Outdir=$(Outdir)
247
248call PreBuildEvent.cmd</PreBuildEvent>
249  </PropertyGroup>
250  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
251       Other similar extension points exist, see Microsoft.Common.targets.
252  <Target Name="BeforeBuild">
253  </Target>
254  <Target Name="AfterBuild">
255  </Target> -->
256</Project>
Note: See TracBrowser for help on using the repository browser.