Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Hive.Azure/HeuristicLab.Clients.Hive.Slave.Azure/HeuristicLab.Clients.Hive.Slave.Azure.ccproj @ 7019

Last change on this file since 7019 was 7019, checked in by spimming, 12 years ago

#1680: manage multiple app.config files with pre-build event

File size: 3.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  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4  <PropertyGroup>
5    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7    <ProductVersion>1.6</ProductVersion>
8    <ProjectGuid>{580f7d6b-95dd-406a-b962-3bfe50aaf0e8}</ProjectGuid>
9    <OutputType>Library</OutputType>
10    <AppDesignerFolder>Properties</AppDesignerFolder>
11    <RootNamespace>HeuristicLab.Clients.Hive.Slave.Azure</RootNamespace>
12    <AssemblyName>HeuristicLab.Clients.Hive.Slave.Azure</AssemblyName>
13    <StartDevelopmentStorage>True</StartDevelopmentStorage>
14    <Name>HeuristicLab.Clients.Hive.Slave.Azure</Name>
15  </PropertyGroup>
16  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17    <DebugSymbols>true</DebugSymbols>
18    <DebugType>full</DebugType>
19    <Optimize>false</Optimize>
20    <OutputPath>bin\Debug\</OutputPath>
21    <DefineConstants>DEBUG;TRACE</DefineConstants>
22    <ErrorReport>prompt</ErrorReport>
23    <WarningLevel>4</WarningLevel>
24  </PropertyGroup>
25  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
26    <DebugType>pdbonly</DebugType>
27    <Optimize>true</Optimize>
28    <OutputPath>bin\Release\</OutputPath>
29    <DefineConstants>TRACE</DefineConstants>
30    <ErrorReport>prompt</ErrorReport>
31    <WarningLevel>4</WarningLevel>
32  </PropertyGroup>
33  <!-- Items for the project -->
34  <ItemGroup>
35    <ServiceDefinition Include="ServiceDefinition.csdef" />
36    <ServiceConfiguration Include="ServiceConfiguration.Local.cscfg" />
37    <ServiceConfiguration Include="ServiceConfiguration.Cloud.cscfg" />
38  </ItemGroup>
39  <ItemGroup>
40    <ProjectReference Include="..\HeuristicLab.Clients.Hive.Slave.AzureClient\HeuristicLab.Clients.Hive.Slave.AzureClient.csproj">
41      <Name>HeuristicLab.Clients.Hive.Slave.AzureClient</Name>
42      <Project>{f29f88ce-290a-4169-a896-a6835d354934}</Project>
43      <Private>True</Private>
44      <RoleType>Worker</RoleType>
45      <RoleName>HeuristicLab.Clients.Hive.Slave.AzureClient</RoleName>
46      <UpdateDiagnosticsConnectionStringOnPublish>True</UpdateDiagnosticsConnectionStringOnPublish>
47    </ProjectReference>
48  </ItemGroup>
49  <!-- Import the target files for this project template -->
50  <PropertyGroup>
51    <VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
52    <CloudExtensionsDir Condition=" '$(CloudExtensionsDir)' == '' ">$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Windows Azure Tools\1.6\</CloudExtensionsDir>
53  </PropertyGroup>
54  <PropertyGroup Condition=" '$(Configuration)' == 'DebugLocal' ">
55    <OutputPath>bin\DebugLocal\</OutputPath>
56  </PropertyGroup>
57  <PropertyGroup Condition=" '$(Configuration)' == 'DebugServices' ">
58    <OutputPath>bin\DebugServices\</OutputPath>
59  </PropertyGroup>
60  <Import Project="$(CloudExtensionsDir)Microsoft.WindowsAzure.targets" />
61</Project>
Note: See TracBrowser for help on using the repository browser.