Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Services.WebApp/3.3/HeuristicLab.Services.WebApp-3.3.csproj @ 12546

Last change on this file since 12546 was 12546, checked in by dglaser, 10 years ago

#2394:

HeuristicLab.Services.WebApp.Status:

  • added used / total cores
  • moved kb to gb filter to WebApp

HeuristicLab.Services.WebApp:

  • added about page
  • added filter
File size: 19.1 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="12.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>{6564C6AF-3E37-4C29-8947-68D4E22232BE}</ProjectGuid>
11    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12    <OutputType>Library</OutputType>
13    <AppDesignerFolder>Properties</AppDesignerFolder>
14    <RootNamespace>HeuristicLab.Services.WebApp</RootNamespace>
15    <AssemblyName>HeuristicLab.Services.WebApp</AssemblyName>
16    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
17    <MvcBuildViews>false</MvcBuildViews>
18    <UseIISExpress>true</UseIISExpress>
19    <IISExpressSSLPort />
20    <IISExpressAnonymousAuthentication />
21    <IISExpressWindowsAuthentication />
22    <IISExpressUseClassicPipelineMode />
23    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
24    <RestorePackages>true</RestorePackages>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
27    <DebugSymbols>true</DebugSymbols>
28    <DebugType>full</DebugType>
29    <Optimize>false</Optimize>
30    <OutputPath>bin\</OutputPath>
31    <DefineConstants>DEBUG;TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34    <PublishDatabases>false</PublishDatabases>
35  </PropertyGroup>
36  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
37    <DebugType>pdbonly</DebugType>
38    <Optimize>true</Optimize>
39    <OutputPath>bin\</OutputPath>
40    <DefineConstants>TRACE</DefineConstants>
41    <ErrorReport>prompt</ErrorReport>
42    <WarningLevel>4</WarningLevel>
43  </PropertyGroup>
44  <ItemGroup>
45    <Reference Include="Antlr3.Runtime, Version=3.5.0.2, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
46      <SpecificVersion>False</SpecificVersion>
47      <HintPath>..\..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
48    </Reference>
49    <Reference Include="Microsoft.CSharp" />
50    <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51      <HintPath>..\..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
52      <Private>True</Private>
53    </Reference>
54    <Reference Include="Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
55      <SpecificVersion>False</SpecificVersion>
56      <HintPath>..\..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
57    </Reference>
58    <Reference Include="System" />
59    <Reference Include="System.Data" />
60    <Reference Include="System.Drawing" />
61    <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath>
63      <Private>True</Private>
64    </Reference>
65    <Reference Include="System.Web.DynamicData" />
66    <Reference Include="System.Web.Entity" />
67    <Reference Include="System.Web.ApplicationServices" />
68    <Reference Include="System.ComponentModel.DataAnnotations" />
69    <Reference Include="System.Core" />
70    <Reference Include="System.Data.DataSetExtensions" />
71    <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
72      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
73      <Private>True</Private>
74    </Reference>
75    <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
76      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath>
77      <Private>True</Private>
78    </Reference>
79    <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
80      <HintPath>..\..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath>
81      <Private>True</Private>
82    </Reference>
83    <Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
84      <HintPath>..\..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
85      <Private>True</Private>
86    </Reference>
87    <Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
88      <HintPath>..\..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
89      <Private>True</Private>
90    </Reference>
91    <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
92      <HintPath>..\..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
93      <Private>True</Private>
94    </Reference>
95    <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
96      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
97      <Private>True</Private>
98    </Reference>
99    <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
100      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
101      <Private>True</Private>
102    </Reference>
103    <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
104      <HintPath>..\..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
105      <Private>True</Private>
106    </Reference>
107    <Reference Include="System.Xml.Linq" />
108    <Reference Include="System.Web" />
109    <Reference Include="System.Web.Extensions" />
110    <Reference Include="System.Web.Abstractions" />
111    <Reference Include="System.Web.Routing" />
112    <Reference Include="System.Xml" />
113    <Reference Include="System.Configuration" />
114    <Reference Include="System.Web.Services" />
115    <Reference Include="System.EnterpriseServices" />
116    <Reference Include="System.Net.Http">
117    </Reference>
118    <Reference Include="System.Net.Http.WebRequest">
119    </Reference>
120  </ItemGroup>
121  <ItemGroup>
122    <Compile Include="Configs\BundleConfig.cs" />
123    <Compile Include="Configs\FilterConfig.cs" />
124    <Compile Include="Configs\RouteConfig.cs" />
125    <Compile Include="Configs\WebApiConfig.cs" />
126    <Compile Include="Controllers\AppController.cs" />
127    <Compile Include="Controllers\AuthenticationController.cs" />
128    <Compile Include="Controllers\DataTransfer\Plugin.cs" />
129    <Compile Include="Controllers\DataTransfer\User.cs" />
130    <Compile Include="Controllers\PluginController.cs" />
131    <Compile Include="Controllers\WebAppControllerSelector.cs" />
132    <Compile Include="Global.asax.cs">
133      <DependentUpon>Global.asax</DependentUpon>
134    </Compile>
135    <Compile Include="Plugin.cs" />
136    <Compile Include="PluginManager.cs" />
137    <Compile Include="Properties\AssemblyInfo.cs" />
138  </ItemGroup>
139  <ItemGroup>
140    <Content Include="WebApp\app.css" />
141    <Content Include="Global.asax" />
142    <Content Include="WebApp\main.js" />
143    <Content Include="WebApp\helper.js" />
144    <Content Include="WebApp\HeuristicLab.ico" />
145    <Content Include="WebApp\libs\angularjs\angular-animate.min.js" />
146    <Content Include="WebApp\libs\angularjs\angular-aria.min.js" />
147    <Content Include="WebApp\libs\angularjs\angular-cookies.min.js" />
148    <Content Include="WebApp\libs\angularjs\angular-knob\angular-knob.js" />
149    <Content Include="WebApp\libs\angularjs\angular-loader.min.js" />
150    <Content Include="WebApp\libs\angularjs\angular-messages.min.js" />
151    <Content Include="WebApp\libs\angularjs\angular-resource.min.js" />
152    <Content Include="WebApp\libs\angularjs\angular-route.min.js" />
153    <Content Include="WebApp\libs\angularjs\angular-sanitize.min.js" />
154    <Content Include="WebApp\libs\angularjs\angular-touch.min.js" />
155    <Content Include="WebApp\libs\angularjs\angular-ui-router.min.js" />
156    <Content Include="WebApp\libs\angularjs\loading-bar\loading-bar.css" />
157    <Content Include="WebApp\libs\angularjs\loading-bar\loading-bar.js" />
158    <Content Include="WebApp\libs\angularjs\ocLazyLoad\ocLazyLoad.min.js" />
159    <Content Include="WebApp\libs\font-awesome\font-awesome.min.css" />
160    <Content Include="WebApp\libs\jquery\jquery-knob\jquery.knob.min.js" />
161    <Content Include="WebApp\libs\jquery\jquery-ui\jquery-ui-1.11.4.min.js" />
162    <Content Include="WebApp\libs\misc\html5shiv.min.js" />
163    <Content Include="WebApp\libs\misc\respond.min.js" />
164    <Content Include="WebApp\libs\smoothScroll\smoothScroll.js" />
165    <Content Include="WebApp\app.js" />
166    <Content Include="WebApp\plugins\about\about.js" />
167    <Content Include="WebApp\plugins\about\aboutCtrl.js" />
168    <Content Include="WebApp\plugins\login\login.css" />
169    <Content Include="WebApp\plugins\login\login.js" />
170    <Content Include="WebApp\plugins\login\loginCtrl.js" />
171    <Content Include="WebApp\plugins\plugins\pluginsExceptionCtrl.js" />
172    <Content Include="WebApp\plugins\plugins\plugins.js" />
173    <Content Include="WebApp\plugins\plugins\pluginsCtrl.js" />
174    <Content Include="WebApp\plugins\plugins\pluginsService.js" />
175    <Content Include="WebApp\shared\directives\flot.js" />
176    <Content Include="WebApp\libs\angularjs\angular-ui\ui-bootstrap-tpls-0.13.0.min.js" />
177    <Content Include="WebApp\libs\angularjs\angular.min.js" />
178    <Content Include="WebApp\libs\bootstrap\css\bootstrap-theme.min.css" />
179    <Content Include="WebApp\libs\bootstrap\css\bootstrap.min.css" />
180    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.svg" />
181    <Content Include="WebApp\libs\bootstrap\js\bootstrap.min.js" />
182    <Content Include="WebApp\libs\jquery\jquery-flot\excanvas.js" />
183    <Content Include="WebApp\libs\jquery\jquery-flot\excanvas.min.js" />
184    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.colorhelpers.min.js" />
185    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.canvas.min.js" />
186    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.categories.min.js" />
187    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.crosshair.min.js" />
188    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.errorbars.min.js" />
189    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.fillbetween.min.js" />
190    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.image.min.js" />
191    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.min.js" />
192    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.navigate.min.js" />
193    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.pie.min.js" />
194    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.resize.min.js" />
195    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.selection.min.js" />
196    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.stack.min.js" />
197    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.symbol.min.js" />
198    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.threshold.min.js" />
199    <Content Include="WebApp\libs\jquery\jquery-flot\jquery.flot.time.min.js" />
200    <Content Include="WebApp\libs\jquery\jquery-flot\LICENSE.txt" />
201    <Content Include="WebApp\libs\jquery\jquery-2.1.4.min.js" />
202    <Content Include="HeuristicLab.snk" />
203    <Content Include="Properties\AssemblyInfo.cs.frame" />
204    <Content Include="Web.config" />
205    <Content Include="Web.Debug.config">
206      <DependentUpon>Web.config</DependentUpon>
207    </Content>
208    <Content Include="Web.Release.config">
209      <DependentUpon>Web.config</DependentUpon>
210    </Content>
211    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.eot" />
212    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.ttf" />
213    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.woff" />
214    <Content Include="WebApp\libs\bootstrap\fonts\glyphicons-halflings-regular.woff2" />
215    <Content Include="WebApp\shared\filter\filters.js" />
216    <Content Include="WebApp\shared\images\HeuristicLab-Logo.png" />
217    <Content Include="WebApp\shared\layout\layout.cshtml" />
218    <Content Include="WebApp\shared\menu\menuCtrl.js" />
219    <Content Include="WebApp\shared\services\authenticationService.js" />
220    <Content Include="WebApp\Web.config" />
221    <Content Include="WebApp\shared\menu\menu.cshtml" />
222    <Content Include="WebApp\shared\restricted\empty.cshtml" />
223    <Content Include="WebApp\plugins\login\login.cshtml" />
224    <Content Include="WebApp\plugins\plugins\plugins.cshtml" />
225    <Content Include="WebApp\plugins\plugins\Web.config" />
226  </ItemGroup>
227  <ItemGroup>
228    <Content Include="packages.config" />
229  </ItemGroup>
230  <ItemGroup>
231    <ProjectReference Include="..\..\HeuristicLab.Services.Access\3.3\HeuristicLab.Services.Access-3.3.csproj">
232      <Project>{9fac0b23-2730-452a-9ba0-d7ca1746c541}</Project>
233      <Name>HeuristicLab.Services.Access-3.3</Name>
234    </ProjectReference>
235    <ProjectReference Include="..\..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
236      <Project>{ec2c8109-6e1e-4c88-9a2b-908cff2ef4ac}</Project>
237      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
238    </ProjectReference>
239    <ProjectReference Include="..\..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
240      <Project>{cf9da321-ac1b-4fd3-9ec3-67bc6b861bde}</Project>
241      <Name>HeuristicLab.Services.Hive-3.3</Name>
242    </ProjectReference>
243  </ItemGroup>
244  <ItemGroup>
245    <Content Include="WebApp\plugins\about\about.cshtml" />
246  </ItemGroup>
247  <PropertyGroup>
248    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
249    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
250  </PropertyGroup>
251  <PropertyGroup>
252    <SignAssembly>true</SignAssembly>
253  </PropertyGroup>
254  <PropertyGroup>
255    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
256  </PropertyGroup>
257  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
258    <DebugSymbols>true</DebugSymbols>
259    <OutputPath>bin\</OutputPath>
260    <DefineConstants>DEBUG;TRACE</DefineConstants>
261    <DebugType>full</DebugType>
262    <PlatformTarget>x86</PlatformTarget>
263    <ErrorReport>prompt</ErrorReport>
264    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
265  </PropertyGroup>
266  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
267    <OutputPath>bin\</OutputPath>
268    <DefineConstants>TRACE</DefineConstants>
269    <Optimize>true</Optimize>
270    <DebugType>pdbonly</DebugType>
271    <PlatformTarget>x86</PlatformTarget>
272    <ErrorReport>prompt</ErrorReport>
273    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
274  </PropertyGroup>
275  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
276    <DebugSymbols>true</DebugSymbols>
277    <OutputPath>bin\</OutputPath>
278    <DefineConstants>DEBUG;TRACE</DefineConstants>
279    <DebugType>full</DebugType>
280    <PlatformTarget>x64</PlatformTarget>
281    <ErrorReport>prompt</ErrorReport>
282    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
283  </PropertyGroup>
284  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
285    <OutputPath>bin\</OutputPath>
286    <DefineConstants>TRACE</DefineConstants>
287    <Optimize>true</Optimize>
288    <DebugType>pdbonly</DebugType>
289    <PlatformTarget>x64</PlatformTarget>
290    <ErrorReport>prompt</ErrorReport>
291    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
292  </PropertyGroup>
293  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
294  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
295  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
296  <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
297    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
298  </Target>
299  <ProjectExtensions>
300    <VisualStudio>
301      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
302        <WebProjectProperties>
303          <UseIIS>True</UseIIS>
304          <AutoAssignPort>True</AutoAssignPort>
305          <DevelopmentServerPort>62175</DevelopmentServerPort>
306          <DevelopmentServerVPath>/</DevelopmentServerVPath>
307          <IISUrl>http://localhost:62175/</IISUrl>
308          <NTLMAuthentication>False</NTLMAuthentication>
309          <UseCustomServer>False</UseCustomServer>
310          <CustomServerUrl>
311          </CustomServerUrl>
312          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
313        </WebProjectProperties>
314      </FlavorProperties>
315    </VisualStudio>
316  </ProjectExtensions>
317  <Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
318  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
319    <PropertyGroup>
320      <ErrorText>This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
321    </PropertyGroup>
322    <Error Condition="!Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text="$([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
323  </Target>
324  <PropertyGroup>
325    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
326set ProjectDir=$(ProjectDir)
327set SolutionDir=$(SolutionDir)
328set Outdir=$(Outdir)
329
330call PreBuildEvent.cmd</PreBuildEvent>
331  </PropertyGroup>
332  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
333       Other similar extension points exist, see Microsoft.Common.targets.
334  <Target Name="BeforeBuild">
335  </Target>
336  <Target Name="AfterBuild">
337  </Target> -->
338</Project>
Note: See TracBrowser for help on using the repository browser.