diff options
| author | RedShirtMB Mark Linton redshirt linton <RedShirtMB Mark Linton redshirt.linton@gmail.com> | 2012-08-04 16:54:00 -0700 |
|---|---|---|
| committer | RedShirtMB Mark Linton redshirt linton <RedShirtMB Mark Linton redshirt.linton@gmail.com> | 2012-08-04 16:54:00 -0700 |
| commit | bf0c6ec182134cb2b13ac8ffabc6e1d6397c61e6 (patch) | |
| tree | ef8d212878deebb5001554f874f15a00b6ec6651 /MediaBrowser.Program/App.config | |
| parent | 3dda1cfdbc7b19a6939b283a1eba026239443ba2 (diff) | |
Initial creation of the ServerApplication
Diffstat (limited to 'MediaBrowser.Program/App.config')
| -rw-r--r-- | MediaBrowser.Program/App.config | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/MediaBrowser.Program/App.config b/MediaBrowser.Program/App.config deleted file mode 100644 index 5aff9b350..000000000 --- a/MediaBrowser.Program/App.config +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?>
-<configuration>
- <appSettings>
- <add key="ProgramDataPath" value="..\..\..\ProgramData" />
- </appSettings>
- <startup>
- <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
- </startup>
- <runtime>
- <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
- <dependentAssembly>
- <assemblyIdentity name="System.Net.Http" publicKeyToken="b03f5f7f11d50a3a" culture="neutral" />
- <bindingRedirect oldVersion="0.0.0.0-4.0.0.0" newVersion="4.0.0.0" />
- </dependentAssembly>
- </assemblyBinding>
- </runtime>
-</configuration>
\ No newline at end of file |
