Debug
AnyCPU
{156EA256-AD2D-4D2F-B116-2ED4B9EFD869}
WinExe
Properties
MediaBrowser.ServerApplication
MediaBrowser.ServerApplication
v4.5
512
{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}
4
true
..\
true
http://www.mb3admin.com/downloads/server/
true
Web
false
Background
1
Days
false
false
true
http://forum.mediabrowser3.com
Media Browser Server
Media Browser Team
Media Browser 3
3033
2.9.4795.3033
false
true
true
true
AnyCPU
true
full
false
bin\Debug\
DEBUG;TRACE
prompt
1
AnyCPU
pdbonly
true
bin\Release\
TRACE
prompt
4
MediaBrowser.ServerApplication.MainStartup
Resources\Images\icon.ico
app.manifest
OnBuildSuccess
9633DCDB4A07D3328EFB99299C6DFB1823EBC4BE
false
false
http://timestamp.verisign.com/scripts/timstamp.dll
false
true
bin\x86\Debug\
DEBUG;TRACE
1
full
x86
prompt
MinimumRecommendedRules.ruleset
true
bin\x86\Release\
TRACE
true
pdbonly
x86
prompt
MinimumRecommendedRules.ruleset
true
LocalIntranet
..\packages\Hardcodet.Wpf.TaskbarNotification.1.0.4.0\lib\net40\Hardcodet.Wpf.TaskbarNotification.dll
False
..\packages\MediaBrowser.IsoMounting.3.0.65\lib\net45\MediaBrowser.IsoMounter.dll
False
..\packages\NLog.2.1.0\lib\net45\NLog.dll
False
..\packages\MediaBrowser.IsoMounting.3.0.65\lib\net45\pfmclrapi.dll
..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll
False
..\packages\SimpleInjector.2.3.6\lib\net40-client\SimpleInjector.dll
4.0
Component
Component
SplashWindow.xaml
MSBuild:Compile
Designer
Designer
MSBuild:Compile
MSBuild:Compile
Designer
MSBuild:Compile
Designer
Properties\SharedVersion.cs
App.xaml
Code
LibraryExplorer.xaml
LogWindow.xaml
MainWindow.xaml
Code
Designer
MSBuild:Compile
Code
True
True
Resources.resx
True
Settings.settings
True
ResXFileCodeGenerator
Resources.Designer.cs
SettingsSingleFileGenerator
Settings.Designer.cs
Designer
{4fd51ac5-2c16-4308-a993-c3a84f3b4582}
MediaBrowser.Api
{c4d2573a-3fd3-441f-81af-174ac4cd4e1d}
MediaBrowser.Common.Implementations
{9142eefa-7570-41e1-bfcc-468bb571af2f}
MediaBrowser.Common
{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}
MediaBrowser.Controller
{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}
MediaBrowser.Model
{442b5058-dcaf-4263-bb6a-f21e31120a1b}
MediaBrowser.Providers
{2e781478-814d-4a48-9d80-bff206441a65}
MediaBrowser.Server.Implementations
{5624b7b5-b5a7-41d8-9f10-cc5611109619}
MediaBrowser.WebDashboard
False
Microsoft .NET Framework 4.5 %28x86 and x64%29
true
False
.NET Framework 3.5 SP1 Client Profile
false
False
.NET Framework 3.5 SP1
false
False
Visual C++ 2010 Runtime Libraries %28x86%29
true
if $(ConfigurationName) == Release (
rmdir "$(SolutionDir)..\Deploy\Server\System" /s /q
mkdir "$(SolutionDir)..\Deploy\Server\System"
rmdir "$(SolutionDir)..\Deploy\Server\Pismo" /s /q
xcopy "$(TargetDir)$(TargetFileName)" "$(SolutionDir)..\Deploy\Server\System\" /y
xcopy "$(SolutionDir)Installation\MediaBrowser.Uninstaller.exe.config" "$(SolutionDir)..\Deploy\Server\System\" /y
xcopy "$(SolutionDir)Installation\MediaBrowser.Uninstaller.exe" "$(SolutionDir)..\Deploy\Server\System\" /y
xcopy "$(SolutionDir)Installation\MediaBrowser.InstallUtil.dll" "$(SolutionDir)..\Deploy\Server\System\" /y
xcopy "$(SolutionDir)Installation\MediaBrowser.Updater.exe" "$(SolutionDir)..\Deploy\Server\System\" /y
mkdir "$(SolutionDir)..\Deploy\Server\System\swagger-ui"
xcopy "$(TargetDir)swagger-ui" "$(SolutionDir)..\Deploy\Server\System\swagger-ui" /y /s
xcopy "$(TargetDir)$(TargetFileName).config" "$(SolutionDir)..\Deploy\Server\System\" /y
xcopy "$(TargetDir)*.dll" "$(SolutionDir)..\Deploy\Server\System" /y
mkdir "$(SolutionDir)..\Deploy\Server\System\dashboard-ui"
xcopy "$(TargetDir)dashboard-ui" "$(SolutionDir)..\Deploy\Server\System\dashboard-ui" /y /s
del "$(SolutionDir)..\Deploy\MBServer.zip"
"$(SolutionDir)ThirdParty\7zip\7za" a -mx9 "$(SolutionDir)..\Deploy\MBServer.zip" "$(SolutionDir)..\Deploy\Server\*"
)