Files
desktop-edge-win/Directory.Build.targets
T
2025-07-03 16:46:42 -04:00

8 lines
338 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>