jellyfin/MediaBrowser.Installer/mbt.config
Eric Reed e43f66ef07 Switch to using config file for installer
We will just build separate installers with the two different config
files and publish once
2013-02-25 20:52:24 -05:00

10 lines
293 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="product" value="mbt" />
<add key="class" value="Release" />
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>