File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Release/tests/functional/http/client/AuthListener/vs12 Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments