Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Hive.WebRole/HeuristicLab.Services.Hive.WebRole.csproj @ 8326

Last change on this file since 8326 was 8235, checked in by spimming, 12 years ago

#1888: hive server web role initial commit

File size: 8.6 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>{5BC9293E-A17C-462F-A946-4781CC763553}</ProjectGuid>
10    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11    <OutputType>Library</OutputType>
12    <AppDesignerFolder>Properties</AppDesignerFolder>
13    <RootNamespace>HeuristicLab.Services.Hive.WebRole</RootNamespace>
14    <AssemblyName>HeuristicLab.Services.Hive.WebRole</AssemblyName>
15    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16    <UseIISExpress>false</UseIISExpress>
17  </PropertyGroup>
18  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
19    <DebugSymbols>true</DebugSymbols>
20    <DebugType>full</DebugType>
21    <Optimize>false</Optimize>
22    <OutputPath>bin\</OutputPath>
23    <DefineConstants>DEBUG;TRACE</DefineConstants>
24    <ErrorReport>prompt</ErrorReport>
25    <WarningLevel>4</WarningLevel>
26  </PropertyGroup>
27  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28    <DebugType>pdbonly</DebugType>
29    <Optimize>true</Optimize>
30    <OutputPath>bin\</OutputPath>
31    <DefineConstants>TRACE</DefineConstants>
32    <ErrorReport>prompt</ErrorReport>
33    <WarningLevel>4</WarningLevel>
34  </PropertyGroup>
35  <PropertyGroup>
36    <SignAssembly>true</SignAssembly>
37  </PropertyGroup>
38  <PropertyGroup>
39    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
40  </PropertyGroup>
41  <ItemGroup>
42    <Reference Include="Microsoft.CSharp" />
43    <Reference Include="Microsoft.WindowsAzure.Configuration, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL">
44      <HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.7.0.0\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath>
45    </Reference>
46    <Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
47    <Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
48    <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
49      <HintPath>..\packages\WindowsAzure.Storage.1.7.0.0\lib\net35-full\Microsoft.WindowsAzure.StorageClient.dll</HintPath>
50    </Reference>
51    <Reference Include="System.Data.Services.Client" />
52    <Reference Include="System.Web.DataVisualization" />
53    <Reference Include="System.Web.DynamicData" />
54    <Reference Include="System.Web.Entity" />
55    <Reference Include="System.Web.ApplicationServices" />
56    <Reference Include="System" />
57    <Reference Include="System.Configuration" />
58    <Reference Include="System.Core" />
59    <Reference Include="System.Data" />
60    <Reference Include="System.Drawing" />
61    <Reference Include="System.EnterpriseServices" />
62    <Reference Include="System.Runtime.Serialization" />
63    <Reference Include="System.ServiceModel" />
64    <Reference Include="System.ServiceModel.Web" />
65    <Reference Include="System.Web" />
66    <Reference Include="System.Web.Extensions" />
67    <Reference Include="System.Web.Services" />
68    <Reference Include="System.Xml" />
69    <Reference Include="System.Xml.Linq" />
70  </ItemGroup>
71  <ItemGroup>
72    <Compile Include="AzureLocalStorageTraceListener.cs" />
73    <Compile Include="Properties\AssemblyInfo.cs" />
74    <Compile Include="Status.aspx.cs">
75      <DependentUpon>Status.aspx</DependentUpon>
76      <SubType>ASPXCodeBehind</SubType>
77    </Compile>
78    <Compile Include="Status.aspx.designer.cs">
79      <DependentUpon>Status.aspx</DependentUpon>
80    </Compile>
81    <Compile Include="WebRole.cs" />
82  </ItemGroup>
83  <ItemGroup>
84    <Folder Include="App_Data\" />
85  </ItemGroup>
86  <ItemGroup>
87    <Content Include="bin\HeuristicLab.Collections-3.3.dll" />
88    <Content Include="bin\HeuristicLab.Collections-3.3.pdb" />
89    <Content Include="bin\HeuristicLab.Common-3.3.dll" />
90    <Content Include="bin\HeuristicLab.Common-3.3.pdb" />
91    <Content Include="bin\HeuristicLab.Common.Resources-3.3.dll" />
92    <Content Include="bin\HeuristicLab.Common.Resources-3.3.pdb" />
93    <Content Include="bin\HeuristicLab.Core-3.3.dll" />
94    <Content Include="bin\HeuristicLab.Core-3.3.pdb" />
95    <Content Include="bin\HeuristicLab.GeoIP.dll" />
96    <Content Include="bin\HeuristicLab.GeoIP.pdb" />
97    <Content Include="bin\HeuristicLab.Persistence-3.3.dll" />
98    <Content Include="bin\HeuristicLab.Persistence-3.3.pdb" />
99    <Content Include="bin\HeuristicLab.PluginInfrastructure-3.3.dll" />
100    <Content Include="bin\HeuristicLab.PluginInfrastructure-3.3.pdb" />
101    <Content Include="bin\HeuristicLab.Services.Access.DataAccess.dll" />
102    <Content Include="bin\HeuristicLab.Services.Access.DataAccess.pdb" />
103    <Content Include="bin\HeuristicLab.Services.Access.dll" />
104    <Content Include="bin\HeuristicLab.Services.Access.pdb" />
105    <Content Include="bin\HeuristicLab.Services.Hive-3.3.dll" />
106    <Content Include="bin\HeuristicLab.Services.Hive-3.3.pdb" />
107    <Content Include="bin\HeuristicLab.Services.Hive.DataAccess-3.3.dll" />
108    <Content Include="bin\HeuristicLab.Services.Hive.DataAccess-3.3.pdb" />
109    <Content Include="bin\HeuristicLab.Services.Hive.WebRole.dll" />
110    <Content Include="bin\HeuristicLab.Services.Hive.WebRole.pdb" />
111    <Content Include="bin\HeuristicLab.Tracing-3.3.dll" />
112    <Content Include="bin\HeuristicLab.Tracing-3.3.pdb" />
113    <Content Include="bin\ICSharpCode.SharpZipLib.dll" />
114    <Content Include="HeuristicLab.ico" />
115    <Content Include="HiveService.svc" />
116    <Content Include="packages.config" />
117    <Content Include="Status.aspx" />
118    <Content Include="TempImageFiles\dummy.txt" />
119  </ItemGroup>
120  <ItemGroup>
121    <ProjectReference Include="..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
122      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
123      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
124    </ProjectReference>
125    <ProjectReference Include="..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
126      <Project>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</Project>
127      <Name>HeuristicLab.Services.Hive-3.3</Name>
128    </ProjectReference>
129  </ItemGroup>
130  <ItemGroup>
131    <Content Include="Web.config" />
132    <Content Include="Web.Debug.config">
133      <DependentUpon>Web.config</DependentUpon>
134    </Content>
135    <Content Include="Web.Release.config">
136      <DependentUpon>Web.config</DependentUpon>
137    </Content>
138  </ItemGroup>
139  <ItemGroup>
140    <None Include="HeuristicLab.snk" />
141    <None Include="Properties\AssemblyInfo.cs.frame" />
142  </ItemGroup>
143  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
144  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
145  <ProjectExtensions>
146    <VisualStudio>
147      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
148        <WebProjectProperties>
149          <UseIIS>False</UseIIS>
150          <AutoAssignPort>True</AutoAssignPort>
151          <DevelopmentServerPort>45075</DevelopmentServerPort>
152          <DevelopmentServerVPath>/</DevelopmentServerVPath>
153          <IISUrl>
154          </IISUrl>
155          <NTLMAuthentication>False</NTLMAuthentication>
156          <UseCustomServer>False</UseCustomServer>
157          <CustomServerUrl>
158          </CustomServerUrl>
159          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
160          <EnableWcfTestClientForSVCDefaultValue>True</EnableWcfTestClientForSVCDefaultValue>
161        </WebProjectProperties>
162      </FlavorProperties>
163    </VisualStudio>
164  </ProjectExtensions>
165  <PropertyGroup>
166    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
167set ProjectDir=$(ProjectDir)
168set SolutionDir=$(SolutionDir)
169set Outdir=$(Outdir)
170
171call PreBuildEvent.cmd</PreBuildEvent>
172  </PropertyGroup>
173  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
174       Other similar extension points exist, see Microsoft.Common.targets.
175  <Target Name="BeforeBuild">
176  </Target>
177  <Target Name="AfterBuild">
178  </Target>
179  -->
180</Project>
Note: See TracBrowser for help on using the repository browser.