diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-15 17:38:24 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-04-15 17:38:24 -0400 |
| commit | b4c06b76c139c79fac33c05699ae3bbc0124ffdf (patch) | |
| tree | 29edc51be480df4d59e74170324c00ae8a57cf53 /Installation | |
| parent | 3a1317fd4fd0030c50ff7011a329ce689583d1b6 (diff) | |
| parent | c37825aa123ecc4e9b06a3c108f2cc1ee144a392 (diff) | |
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'Installation')
| -rw-r--r-- | Installation/MediaBrowser.Server.Installer.exe.config | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Installation/MediaBrowser.Server.Installer.exe.config b/Installation/MediaBrowser.Server.Installer.exe.config new file mode 100644 index 0000000000..efff9590da --- /dev/null +++ b/Installation/MediaBrowser.Server.Installer.exe.config @@ -0,0 +1,10 @@ +<?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 |
