We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e252d85 commit 14d6ff9Copy full SHA for 14d6ff9
src/Directory.Build.props
@@ -1,5 +1,6 @@
1
<Project>
2
<PropertyGroup>
3
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4
<BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)..\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath>
5
<OutputPath>$(MSBuildThisFileDirectory)..\bin\$(MSBuildProjectName)\$(Configuration)\</OutputPath>
6
</PropertyGroup>
0 commit comments