Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.AzureClient/HeuristicLab.Clients.Hive.Slave.AzureClient.csproj @ 7005

Last change on this file since 7005 was 7003, checked in by spimming, 13 years ago

#1680: update to Windows Azure SDK for .NET (Version 1.6)

File size: 4.8 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>{F29F88CE-290A-4169-A896-A6835D354934}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.Slave.AzureClient</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Slave.AzureClient</AssemblyName>
13    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
14    <FileAlignment>512</FileAlignment>
15    <RoleType>Worker</RoleType>
16    <PublishUrl>publish\</PublishUrl>
17    <Install>true</Install>
18    <InstallFrom>Disk</InstallFrom>
19    <UpdateEnabled>false</UpdateEnabled>
20    <UpdateMode>Foreground</UpdateMode>
21    <UpdateInterval>7</UpdateInterval>
22    <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23    <UpdatePeriodically>false</UpdatePeriodically>
24    <UpdateRequired>false</UpdateRequired>
25    <MapFileExtensions>true</MapFileExtensions>
26    <ApplicationRevision>0</ApplicationRevision>
27    <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
28    <IsWebBootstrapper>false</IsWebBootstrapper>
29    <UseApplicationTrust>false</UseApplicationTrust>
30    <BootstrapperEnabled>true</BootstrapperEnabled>
31  </PropertyGroup>
32  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
33    <DebugSymbols>true</DebugSymbols>
34    <DebugType>full</DebugType>
35    <Optimize>false</Optimize>
36    <OutputPath>bin\Debug\</OutputPath>
37    <DefineConstants>DEBUG;TRACE</DefineConstants>
38    <ErrorReport>prompt</ErrorReport>
39    <WarningLevel>4</WarningLevel>
40    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
41  </PropertyGroup>
42  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
43    <DebugType>pdbonly</DebugType>
44    <Optimize>true</Optimize>
45    <OutputPath>bin\Release\</OutputPath>
46    <DefineConstants>TRACE</DefineConstants>
47    <ErrorReport>prompt</ErrorReport>
48    <WarningLevel>4</WarningLevel>
49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
50  </PropertyGroup>
51  <ItemGroup>
52    <Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
53    <Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
54    <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
55    <Reference Include="System" />
56    <Reference Include="System.Core" />
57    <Reference Include="System.Xml.Linq" />
58    <Reference Include="System.Data.DataSetExtensions" />
59    <Reference Include="Microsoft.CSharp" />
60    <Reference Include="System.Data" />
61    <Reference Include="System.Xml" />
62  </ItemGroup>
63  <ItemGroup>
64    <Compile Include="WorkerRole.cs" />
65    <Compile Include="Properties\AssemblyInfo.cs" />
66  </ItemGroup>
67  <ItemGroup>
68    <None Include="app.config" />
69  </ItemGroup>
70  <ItemGroup>
71    <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
72      <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
73      <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
74    </ProjectReference>
75  </ItemGroup>
76  <ItemGroup>
77    <BootstrapperPackage Include=".NETFramework,Version=v4.0">
78      <Visible>False</Visible>
79      <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
80      <Install>true</Install>
81    </BootstrapperPackage>
82    <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
83      <Visible>False</Visible>
84      <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
85      <Install>false</Install>
86    </BootstrapperPackage>
87    <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
88      <Visible>False</Visible>
89      <ProductName>.NET Framework 3.5 SP1</ProductName>
90      <Install>false</Install>
91    </BootstrapperPackage>
92    <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
93      <Visible>False</Visible>
94      <ProductName>Windows Installer 3.1</ProductName>
95      <Install>true</Install>
96    </BootstrapperPackage>
97  </ItemGroup>
98  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
99  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
100       Other similar extension points exist, see Microsoft.Common.targets.
101  <Target Name="BeforeBuild">
102  </Target>
103  <Target Name="AfterBuild">
104  </Target>
105  -->
106</Project>
Note: See TracBrowser for help on using the repository browser.