Changeset 7003
- Timestamp:
- 11/16/11 16:44:34 (13 years ago)
- 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 5 5 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> 6 6 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> 7 <ProductVersion>1. 5.0</ProductVersion>7 <ProductVersion>1.6</ProductVersion> 8 8 <ProjectGuid>{580f7d6b-95dd-406a-b962-3bfe50aaf0e8}</ProjectGuid> 9 9 <OutputType>Library</OutputType> … … 50 50 <PropertyGroup> 51 51 <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> 53 53 </PropertyGroup> 54 54 <Import Project="$(CloudExtensionsDir)Microsoft.WindowsAzure.targets" /> -
branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.AzureClient/HeuristicLab.Clients.Hive.Slave.AzureClient.csproj
r6990 r7003 14 14 <FileAlignment>512</FileAlignment> 15 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> 16 31 </PropertyGroup> 17 32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 23 38 <ErrorReport>prompt</ErrorReport> 24 39 <WarningLevel>4</WarningLevel> 40 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 25 41 </PropertyGroup> 26 42 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 31 47 <ErrorReport>prompt</ErrorReport> 32 48 <WarningLevel>4</WarningLevel> 49 <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> 33 50 </PropertyGroup> 34 51 <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" /> 46 55 <Reference Include="System" /> 47 56 <Reference Include="System.Core" /> … … 65 74 </ProjectReference> 66 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> 67 98 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> 68 99 <!-- 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.