We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef2e3a0 commit d65efa4Copy full SHA for d65efa4
Common.props
@@ -5,6 +5,7 @@
5
<Platforms>AnyCPU</Platforms>
6
<IntersectConfiguration>$(Configuration)</IntersectConfiguration>
7
<IntersectConfiguration Condition="$(IntersectConfiguration.StartsWith('Debug'))">Debug</IntersectConfiguration>
8
+ <IntersectConfiguration Condition="'$(IntersectConfiguration)' == ''">Release</IntersectConfiguration>
9
</PropertyGroup>
10
11
<PropertyGroup Condition="'$(IntersectConfiguration)' == 'Debug'">
0 commit comments