MediaBrowser.Server.Startup.Common.csproj 7.5 KB

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