浏览代码

removed CorePlugins from build event

Luke Pulverenti 12 年之前
父节点
当前提交
8f54eba12a
共有 1 个文件被更改,包括 0 次插入3 次删除
  1. 0 3
      MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj

+ 0 - 3
MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj

@@ -403,9 +403,6 @@ xcopy "$(TargetDir)$(TargetFileName).config" "$(SolutionDir)..\Deploy\Server\Sys
 
 
 xcopy "$(TargetDir)*.dll" "$(SolutionDir)..\Deploy\Server\System" /y
 xcopy "$(TargetDir)*.dll" "$(SolutionDir)..\Deploy\Server\System" /y
 
 
-mkdir "$(SolutionDir)..\Deploy\Server\System\CorePlugins"
-xcopy "$(TargetDir)CorePlugins" "$(SolutionDir)..\Deploy\Server\System\CorePlugins" /y
-
 mkdir "$(SolutionDir)..\Deploy\Server\System\dashboard-ui"
 mkdir "$(SolutionDir)..\Deploy\Server\System\dashboard-ui"
 xcopy "$(TargetDir)dashboard-ui" "$(SolutionDir)..\Deploy\Server\System\dashboard-ui" /y /s
 xcopy "$(TargetDir)dashboard-ui" "$(SolutionDir)..\Deploy\Server\System\dashboard-ui" /y /s