Free cookie consent management tool by TermsFeed Policy Generator

Changeset 7003


Ignore:
Timestamp:
11/16/11 16:44:34 (12 years ago)
Author:
spimming
Message:

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

Location:
branches/HeuristicLab.Hive.Azure
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.Azure/HeuristicLab.Clients.Hive.Slave.Azure.ccproj

    r6990 r7003  
    55    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    66    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    7     <ProductVersion>1.5.0</ProductVersion>
     7    <ProductVersion>1.6</ProductVersion>
    88    <ProjectGuid>{580f7d6b-95dd-406a-b962-3bfe50aaf0e8}</ProjectGuid>
    99    <OutputType>Library</OutputType>
     
    5050  <PropertyGroup>
    5151    <VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
    52     <CloudExtensionsDir Condition=" '$(CloudExtensionsDir)' == '' ">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Windows Azure Tools\1.5\</CloudExtensionsDir>
     52    <CloudExtensionsDir Condition=" '$(CloudExtensionsDir)' == '' ">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Windows Azure Tools\1.6\</CloudExtensionsDir>
    5353  </PropertyGroup>
    5454  <Import Project="$(CloudExtensionsDir)Microsoft.WindowsAzure.targets" />
  • branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.AzureClient/HeuristicLab.Clients.Hive.Slave.AzureClient.csproj

    r6990 r7003  
    1414    <FileAlignment>512</FileAlignment>
    1515    <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>
    1631  </PropertyGroup>
    1732  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     
    2338    <ErrorReport>prompt</ErrorReport>
    2439    <WarningLevel>4</WarningLevel>
     40    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    2541  </PropertyGroup>
    2642  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3147    <ErrorReport>prompt</ErrorReport>
    3248    <WarningLevel>4</WarningLevel>
     49    <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
    3350  </PropertyGroup>
    3451  <ItemGroup>
    35     <Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
    36       <SpecificVersion>False</SpecificVersion>
    37     </Reference>
    38     <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
    39       <SpecificVersion>False</SpecificVersion>
    40       <Private>true</Private>
    41     </Reference>
    42     <Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
    43       <SpecificVersion>False</SpecificVersion>
    44       <Private>true</Private>
    45     </Reference>
     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" />
    4655    <Reference Include="System" />
    4756    <Reference Include="System.Core" />
     
    6574    </ProjectReference>
    6675  </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>
    6798  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    6899  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Note: See TracChangeset for help on using the changeset viewer.