Free cookie consent management tool by TermsFeed Policy Generator

source: branches/OaaS/HeuristicLab.Services.Hive.Scaler/HeuristicLab.Services.Optimization.Scaler.csproj @ 10013

Last change on this file since 10013 was 10013, checked in by spimming, 11 years ago

#1888:

  • enabled transactions
  • enabled tracing output
  • set correct invoice data
  • saving invoices
File size: 7.2 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>8.0.30703</ProductVersion>
7    <SchemaVersion>2.0</SchemaVersion>
8    <ProjectGuid>{D03B1A10-9C88-4C4B-BCCF-4F98CDE863D3}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Services.Optimization.Scaler</RootNamespace>
12    <AssemblyName>HeuristicLab.Services.Optimization.Scaler</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <RoleType>Worker</RoleType>
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\Debug\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\Release\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33  </PropertyGroup>
34  <ItemGroup>
35    <Reference Include="Microsoft.Practices.EnterpriseLibrary.Common, Version=5.0.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
36      <HintPath>..\packages\EnterpriseLibrary.Common.5.0.505.0\lib\NET35\Microsoft.Practices.EnterpriseLibrary.Common.dll</HintPath>
37    </Reference>
38    <Reference Include="Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling, Version=5.0.1118.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
39      <HintPath>..\packages\EnterpriseLibrary.WindowsAzure.Autoscaling.5.0.1118.2\lib\NET4\Microsoft.Practices.EnterpriseLibrary.WindowsAzure.Autoscaling.dll</HintPath>
40    </Reference>
41    <Reference Include="Microsoft.Practices.ServiceLocation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
42      <HintPath>..\packages\CommonServiceLocator.1.0\lib\NET35\Microsoft.Practices.ServiceLocation.dll</HintPath>
43    </Reference>
44    <Reference Include="Microsoft.Practices.Unity, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
45      <HintPath>..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.dll</HintPath>
46    </Reference>
47    <Reference Include="Microsoft.Practices.Unity.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
48      <HintPath>..\packages\Unity.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Configuration.dll</HintPath>
49    </Reference>
50    <Reference Include="Microsoft.Practices.Unity.Interception, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
51      <HintPath>..\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.dll</HintPath>
52    </Reference>
53    <Reference Include="Microsoft.Practices.Unity.Interception.Configuration, Version=2.1.505.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
54      <HintPath>..\packages\Unity.Interception.2.1.505.2\lib\NET35\Microsoft.Practices.Unity.Interception.Configuration.dll</HintPath>
55    </Reference>
56    <Reference Include="Microsoft.WindowsAzure.Configuration, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
57      <SpecificVersion>False</SpecificVersion>
58      <HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.7.0.3\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath>
59    </Reference>
60    <Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
61    <Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
62    <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
63      <HintPath>..\packages\WindowsAzure.Storage.1.7.0.0\lib\net35-full\Microsoft.WindowsAzure.StorageClient.dll</HintPath>
64    </Reference>
65    <Reference Include="System" />
66    <Reference Include="System.Core" />
67    <Reference Include="System.Data.Services.Client" />
68    <Reference Include="System.Reactive, Version=1.0.10621.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
69      <HintPath>..\packages\Rx-Main.1.0.11226\lib\Net4\System.Reactive.dll</HintPath>
70    </Reference>
71    <Reference Include="System.Xml.Linq" />
72    <Reference Include="System.Data.DataSetExtensions" />
73    <Reference Include="Microsoft.CSharp" />
74    <Reference Include="System.Data" />
75    <Reference Include="System.Xml" />
76  </ItemGroup>
77  <ItemGroup>
78    <Compile Include="Hive\HiveHelper.cs" />
79    <Compile Include="PerformanceCounter.cs" />
80    <Compile Include="Properties\AssemblyInfo.cs" />
81    <Compile Include="WorkerRole.cs" />
82  </ItemGroup>
83  <ItemGroup>
84    <None Include="app.config" />
85    <None Include="AutoscalingRules.xsd">
86      <SubType>Designer</SubType>
87    </None>
88    <None Include="AutoscalingServiceModel.xsd">
89      <SubType>Designer</SubType>
90    </None>
91    <None Include="packages.config">
92      <SubType>Designer</SubType>
93    </None>
94  </ItemGroup>
95  <ItemGroup>
96    <Content Include="rulesstore.xml">
97      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
98    </Content>
99    <Content Include="serviceinformationstore.xml">
100      <CopyToOutputDirectory>Always</CopyToOutputDirectory>
101    </Content>
102  </ItemGroup>
103  <ItemGroup>
104    <ProjectReference Include="..\HeuristicLab.Services.Hive.DataAccess\3.3\HeuristicLab.Services.Hive.DataAccess-3.3.csproj">
105      <Project>{EC2C8109-6E1E-4C88-9A2B-908CFF2EF4AC}</Project>
106      <Name>HeuristicLab.Services.Hive.DataAccess-3.3</Name>
107    </ProjectReference>
108    <ProjectReference Include="..\HeuristicLab.Services.Hive\3.3\HeuristicLab.Services.Hive-3.3.csproj">
109      <Project>{CF9DA321-AC1B-4FD3-9EC3-67BC6B861BDE}</Project>
110      <Name>HeuristicLab.Services.Hive-3.3</Name>
111    </ProjectReference>
112    <ProjectReference Include="..\HeuristicLab.Services.Optimization.Controller\HeuristicLab.Services.Optimization.ControllerService.csproj">
113      <Project>{E0095F29-604B-4EE8-9EE8-8187DA3B24F1}</Project>
114      <Name>HeuristicLab.Services.Optimization.ControllerService</Name>
115    </ProjectReference>
116  </ItemGroup>
117  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
118  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
119       Other similar extension points exist, see Microsoft.Common.targets.
120  <Target Name="BeforeBuild">
121  </Target>
122  <Target Name="AfterBuild">
123  </Target>
124  -->
125</Project>
Note: See TracBrowser for help on using the repository browser.