diff options
| author | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-20 21:40:36 -0500 |
|---|---|---|
| committer | LukePulverenti <luke.pulverenti@gmail.com> | 2013-02-20 21:40:36 -0500 |
| commit | 509156cbc3497ff8daabefd3dba843f5b085701a (patch) | |
| tree | b97879f175ee1ca225354b367eb3d287dd8cd25b /MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj | |
| parent | 767cdc1f6f6a63ce997fc9476911e2c361f9d402 (diff) | |
remove core plugin output from source control
Diffstat (limited to 'MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj')
| -rw-r--r-- | MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj index f318600ba..f7799557e 100644 --- a/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj +++ b/MediaBrowser.ServerApplication/MediaBrowser.ServerApplication.csproj @@ -314,13 +314,13 @@ </BootstrapperPackage> </ItemGroup> <ItemGroup> - <Content Include="MediaBrowser.Api.dll"> + <Content Include="CorePlugins\MediaBrowser.Api.dll"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> - <Content Include="MediaBrowser.ApiInteraction.Javascript.dll"> + <Content Include="CorePlugins\MediaBrowser.ApiInteraction.Javascript.dll"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> - <Content Include="MediaBrowser.WebDashboard.dll"> + <Content Include="CorePlugins\MediaBrowser.WebDashboard.dll"> <CopyToOutputDirectory>Always</CopyToOutputDirectory> </Content> <Content Include="x64\SQLite.Interop.dll"> |
