MediaBrowser.Server.Startup.Common.csproj 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{B90AB8F2-1BFF-4568-A3FD-2A338A435A75}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Server.Startup.Common</RootNamespace>
  11. <AssemblyName>MediaBrowser.Server.Startup.Common</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>None</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Reference Include="Mono.Posix, Version=4.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756, processorArchitecture=MSIL">
  36. <SpecificVersion>False</SpecificVersion>
  37. <HintPath>..\packages\Mono.Posix.4.0.0.0\lib\net40\Mono.Posix.dll</HintPath>
  38. </Reference>
  39. <Reference Include="ServiceStack.Interfaces, Version=4.0.0.0, Culture=neutral, PublicKeyToken=e06fbc6124f57c43, processorArchitecture=MSIL">
  40. <SpecificVersion>False</SpecificVersion>
  41. <HintPath>..\ThirdParty\ServiceStack\ServiceStack.Interfaces.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Configuration" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="Microsoft.CSharp" />
  49. <Reference Include="System.Data" />
  50. <Reference Include="System.Xml" />
  51. </ItemGroup>
  52. <ItemGroup>
  53. <Compile Include="..\SharedVersion.cs">
  54. <Link>Properties\SharedVersion.cs</Link>
  55. </Compile>
  56. <Compile Include="ApplicationHost.cs" />
  57. <Compile Include="ApplicationPathHelper.cs" />
  58. <Compile Include="Browser\BrowserLauncher.cs" />
  59. <Compile Include="EntryPoints\KeepServerAwake.cs" />
  60. <Compile Include="EntryPoints\StartupWizard.cs" />
  61. <Compile Include="FFMpeg\FFMpegDownloader.cs" />
  62. <Compile Include="FFMpeg\FFMpegDownloadInfo.cs" />
  63. <Compile Include="FFMpeg\FFMpegInfo.cs" />
  64. <Compile Include="FFMpeg\FFmpegValidator.cs" />
  65. <Compile Include="INativeApp.cs" />
  66. <Compile Include="Migrations\DeleteDlnaProfiles.cs" />
  67. <Compile Include="Migrations\DeprecatePlugins.cs" />
  68. <Compile Include="Migrations\IVersionMigration.cs" />
  69. <Compile Include="Migrations\MigrateUserFolders.cs" />
  70. <Compile Include="Migrations\RenameXbmcOptions.cs" />
  71. <Compile Include="Migrations\RenameXmlOptions.cs" />
  72. <Compile Include="NativeEnvironment.cs" />
  73. <Compile Include="Properties\AssemblyInfo.cs" />
  74. <Compile Include="StartupOptions.cs" />
  75. <Compile Include="UnhandledExceptionWriter.cs" />
  76. </ItemGroup>
  77. <ItemGroup>
  78. <ProjectReference Include="..\Emby.Drawing\Emby.Drawing.csproj">
  79. <Project>{08fff49b-f175-4807-a2b5-73b0ebd9f716}</Project>
  80. <Name>Emby.Drawing</Name>
  81. </ProjectReference>
  82. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  83. <Project>{4fd51ac5-2c16-4308-a993-c3a84f3b4582}</Project>
  84. <Name>MediaBrowser.Api</Name>
  85. </ProjectReference>
  86. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  87. <Project>{c4d2573a-3fd3-441f-81af-174ac4cd4e1d}</Project>
  88. <Name>MediaBrowser.Common.Implementations</Name>
  89. </ProjectReference>
  90. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  91. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  92. <Name>MediaBrowser.Common</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  95. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  96. <Name>MediaBrowser.Controller</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\MediaBrowser.Dlna\MediaBrowser.Dlna.csproj">
  99. <Project>{734098eb-6dc1-4dd0-a1ca-3140dcd2737c}</Project>
  100. <Name>MediaBrowser.Dlna</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\MediaBrowser.LocalMetadata\MediaBrowser.LocalMetadata.csproj">
  103. <Project>{7ef9f3e0-697d-42f3-a08f-19deb5f84392}</Project>
  104. <Name>MediaBrowser.LocalMetadata</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\MediaBrowser.MediaEncoding\MediaBrowser.MediaEncoding.csproj">
  107. <Project>{0bd82fa6-eb8a-4452-8af5-74f9c3849451}</Project>
  108. <Name>MediaBrowser.MediaEncoding</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  111. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  112. <Name>MediaBrowser.Model</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  115. <Project>{442b5058-dcaf-4263-bb6a-f21e31120a1b}</Project>
  116. <Name>MediaBrowser.Providers</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  119. <Project>{2e781478-814d-4a48-9d80-bff206441a65}</Project>
  120. <Name>MediaBrowser.Server.Implementations</Name>
  121. </ProjectReference>
  122. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  123. <Project>{5624b7b5-b5a7-41d8-9f10-cc5611109619}</Project>
  124. <Name>MediaBrowser.WebDashboard</Name>
  125. </ProjectReference>
  126. <ProjectReference Include="..\MediaBrowser.XbmcMetadata\MediaBrowser.XbmcMetadata.csproj">
  127. <Project>{23499896-b135-4527-8574-c26e926ea99e}</Project>
  128. <Name>MediaBrowser.XbmcMetadata</Name>
  129. </ProjectReference>
  130. </ItemGroup>
  131. <ItemGroup>
  132. <None Include="packages.config" />
  133. </ItemGroup>
  134. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  135. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  136. Other similar extension points exist, see Microsoft.Common.targets.
  137. <Target Name="BeforeBuild">
  138. </Target>
  139. <Target Name="AfterBuild">
  140. </Target>
  141. -->
  142. </Project>