Skip to content

Commit 0212d56

Browse files
committed
make debug and release mode output to bin dir
1 parent ec3f095 commit 0212d56

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/Qiniu/Qiniu.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
<DebugType>full</DebugType>
1919
<Optimize>false</Optimize>
2020
<BaseIntermediateOutputPath>..\..\bin\net40\obj\</BaseIntermediateOutputPath>
21-
<OutputPath>..\..\bin\net40\</OutputPath>
21+
<OutputPath>..\..\bin\</OutputPath>
2222
<DefineConstants>DEBUG;TRACE;Net40</DefineConstants>
2323
<ErrorReport>prompt</ErrorReport>
2424
<WarningLevel>4</WarningLevel>
2525
<Prefer32Bit>false</Prefer32Bit>
26-
<DocumentationFile>..\..\bin\net40\Qiniu.xml</DocumentationFile>
26+
<DocumentationFile>..\..\bin\Qiniu.xml</DocumentationFile>
2727
</PropertyGroup>
2828
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
2929
<DebugType>pdbonly</DebugType>

src/QiniuTests/QiniuTests.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,11 @@
2222
<DebugSymbols>true</DebugSymbols>
2323
<DebugType>full</DebugType>
2424
<Optimize>false</Optimize>
25-
<OutputPath>bin\Debug\</OutputPath>
25+
<OutputPath>..\..\bin\</OutputPath>
2626
<DefineConstants>DEBUG;TRACE</DefineConstants>
2727
<ErrorReport>prompt</ErrorReport>
2828
<WarningLevel>4</WarningLevel>
29+
<DocumentationFile>..\..\bin\QiniuTests.xml</DocumentationFile>
2930
</PropertyGroup>
3031
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
3132
<DebugType>pdbonly</DebugType>

0 commit comments

Comments
 (0)