14 lines
593 B
XML
14 lines
593 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<configuration>
|
|
<startup>
|
|
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
|
|
</startup>
|
|
<appSettings>
|
|
<add key="sox_path" value="tools\sox\sox.exe" />
|
|
<add key="madplay_path" value="tools\madplay\madplay.exe" />
|
|
<add key="faad_path" value="tools\faad\faad.exe" />
|
|
<add key="lame_path" value="tools\lame\lame.exe" />
|
|
<add key="vgm2wav_path" value="tools\vgm2wav\vgm2wav.exe" />
|
|
<add key="vgmstream_path" value="tools\vgmstream\test.exe" />
|
|
</appSettings>
|
|
</configuration>
|