Skip to content

Commit 41e3ff8

Browse files
committed
Enable common test settings for AuthListener120.csproj
1 parent 46baef9 commit 41e3ff8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Release/tests/functional/http/client/AuthListener/vs12/AuthListener120.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
33
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+
5+
<Import Project="$([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))\Build\Release.Tests.Settings" />
46
<PropertyGroup>
57
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
68
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@@ -17,7 +19,7 @@
1719
<DebugSymbols>true</DebugSymbols>
1820
<DebugType>full</DebugType>
1921
<Optimize>false</Optimize>
20-
<OutputPath>bin\Debug\</OutputPath>
22+
<!--<OutputPath>bin\Debug\</OutputPath>-->
2123
<DefineConstants>DEBUG;TRACE</DefineConstants>
2224
<ErrorReport>prompt</ErrorReport>
2325
<WarningLevel>4</WarningLevel>
@@ -26,7 +28,7 @@
2628
<PlatformTarget>AnyCPU</PlatformTarget>
2729
<DebugType>pdbonly</DebugType>
2830
<Optimize>true</Optimize>
29-
<OutputPath>bin\Release\</OutputPath>
31+
<!--<OutputPath>bin\Release\</OutputPath>-->
3032
<DefineConstants>TRACE</DefineConstants>
3133
<ErrorReport>prompt</ErrorReport>
3234
<WarningLevel>4</WarningLevel>

0 commit comments

Comments
 (0)