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 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<Project ToolsVersion =" 4.0" DefaultTargets =" Build" 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
+
5
+ <Import Project =" $([MSBuild]::GetDirectoryNameOfFileAbove($(MSBuildThisFileDirectory), build.root))\Build\Release.Tests.Settings" />
4
6
<PropertyGroup >
5
7
<Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
8
<Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
17
19
<DebugSymbols >true</DebugSymbols >
18
20
<DebugType >full</DebugType >
19
21
<Optimize >false</Optimize >
20
- <OutputPath >bin\Debug\</OutputPath >
22
+ <!-- < OutputPath>bin\Debug\</OutputPath> -- >
21
23
<DefineConstants >DEBUG;TRACE</DefineConstants >
22
24
<ErrorReport >prompt</ErrorReport >
23
25
<WarningLevel >4</WarningLevel >
26
28
<PlatformTarget >AnyCPU</PlatformTarget >
27
29
<DebugType >pdbonly</DebugType >
28
30
<Optimize >true</Optimize >
29
- <OutputPath >bin\Release\</OutputPath >
31
+ <!-- < OutputPath>bin\Release\</OutputPath> -- >
30
32
<DefineConstants >TRACE</DefineConstants >
31
33
<ErrorReport >prompt</ErrorReport >
32
34
<WarningLevel >4</WarningLevel >
You can’t perform that action at this time.
0 commit comments