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-->
|
2015-01-15 20:47:48 +08:00
|
|
|
<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"/>
|
|
|
|
</startup>
|
|
|
|
</configuration>
|