mirror of
https://github.com/openziti/desktop-edge-win.git
synced 2026-09-21 02:13:29 +00:00
8 lines
331 B
XML
8 lines
331 B
XML
<Project>
|
|
<PropertyGroup Condition="'$(EnableWin32Crypto)' == 'true'">
|
|
<DefineConstants>$(DefineConstants);WIN32CRYPTO</DefineConstants>
|
|
</PropertyGroup>
|
|
<Target Name="PrintFeatureXEnabled" BeforeTargets="BeforeBuild" >
|
|
<Message Importance="High" Text="CONSTANTS DEFINED: $(DefineConstants)" />
|
|
</Target>
|
|
</Project> |