13 lines
585 B
XML
13 lines
585 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.7.2" />
|
|
</startup>
|
|
<appSettings>
|
|
<!-- Empty = %AppData%\D2Multi\accounts.xml (see D2AccountsXmlStore.DefaultPath) -->
|
|
<add key="AccountsXmlPath" value="" />
|
|
<add key="D2RExePath" value="E:\Games2\Diablo II Resurrected\D2R.exe" />
|
|
<!-- Optional: full path to Sysinternals handle64.exe. Empty = D2R folder\handle64.exe -->
|
|
<add key="Handle64ExePath" value="" />
|
|
</appSettings>
|
|
</configuration> |