mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 19:49:15 +08:00
11 lines
354 B
XML
11 lines
354 B
XML
<?xml version="1.0"?>
|
|
<configuration>
|
|
<configSections>
|
|
<section name="exceptionless" type="Exceptionless.Configuration.ExceptionlessSection, Exceptionless" />
|
|
</configSections>
|
|
<startup>
|
|
<supportedRuntime version="v2.0.50727" />
|
|
<supportedRuntime version="v4.0" />
|
|
</startup>
|
|
<exceptionless apiKey="API_KEY_HERE" />
|
|
</configuration> |