mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 03:37:10 +08:00
13 lines
421 B
XML
13 lines
421 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<runtime>
|
|
<!--http://stackoverflow.com/questions/186854/how-to-prevent-an-exception-in-a-background-thread-from-terminating-an-application-->
|
|
<!--prevent non-ui exception crash wox-->
|
|
<legacyUnhandledExceptionPolicy enabled="1"/>
|
|
</runtime>
|
|
<startup>
|
|
<supportedRuntime version="v2.0.50727"/>
|
|
<supportedRuntime version="v4.0"/>
|
|
</startup>
|
|
</configuration>
|