diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-04-16 15:16:17 -0400 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-04-16 15:16:17 -0400 |
| commit | d254ecfb221542b35fd7fa9abfc9b662a8d1ebb7 (patch) | |
| tree | 9e006d7b365ffe5a8a51e9be07abef16d2bc6fe3 | |
| parent | 1c8e983cbf03285a3771e87077fe30859d04d8d8 (diff) | |
We don't need installer in deployment
| -rw-r--r-- | Installation/MediaBrowser.Server.Installer.exe.config | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/Installation/MediaBrowser.Server.Installer.exe.config b/Installation/MediaBrowser.Server.Installer.exe.config deleted file mode 100644 index efff9590d..000000000 --- a/Installation/MediaBrowser.Server.Installer.exe.config +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="utf-8" ?> -<configuration> - <appSettings> - <add key="product" value="server" /> - <add key="class" value="Beta" /> - </appSettings> - <startup> - <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" /> - </startup> -</configuration>
\ No newline at end of file |
