aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Startup.Common/MediaBrowser.Server.Startup.Common.csproj
blob: 5eb49216651ac9f9a6a003ab60abcc74135f1572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{B90AB8F2-1BFF-4568-A3FD-2A338A435A75}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>MediaBrowser.Server.Startup.Common</RootNamespace>
    <AssemblyName>MediaBrowser.Server.Startup.Common</AssemblyName>
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
    <FileAlignment>512</FileAlignment>
    <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>None</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
  </PropertyGroup>
  <ItemGroup>
    <Reference Include="Emby.Server.Core">
      <HintPath>..\ThirdParty\emby\Emby.Server.Core.dll</HintPath>
    </Reference>
    <Reference Include="Microsoft.IO.RecyclableMemoryStream, Version=1.2.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
      <HintPath>..\packages\Microsoft.IO.RecyclableMemoryStream.1.2.1\lib\net45\Microsoft.IO.RecyclableMemoryStream.dll</HintPath>
      <Private>True</Private>
    </Reference>
    <Reference Include="System" />
    <Reference Include="System.Configuration" />
    <Reference Include="System.Core" />
    <Reference Include="System.Xml.Linq" />
    <Reference Include="System.Data.DataSetExtensions" />
    <Reference Include="Microsoft.CSharp" />
    <Reference Include="System.Data" />
    <Reference Include="System.Xml" />
  </ItemGroup>
  <ItemGroup>
    <Compile Include="..\SharedVersion.cs">
      <Link>Properties\SharedVersion.cs</Link>
    </Compile>
    <Compile Include="ApplicationPathHelper.cs" />
    <Compile Include="Cryptography\ASN1.cs" />
    <Compile Include="Cryptography\ASN1Convert.cs" />
    <Compile Include="Cryptography\BitConverterLE.cs" />
    <Compile Include="Cryptography\CertificateGenerator.cs" />
    <Compile Include="Cryptography\CryptoConvert.cs" />
    <Compile Include="Cryptography\PfxGenerator.cs" />
    <Compile Include="Cryptography\PKCS1.cs" />
    <Compile Include="Cryptography\PKCS12.cs" />
    <Compile Include="Cryptography\PKCS7.cs" />
    <Compile Include="Cryptography\PKCS8.cs" />
    <Compile Include="Cryptography\X501Name.cs" />
    <Compile Include="Cryptography\X509Builder.cs" />
    <Compile Include="Cryptography\X509Certificate.cs" />
    <Compile Include="Cryptography\X509CertificateBuilder.cs" />
    <Compile Include="Cryptography\X509CertificateCollection.cs" />
    <Compile Include="Cryptography\X509Extension.cs" />
    <Compile Include="Cryptography\X509Extensions.cs" />
    <Compile Include="Cryptography\X520Attributes.cs" />
    <Compile Include="ImageEncoderHelper.cs" />
    <Compile Include="IO\MemoryStreamProvider.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="SystemEvents.cs" />
    <Compile Include="UpdateLevelHelper.cs" />
  </ItemGroup>
  <ItemGroup>
    <ProjectReference Include="..\Emby.Drawing.ImageMagick\Emby.Drawing.ImageMagick.csproj">
      <Project>{6cfee013-6e7c-432b-ac37-cabf0880c69a}</Project>
      <Name>Emby.Drawing.ImageMagick</Name>
    </ProjectReference>
    <ProjectReference Include="..\Emby.Drawing.Net\Emby.Drawing.Net.csproj">
      <Project>{c97a239e-a96c-4d64-a844-ccf8cc30aecb}</Project>
      <Name>Emby.Drawing.Net</Name>
    </ProjectReference>
    <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj">
      <Project>{08fff49b-f175-4807-a2b5-73b0ebd9f716}</Project>
      <Name>Emby.Drawing</Name>
    </ProjectReference>
    <ProjectReference Include="..\Emby.Server.Implementations\Emby.Server.Implementations.csproj">
      <Project>{e383961b-9356-4d5d-8233-9a1079d03055}</Project>
      <Name>Emby.Server.Implementations</Name>
    </ProjectReference>
    <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
      <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
      <Name>MediaBrowser.Common</Name>
    </ProjectReference>
    <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
      <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
      <Name>MediaBrowser.Controller</Name>
    </ProjectReference>
    <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
      <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
      <Name>MediaBrowser.Model</Name>
    </ProjectReference>
  </ItemGroup>
  <ItemGroup>
    <None Include="app.config" />
    <None Include="packages.config" />
  </ItemGroup>
  <ItemGroup />
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
</Project>