mirror of
https://github.com/SabreTools/MPF.git
synced 2026-07-02 17:24:48 +00:00
* Remove sg-raw from OptionsWindow.xaml.cs * Remove sg-raw from OptionsWindow.xaml * Remove sg-raw from Options.cs * Remove sg-raw from MainWindow.xaml.cs * Missed the other rows * Remove sg-raw from App.config
10 lines
319 B
XML
10 lines
319 B
XML
<?xml version="1.0" encoding="utf-8" ?>
|
|
<configuration>
|
|
<appSettings>
|
|
<add key="dicPath" value="Programs\DiscImageCreator.exe"/>
|
|
<add key="psxt001zPath" value="psxt001z.exe"/>
|
|
<add key="subdumpPath" value="subdump.exe"/>
|
|
<add key="defaultOutputPath" value="ISO"/>
|
|
</appSettings>
|
|
</configuration>
|