PowerToys/Wox/App.config

12 lines
423 B
Plaintext
Raw Normal View History

2013-12-23 23:53:38 +08:00
<?xml version="1.0"?>
2013-12-23 19:21:51 +08:00
<configuration>
2014-07-18 20:00:55 +08:00
<runtime>
2015-01-16 23:42:12 +08:00
<!--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" />
2014-07-18 20:00:55 +08:00
</runtime>
2015-01-16 23:42:12 +08:00
<startup>
<supportedRuntime version="v2.0.50727" />
<supportedRuntime version="v4.0" />
2015-01-16 23:42:12 +08:00
</startup>
</configuration>