* Merge and modernize the binding projects * Remove UWP and watchOS * Add the native assets projects * Rename bootstrapper.ps1 to build.ps1 * Add new device tests * Rework the test skipping feature --------- Co-authored-by: Jerome Laban <jerome.laban@nventive.com>
9 lines
No EOL
280 B
XML
9 lines
No EOL
280 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
|
</startup>
|
|
<!--<appSettings>
|
|
<add key="EnableWindowsFormsHighDpiAutoResizing" value="true" />
|
|
</appSettings>-->
|
|
</configuration> |