13 lines
499 B
Plaintext
13 lines
499 B
Plaintext
|
<?xml version="1.0" encoding="utf-8" ?>
|
||
|
<configuration>
|
||
|
<startup>
|
||
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
||
|
</startup>
|
||
|
<appSettings>
|
||
|
<add key="SubscriptionKey" value="" />
|
||
|
<add key="TranslatorEndpoint" value="https://api.cognitive.microsofttranslator.com/" />
|
||
|
<add key="TranslatorLocation" value="" />
|
||
|
<add key="OverwriteTranslation" value="false" />
|
||
|
<add key="LastUsedExportFolder" value="" />
|
||
|
</appSettings>
|
||
|
</configuration>
|