Files
jellyfin/MediaBrowser.UI/App.config
LukePulverenti Luke Pulverenti luke pulverenti 119dfc3ac7 Adding the UI to the same repo. Made some default theme progress
2012-09-20 11:25:22 -04:00

9 lines
287 B
XML

<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key="ProgramDataPath" value="..\..\..\ProgramData-UI" />
</appSettings>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
</startup>
</configuration>