mirror of
https://github.com/farcasclaudiu/myfriendsaround.git
synced 2026-06-28 23:01:53 +03:00
55 lines
2.5 KiB
XML
55 lines
2.5 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>1.3.0</ProductVersion>
|
|
<ProjectGuid>{c656965d-5a6e-4bd4-9945-9c906b89128d}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>MyFriendsAroundWindowsAzure</RootNamespace>
|
|
<AssemblyName>MyFriendsAroundWindowsAzure</AssemblyName>
|
|
<StartDevelopmentStorage>True</StartDevelopmentStorage>
|
|
<Name>MyFriendsAroundWindowsAzure</Name>
|
|
<FullDeploy>true</FullDeploy>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
</PropertyGroup>
|
|
<!-- Items for the project -->
|
|
<ItemGroup>
|
|
<ServiceDefinition Include="ServiceDefinition.csdef" />
|
|
<ServiceConfiguration Include="ServiceConfiguration.cscfg" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MyFriendsAround.Web\MyFriendsAround.Web.csproj">
|
|
<Name>MyFriendsAround.Web</Name>
|
|
<Project>{41fdb0b4-0f93-4d1c-99c1-57f4a7e7ef3d}</Project>
|
|
<Private>True</Private>
|
|
<RoleType>Web</RoleType>
|
|
<RoleName>MyFriendsAround.Web</RoleName>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<!-- Import the target files for this project template -->
|
|
<PropertyGroup>
|
|
<CloudExtensionsDir Condition=" '$(CloudExtensionsDir)' == '' ">$(MSBuildExtensionsPath)\Microsoft\Cloud Service\1.0\Visual Studio 10.0\</CloudExtensionsDir>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'GPS_EMULATOR' ">
|
|
<OutputPath>bin\GPS_EMULATOR\</OutputPath>
|
|
</PropertyGroup>
|
|
<Import Project="$(CloudExtensionsDir)Microsoft.CloudService.targets" />
|
|
</Project> |