msft-calculator/Tools/PGO/build/native/Microsoft.WindowsCalculator.PGO.props
Howard Wolosky c13b8a099e Hello GitHub
2019-01-28 16:24:37 -08:00

8 lines
244 B
XML

<?xml version="1.0" encoding="utf-8"?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PGOBuildMode Condition="'$(PGOBuildMode)'==''">Optimize</PGOBuildMode>
</PropertyGroup>
</Project>