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 a1f5d93 commit bde9de3Copy full SHA for bde9de3
common.props
@@ -22,7 +22,7 @@
22
23
<PropertyGroup Condition="$(Configuration.Contains('Lite'))">
24
<DefineConstants>$(DefineConstants);DISABLE_CRYPTOGRAPHY</DefineConstants>
25
- <OutputPath>bin\Lite\$(Configuration)\</OutputPath>
+ <OutputPath>bin\Lite\$(Configuration.Replace('_Lite',''))\</OutputPath>
26
</PropertyGroup>
27
28
<PropertyGroup Condition="$(Configuration.Contains('Debug'))">
0 commit comments