diff options
| author | mokhan <mokhan@da190166-9cfc-4ee1-ae03-434a172be219> | 2009-02-21 21:44:27 +0000 |
|---|---|---|
| committer | mokhan <mokhan@da190166-9cfc-4ee1-ae03-434a172be219> | 2009-02-21 21:44:27 +0000 |
| commit | 1dfdccb8118aeaa3cd844ac8de2a672c93312166 (patch) | |
| tree | 4b19e7f816ab1019f180a46b68572af4b66fe4bc /slips/build/tools/mbunit/bin/MbUnit.GUI.exe.config | |
| parent | 42d66bcab8262c7b8b2452615df535e694a3ec1c (diff) | |
git-svn-id: http://svn.xp-dev.com/svn/mokhan-sait@2 da190166-9cfc-4ee1-ae03-434a172be219
Diffstat (limited to 'slips/build/tools/mbunit/bin/MbUnit.GUI.exe.config')
| -rw-r--r-- | slips/build/tools/mbunit/bin/MbUnit.GUI.exe.config | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/slips/build/tools/mbunit/bin/MbUnit.GUI.exe.config b/slips/build/tools/mbunit/bin/MbUnit.GUI.exe.config new file mode 100644 index 0000000..46bf22b --- /dev/null +++ b/slips/build/tools/mbunit/bin/MbUnit.GUI.exe.config @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8" ?>
+<configuration>
+ <runtime>
+ <!-- Don't kill application on first uncaught exception. -->
+ <legacyUnhandledExceptionPolicy enabled="1" />
+ </runtime>
+ <startup>
+ <supportedRuntime version="v2.0.50727" />
+ <supportedRuntime version="v1.1.4322"/>
+ </startup>
+ <appSettings>
+ <add key="restorePreviousState" value="true" />
+ </appSettings>
+</configuration>
\ No newline at end of file |
