summaryrefslogtreecommitdiff
path: root/print/v4PrintDriverSamples/PrinterExtensionSample/ExtensionSample/app.config
blob: bfc57c55a19f16d265875c43e5d6d2eedf6e7326 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0"?>
<configuration>
    <appSettings>
        <add key="UseSetWindowPosForTopmostWindows" value="True" />
    </appSettings>
    <startup>
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
    </startup>
</configuration>