Files
desktop-edge-win/Directory.Build.targets
2026-03-20 09:10:29 -04:00

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>