mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
10 lines
405 B
Plaintext
10 lines
405 B
Plaintext
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<!-- Some items may be set in Directory.Build.props in root -->
|
||
|
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<PropertyGroup>
|
||
|
|
<IsAotCompatible>true</IsAotCompatible>
|
||
|
|
<CsWinRTAotOptimizerEnabled>true</CsWinRTAotOptimizerEnabled>
|
||
|
|
<CsWinRTAotWarningLevel>2</CsWinRTAotWarningLevel>
|
||
|
|
</PropertyGroup>
|
||
|
|
</Project>
|