Free cookie consent management tool by TermsFeed Policy Generator

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

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

#1888:

  • Web project now creates custom html for each type we want to enter / display
  • Added endpointConfigurationName to HiveServiceLocator (because Web Project contains more than one endpoint configuration)
  • Removed logging statement from ConfigurationService to prevent exception during failure of loading ConfigurationSettings
  • ApplicationManager: Changed default implementation to WebApplicationManager (instead of LightWeight) for testing purposes within Web Project
  • WebApplicationManager: The application manager which returns plugin descriptors from the currently loaded assemblies (instead of LightweightAppManager)
  • HiveService: Fixed a transaction bug
  • IControllerService: Created a method to dispatch Scenarios to certain IScenarioManager (in this case HiveScenarioManager)
  • Added more mappable types to ControllerModel
  • PlaceholderControllerService dispatches all Scenarios to the HiveScenarioManager
  • Web project now dispatches the scenario to the controller after pressing "Run Job"
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      <SubType>Designer</SubType>
133    </Content>
134    <Content Include="Web.Debug.config">
135      <DependentUpon>Web.config</DependentUpon>
136    </Content>
137    <Content Include="Web.Release.config">
138      <DependentUpon>Web.config</DependentUpon>
139    </Content>
140  </ItemGroup>
141  <ItemGroup>
142    <None Include="HeuristicLab.snk" />
143    <None Include="Properties\AssemblyInfo.cs.frame" />
144  </ItemGroup>
145  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
146  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
147  <ProjectExtensions>
148    <VisualStudio>
149      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
150        <WebProjectProperties>
151          <UseIIS>False</UseIIS>
152          <AutoAssignPort>True</AutoAssignPort>
153          <DevelopmentServerPort>45075</DevelopmentServerPort>
154          <DevelopmentServerVPath>/</DevelopmentServerVPath>
155          <IISUrl>
156          </IISUrl>
157          <NTLMAuthentication>False</NTLMAuthentication>
158          <UseCustomServer>False</UseCustomServer>
159          <CustomServerUrl>
160          </CustomServerUrl>
161          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
162          <EnableWcfTestClientForSVCDefaultValue>True</EnableWcfTestClientForSVCDefaultValue>
163        </WebProjectProperties>
164      </FlavorProperties>
165    </VisualStudio>
166  </ProjectExtensions>
167  <PropertyGroup>
168    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
169set ProjectDir=$(ProjectDir)
170set SolutionDir=$(SolutionDir)
171set Outdir=$(Outdir)
172
173call PreBuildEvent.cmd</PreBuildEvent>
174  </PropertyGroup>
175  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
176       Other similar extension points exist, see Microsoft.Common.targets.
177  <Target Name="BeforeBuild">
178  </Target>
179  <Target Name="AfterBuild">
180  </Target>
181  -->
182</Project>
Note: See TracBrowser for help on using the repository browser.