aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj')
-rw-r--r--MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj79
1 files changed, 76 insertions, 3 deletions
diff --git a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj
index 52be41ddd..44b4e7df7 100644
--- a/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj
+++ b/MediaBrowser.Common.Implementations/MediaBrowser.Common.Implementations.csproj
@@ -35,12 +35,43 @@
<RunPostBuildEvent>Always</RunPostBuildEvent>
</PropertyGroup>
<ItemGroup>
+ <Reference Include="Alchemy">
+ <HintPath>..\packages\Alchemy.2.2.1\lib\net40\Alchemy.dll</HintPath>
+ </Reference>
<Reference Include="NLog">
<HintPath>..\packages\NLog.2.0.0.2000\lib\net40\NLog.dll</HintPath>
</Reference>
<Reference Include="protobuf-net">
<HintPath>..\packages\protobuf-net.2.0.0.621\lib\net40\protobuf-net.dll</HintPath>
</Reference>
+ <Reference Include="ServiceStack">
+ <HintPath>..\packages\ServiceStack.3.9.37\lib\net35\ServiceStack.dll</HintPath>
+ </Reference>
+ <Reference Include="ServiceStack.Api.Swagger">
+ <HintPath>..\packages\ServiceStack.Api.Swagger.3.9.35\lib\net35\ServiceStack.Api.Swagger.dll</HintPath>
+ </Reference>
+ <Reference Include="ServiceStack.Common">
+ <HintPath>..\packages\ServiceStack.Common.3.9.37\lib\net35\ServiceStack.Common.dll</HintPath>
+ </Reference>
+ <Reference Include="ServiceStack.Interfaces, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>..\packages\ServiceStack.Common.3.9.37\lib\net35\ServiceStack.Interfaces.dll</HintPath>
+ </Reference>
+ <Reference Include="ServiceStack.Logging.NLog">
+ <HintPath>..\packages\ServiceStack.Logging.NLog.1.0.6.0\lib\net35\ServiceStack.Logging.NLog.dll</HintPath>
+ </Reference>
+ <Reference Include="ServiceStack.OrmLite">
+ <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.37\lib\ServiceStack.OrmLite.dll</HintPath>
+ </Reference>
+ <Reference Include="ServiceStack.OrmLite.SqlServer">
+ <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.37\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath>
+ </Reference>
+ <Reference Include="ServiceStack.Redis">
+ <HintPath>..\packages\ServiceStack.Redis.3.9.37\lib\net35\ServiceStack.Redis.dll</HintPath>
+ </Reference>
+ <Reference Include="ServiceStack.ServiceInterface">
+ <HintPath>..\packages\ServiceStack.3.9.37\lib\net35\ServiceStack.ServiceInterface.dll</HintPath>
+ </Reference>
<Reference Include="ServiceStack.Text">
<HintPath>..\packages\ServiceStack.Text.3.9.37\lib\net35\ServiceStack.Text.dll</HintPath>
</Reference>
@@ -51,6 +82,20 @@
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
+ <Reference Include="System.Management" />
+ <Reference Include="System.Net" />
+ <Reference Include="System.Net.Http" />
+ <Reference Include="System.Net.Http.WebRequest" />
+ <Reference Include="System.Reactive.Core">
+ <HintPath>..\packages\Rx-Core.2.1.30214.0\lib\Net45\System.Reactive.Core.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Reactive.Interfaces">
+ <HintPath>..\packages\Rx-Interfaces.2.1.30214.0\lib\Net45\System.Reactive.Interfaces.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Reactive.Linq">
+ <HintPath>..\packages\Rx-Linq.2.1.30214.0\lib\Net45\System.Reactive.Linq.dll</HintPath>
+ </Reference>
+ <Reference Include="System.Web" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
@@ -59,9 +104,17 @@
</Compile>
<Compile Include="BaseApplicationHost.cs" />
<Compile Include="BaseApplicationPaths.cs" />
+ <Compile Include="HttpClientManager\HttpClientManager.cs" />
+ <Compile Include="HttpServer\BaseRestService.cs" />
+ <Compile Include="HttpServer\HttpServer.cs" />
+ <Compile Include="HttpServer\NativeWebSocket.cs" />
+ <Compile Include="HttpServer\ServerFactory.cs" />
<Compile Include="Logging\LogHelper.cs" />
<Compile Include="Logging\NLogger.cs" />
<Compile Include="Logging\NlogManager.cs" />
+ <Compile Include="NetworkManagement\NativeMethods.cs" />
+ <Compile Include="NetworkManagement\NetworkManager.cs" />
+ <Compile Include="NetworkManagement\NetworkShares.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="ScheduledTasks\ScheduledTaskWorker.cs" />
<Compile Include="ScheduledTasks\TaskManager.cs" />
@@ -72,8 +125,11 @@
<Compile Include="Serialization\JsonSerializer.cs" />
<Compile Include="Serialization\ProtobufSerializer.cs" />
<Compile Include="Serialization\XmlSerializer.cs" />
- <Compile Include="Server\ServerManager.cs" />
- <Compile Include="Server\WebSocketConnection.cs" />
+ <Compile Include="ServerManager\ServerManager.cs" />
+ <Compile Include="ServerManager\WebSocketConnection.cs" />
+ <Compile Include="Udp\UdpServer.cs" />
+ <Compile Include="WebSocket\AlchemyServer.cs" />
+ <Compile Include="WebSocket\AlchemyWebSocket.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
@@ -87,7 +143,24 @@
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
- <EmbeddedResource Include="Server\RegisterServer.bat" />
+ <EmbeddedResource Include="ServerManager\RegisterServer.bat" />
+ </ItemGroup>
+ <ItemGroup>
+ <Content Include="README.txt" />
+ <Content Include="swagger-ui\css\screen.css" />
+ <Content Include="swagger-ui\images\pet_store_api.png" />
+ <Content Include="swagger-ui\images\wordnik_api.png" />
+ <Content Include="swagger-ui\index.html" />
+ <Content Include="swagger-ui\lib\backbone-min.js" />
+ <Content Include="swagger-ui\lib\handlebars.runtime-1.0.0.beta.6.js" />
+ <Content Include="swagger-ui\lib\jquery.ba-bbq.min.js" />
+ <Content Include="swagger-ui\lib\jquery.min.js" />
+ <Content Include="swagger-ui\lib\jquery.slideto.min.js" />
+ <Content Include="swagger-ui\lib\jquery.wiggle.min.js" />
+ <Content Include="swagger-ui\lib\swagger.js" />
+ <Content Include="swagger-ui\lib\underscore-min.js" />
+ <Content Include="swagger-ui\swagger-ui.js" />
+ <Content Include="swagger-ui\swagger-ui.min.js" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SolutionDir)\.nuget\nuget.targets" />