Skip to content

Commit bde9de3

Browse files
committed
Remove _Lite in folder.
1 parent a1f5d93 commit bde9de3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
<PropertyGroup Condition="$(Configuration.Contains('Lite'))">
2424
<DefineConstants>$(DefineConstants);DISABLE_CRYPTOGRAPHY</DefineConstants>
25-
<OutputPath>bin\Lite\$(Configuration)\</OutputPath>
25+
<OutputPath>bin\Lite\$(Configuration.Replace('_Lite',''))\</OutputPath>
2626
</PropertyGroup>
2727

2828
<PropertyGroup Condition="$(Configuration.Contains('Debug'))">

0 commit comments

Comments
 (0)