Debug
    AnyCPU
    {94ADE4D3-B7EC-45CD-A200-CC469433072B}
    WinExe
    Properties
    MediaBrowser.ServerApplication
    MediaBrowser.ServerApplication
    v4.5
    512
    ..\
    true
  
  
    AnyCPU
    true
    full
    false
    bin\Debug\
    DEBUG;TRACE
    prompt
    4
  
  
    AnyCPU
    pdbonly
    true
    bin\Release\
    TRACE
    prompt
    4
  
  
    MediaBrowser.ServerApplication.MainStartup
  
  
    Resources\Images\Icon.ico
  
  
    true
    bin\x86\Debug\
    DEBUG;TRACE
    full
    x86
    prompt
    MinimumRecommendedRules.ruleset
    true
  
  
    bin\x86\Release\
    TRACE
    true
    pdbonly
    x86
    prompt
    MinimumRecommendedRules.ruleset
    true
  
  
    
      ..\packages\MediaBrowser.IsoMounting.3.0.68\lib\net45\MediaBrowser.IsoMounter.dll
    
    
      False
      ..\packages\NLog.3.1.0.0\lib\net45\NLog.dll
    
    
      ..\packages\MediaBrowser.IsoMounting.3.0.68\lib\net45\pfmclrapi.dll
    
    
      ..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll
    
    
    
    
    
    
    
    
    
    
    
    
    
  
  
    
      Properties\SharedVersion.cs
    
    
    
      Component
    
    
      Component
    
    
    
    
    
    
    
    
    
    
    
      Form
    
    
      LibraryViewer.cs
    
    
      Form
    
    
      LogForm.cs
    
    
    
      Form
    
    
      MainForm.cs
    
    
    
    
    
    
    
    
    
    
    
    
      True
      True
      Resources.resx
    
    
    
      Form
    
    
      SplashForm.cs
    
    
  
  
    
    
    
    
  
  
    
      LibraryViewer.cs
    
    
      LogForm.cs
    
    
      MainForm.cs
    
    
      ResXFileCodeGenerator
      Resources.Designer.cs
    
    
      SplashForm.cs
    
  
  
    
    
  
  
    
      {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
    
    
      {734098eb-6dc1-4dd0-a1ca-3140dcd2737c}
      MediaBrowser.Dlna
    
    
      {7ef9f3e0-697d-42f3-a08f-19deb5f84392}
      MediaBrowser.LocalMetadata
    
    
      {0bd82fa6-eb8a-4452-8af5-74f9c3849451}
      MediaBrowser.MediaEncoding
    
    
      {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
    
    
      {23499896-b135-4527-8574-c26e926ea99e}
      MediaBrowser.XbmcMetadata
    
  
  
  
  
    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
mkdir "$(SolutionDir)..\Deploy\Server\System\x86"
xcopy "$(TargetDir)x86" "$(SolutionDir)..\Deploy\Server\System\x86" /y /s
mkdir "$(SolutionDir)..\Deploy\Server\System\x64"
xcopy "$(TargetDir)x64" "$(SolutionDir)..\Deploy\Server\System\x64" /y /s
del "$(SolutionDir)..\Deploy\MBServer.zip"
"$(SolutionDir)ThirdParty\7zip\7za" a -mx9 "$(SolutionDir)..\Deploy\MBServer.zip" "$(SolutionDir)..\Deploy\Server\*"
)