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 @ 9589

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

#2063:
Added Asp.net MVC project and all required libraries.
Added publish profile to web services and web pages.

File size: 7.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  <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>{33FF5AAD-96B1-45F9-8A9F-38A0DABCCA1D}</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</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.Data" />
45    <Reference Include="System.Drawing" />
46    <Reference Include="System.Web.DynamicData" />
47    <Reference Include="System.Web.Entity" />
48    <Reference Include="System.Web.ApplicationServices" />
49    <Reference Include="System.ComponentModel.DataAnnotations" />
50    <Reference Include="System.Core" />
51    <Reference Include="System.Data.DataSetExtensions" />
52    <Reference Include="System.Xml.Linq" />
53    <Reference Include="System.Web" />
54    <Reference Include="System.Web.Extensions" />
55    <Reference Include="System.Web.Abstractions" />
56    <Reference Include="System.Web.Routing" />
57    <Reference Include="System.Xml" />
58    <Reference Include="System.Configuration" />
59    <Reference Include="System.Web.Services" />
60    <Reference Include="System.EnterpriseServices" />
61    <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
62      <Private>True</Private>
63      <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
64    </Reference>
65    <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
66      <Private>True</Private>
67      <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll</HintPath>
68    </Reference>
69    <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
70      <Private>True</Private>
71      <HintPath>..\packages\Microsoft.AspNet.Mvc.4.0.20710.0\lib\net40\System.Web.Mvc.dll</HintPath>
72    </Reference>
73    <Reference Include="System.Web.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
74      <Private>True</Private>
75      <HintPath>..\packages\Microsoft.AspNet.Razor.2.0.20715.0\lib\net40\System.Web.Razor.dll</HintPath>
76    </Reference>
77    <Reference Include="System.Web.WebPages, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
78      <Private>True</Private>
79      <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.dll</HintPath>
80    </Reference>
81    <Reference Include="System.Web.WebPages.Deployment, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
82      <Private>True</Private>
83      <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Deployment.dll</HintPath>
84    </Reference>
85    <Reference Include="System.Web.WebPages.Razor, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
86      <Private>True</Private>
87      <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath>
88    </Reference>
89  </ItemGroup>
90  <ItemGroup>
91    <Compile Include="Controllers\HomeController.cs" />
92    <Compile Include="Global.asax.cs">
93      <DependentUpon>Global.asax</DependentUpon>
94    </Compile>
95    <Compile Include="Properties\AssemblyInfo.cs" />
96    <None Include="Properties\AssemblyInfo.cs.frame" />
97    <Content Include="Views\Home\Index.cshtml" />
98    <None Include="Properties\PublishProfiles\Hive.Statistics-3.3.pubxml" />
99  </ItemGroup>
100  <ItemGroup>
101    <Compile Include="App_Start\FilterConfig.cs" />
102    <Compile Include="App_Start\RouteConfig.cs" />
103    <Content Include="Global.asax" />
104    <Content Include="Web.config" />
105    <Content Include="Web.Debug.config">
106      <DependentUpon>Web.config</DependentUpon>
107    </Content>
108    <Content Include="Web.Release.config">
109      <DependentUpon>Web.config</DependentUpon>
110    </Content>
111    <Content Include="Views\Web.config" />
112  </ItemGroup>
113  <ItemGroup>
114    <Folder Include="App_Data\" />
115    <Folder Include="Models\" />
116  </ItemGroup>
117  <ItemGroup>
118    <Content Include="packages.config" />
119  </ItemGroup>
120  <PropertyGroup>
121    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
122    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
123  </PropertyGroup>
124  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
125  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
126  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
127  <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
128    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
129  </Target>
130  <ProjectExtensions>
131    <VisualStudio>
132      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
133        <WebProjectProperties>
134          <UseIIS>True</UseIIS>
135          <AutoAssignPort>True</AutoAssignPort>
136          <DevelopmentServerPort>0</DevelopmentServerPort>
137          <DevelopmentServerVPath>/</DevelopmentServerVPath>
138          <IISUrl>http://localhost:1102/</IISUrl>
139          <NTLMAuthentication>False</NTLMAuthentication>
140          <UseCustomServer>False</UseCustomServer>
141          <CustomServerUrl>
142          </CustomServerUrl>
143          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
144        </WebProjectProperties>
145      </FlavorProperties>
146    </VisualStudio>
147  </ProjectExtensions>
148  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
149       Other similar extension points exist, see Microsoft.Common.targets.
150  <Target Name="BeforeBuild">
151  </Target>
152  <Target Name="AfterBuild">
153  </Target> -->
154</Project>
Note: See TracBrowser for help on using the repository browser.