App.config
author moel.mich
Wed, 22 Jun 2011 22:36:17 +0000
changeset 302 44c0e7f76e9e
permissions -rw-r--r--
Removed the bitmap.GetHbitmap call for every redraw of the gadget. This should reduce dynamic memory allocation and freeing and removes some of the page faults increasing.
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <configuration>
     3   <startup>
     4     <supportedRuntime version="v4.0" />
     5     <supportedRuntime version="v2.0.50727"/>
     6   </startup>
     7 </configuration>