[8242] | 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>{D0DDC7C9-9215-4325-AA2F-0C4ABF809321}</ProjectGuid>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Clients.Hive.Slave.AzureClient</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Clients.Hive.Slave.AzureClient-3.3</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\</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 | <PropertyGroup>
|
---|
| 35 | <SignAssembly>true</SignAssembly>
|
---|
| 36 | </PropertyGroup>
|
---|
| 37 | <PropertyGroup>
|
---|
| 38 | <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
|
---|
| 39 | </PropertyGroup>
|
---|
| 40 | <ItemGroup>
|
---|
[9508] | 41 | <Reference Include="HeuristicLab.Clients.Hive-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 42 | <SpecificVersion>False</SpecificVersion>
|
---|
| 43 | <HintPath>..\..\bin\HeuristicLab.Clients.Hive-3.3.dll</HintPath>
|
---|
| 44 | </Reference>
|
---|
| 45 | <Reference Include="HeuristicLab.Common-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 46 | <SpecificVersion>False</SpecificVersion>
|
---|
| 47 | <HintPath>..\..\bin\HeuristicLab.Common-3.3.dll</HintPath>
|
---|
| 48 | </Reference>
|
---|
| 49 | <Reference Include="HeuristicLab.Core-3.3, Version=3.3.0.0, Culture=neutral, PublicKeyToken=ba48961d6f65dcec, processorArchitecture=MSIL">
|
---|
| 50 | <SpecificVersion>False</SpecificVersion>
|
---|
| 51 | <HintPath>..\..\bin\HeuristicLab.Core-3.3.dll</HintPath>
|
---|
| 52 | </Reference>
|
---|
[8242] | 53 | <Reference Include="Microsoft.WindowsAzure.Configuration, Version=1.7.0.0, Culture=neutral, processorArchitecture=MSIL">
|
---|
| 54 | <HintPath>..\packages\Microsoft.WindowsAzure.ConfigurationManager.1.7.0.0\lib\net35-full\Microsoft.WindowsAzure.Configuration.dll</HintPath>
|
---|
| 55 | </Reference>
|
---|
| 56 | <Reference Include="Microsoft.WindowsAzure.Diagnostics, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
---|
| 57 | <Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
|
---|
| 58 | <Reference Include="Microsoft.WindowsAzure.StorageClient, Version=1.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
---|
| 59 | <HintPath>..\packages\WindowsAzure.Storage.1.7.0.0\lib\net35-full\Microsoft.WindowsAzure.StorageClient.dll</HintPath>
|
---|
| 60 | </Reference>
|
---|
| 61 | <Reference Include="System" />
|
---|
| 62 | <Reference Include="System.Core" />
|
---|
| 63 | <Reference Include="System.Data.Services.Client" />
|
---|
[9508] | 64 | <Reference Include="System.Runtime.Serialization" />
|
---|
[8242] | 65 | <Reference Include="System.Xml.Linq" />
|
---|
| 66 | <Reference Include="System.Data.DataSetExtensions" />
|
---|
| 67 | <Reference Include="Microsoft.CSharp" />
|
---|
| 68 | <Reference Include="System.Data" />
|
---|
| 69 | <Reference Include="System.Xml" />
|
---|
| 70 | </ItemGroup>
|
---|
| 71 | <ItemGroup>
|
---|
| 72 | <Compile Include="Constants.cs" />
|
---|
[9508] | 73 | <Compile Include="HiveHelper.cs" />
|
---|
[8242] | 74 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 75 | <Compile Include="WorkerRole.cs" />
|
---|
| 76 | </ItemGroup>
|
---|
| 77 | <ItemGroup>
|
---|
| 78 | <None Include="app.config" />
|
---|
| 79 | <None Include="HeuristicLab.snk" />
|
---|
| 80 | <None Include="packages.config" />
|
---|
| 81 | <None Include="Properties\AssemblyInfo.cs.frame" />
|
---|
| 82 | </ItemGroup>
|
---|
| 83 | <ItemGroup>
|
---|
| 84 | <ProjectReference Include="..\..\HeuristicLab.Clients.Hive.Slave\3.3\HeuristicLab.Clients.Hive.Slave-3.3.csproj">
|
---|
| 85 | <Project>{989FE92B-484E-41EE-87E2-6A24AF0381D8}</Project>
|
---|
| 86 | <Name>HeuristicLab.Clients.Hive.Slave-3.3</Name>
|
---|
| 87 | </ProjectReference>
|
---|
| 88 | </ItemGroup>
|
---|
| 89 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
---|
| 90 | <PropertyGroup>
|
---|
[8243] | 91 | <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
|
---|
| 92 | set ProjectDir=$(ProjectDir)
|
---|
| 93 | set SolutionDir=$(SolutionDir)
|
---|
| 94 | set Outdir=$(Outdir)
|
---|
| 95 |
|
---|
| 96 | call PreBuildEvent.cmd</PreBuildEvent>
|
---|
[8242] | 97 | </PropertyGroup>
|
---|
| 98 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 99 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 100 | <Target Name="BeforeBuild">
|
---|
| 101 | </Target>
|
---|
| 102 | <Target Name="AfterBuild">
|
---|
| 103 | </Target>
|
---|
| 104 | -->
|
---|
| 105 | </Project> |
---|