jellyfin/MediaBrowser.Installer/App.config

10 lines
292 B
Plaintext
Raw Normal View History

2013-02-21 01:33:05 +00:00
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="product" value="server" />
2013-02-26 14:25:51 +00:00
<add key="class" value="Dev" />
</appSettings>
2013-02-21 01:33:05 +00:00
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>