|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
| 4 | + <Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory),MicrosoftConfigurationBuilders.sln))\tools\MicrosoftConfigurationBuilders.settings.targets" /> |
4 | 5 | <PropertyGroup>
|
5 | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
6 | 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
11 | 12 | <AssemblyName>Microsoft.Configuration.ConfigurationBuilders.Azure</AssemblyName>
|
12 | 13 | <TargetFrameworkVersion>v4.7.1</TargetFrameworkVersion>
|
13 | 14 | <FileAlignment>512</FileAlignment>
|
| 15 | + <DocumentationFile>$(OutputPath)$(AssemblyName).xml</DocumentationFile> |
14 | 16 | <TargetFrameworkProfile />
|
15 | 17 | <SignAssembly>true</SignAssembly>
|
16 | 18 | <DelaySign>true</DelaySign>
|
|
22 | 24 | <DebugSymbols>true</DebugSymbols>
|
23 | 25 | <DebugType>full</DebugType>
|
24 | 26 | <Optimize>false</Optimize>
|
25 |
| - <OutputPath>bin\Debug\</OutputPath> |
26 | 27 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
27 | 28 | <ErrorReport>prompt</ErrorReport>
|
28 | 29 | <WarningLevel>4</WarningLevel>
|
| 30 | + <BaseIntermediateOutputPath>..\obj\</BaseIntermediateOutputPath> |
29 | 31 | </PropertyGroup>
|
30 | 32 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
31 | 33 | <DebugType>pdbonly</DebugType>
|
32 | 34 | <Optimize>true</Optimize>
|
33 |
| - <OutputPath>bin\Release\</OutputPath> |
34 | 35 | <DefineConstants>TRACE</DefineConstants>
|
35 | 36 | <ErrorReport>prompt</ErrorReport>
|
36 | 37 | <WarningLevel>4</WarningLevel>
|
| 38 | + <BaseIntermediateOutputPath>..\obj\</BaseIntermediateOutputPath> |
37 | 39 | </PropertyGroup>
|
38 | 40 | <ItemGroup>
|
39 | 41 | <Reference Include="Microsoft.Azure.KeyVault, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
0 commit comments