MediaBrowser.MediaEncoding.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{0BD82FA6-EB8A-4452-8AF5-74F9C3849451}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.MediaEncoding</RootNamespace>
  11. <AssemblyName>MediaBrowser.MediaEncoding</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. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  35. <Optimize>false</Optimize>
  36. <OutputPath>bin\Release Mono</OutputPath>
  37. <WarningLevel>4</WarningLevel>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="BDInfo">
  41. <HintPath>..\packages\MediaBrowser.BdInfo.1.0.0.10\lib\net35\BDInfo.dll</HintPath>
  42. </Reference>
  43. <Reference Include="DvdLib">
  44. <HintPath>..\packages\MediaBrowser.BdInfo.1.0.0.10\lib\net35\DvdLib.dll</HintPath>
  45. </Reference>
  46. <Reference Include="System" />
  47. <Reference Include="System.Core" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Xml" />
  53. <Reference Include="UniversalDetector">
  54. <HintPath>..\ThirdParty\UniversalDetector\UniversalDetector.dll</HintPath>
  55. </Reference>
  56. </ItemGroup>
  57. <ItemGroup>
  58. <Compile Include="..\SharedVersion.cs">
  59. <Link>Properties\SharedVersion.cs</Link>
  60. </Compile>
  61. <Compile Include="BdInfo\BdInfoExaminer.cs" />
  62. <Compile Include="Configuration\EncodingConfigurationFactory.cs" />
  63. <Compile Include="Encoder\AudioEncoder.cs" />
  64. <Compile Include="Encoder\BaseEncoder.cs" />
  65. <Compile Include="Encoder\EncodingJob.cs" />
  66. <Compile Include="Encoder\EncodingJobFactory.cs" />
  67. <Compile Include="Encoder\EncodingUtils.cs" />
  68. <Compile Include="Encoder\JobLogger.cs" />
  69. <Compile Include="Encoder\MediaEncoder.cs" />
  70. <Compile Include="Encoder\VideoEncoder.cs" />
  71. <Compile Include="Probing\FFProbeHelpers.cs" />
  72. <Compile Include="Probing\InternalMediaInfoResult.cs" />
  73. <Compile Include="Probing\ProbeResultNormalizer.cs" />
  74. <Compile Include="Properties\AssemblyInfo.cs" />
  75. <Compile Include="Subtitles\ISubtitleParser.cs" />
  76. <Compile Include="Subtitles\ISubtitleWriter.cs" />
  77. <Compile Include="Subtitles\JsonWriter.cs" />
  78. <Compile Include="Subtitles\ParserValues.cs" />
  79. <Compile Include="Subtitles\SrtParser.cs" />
  80. <Compile Include="Subtitles\SrtWriter.cs" />
  81. <Compile Include="Subtitles\AssParser.cs" />
  82. <Compile Include="Subtitles\SsaParser.cs" />
  83. <Compile Include="Subtitles\SubtitleEncoder.cs" />
  84. <Compile Include="Subtitles\TtmlWriter.cs" />
  85. <Compile Include="Subtitles\VttWriter.cs" />
  86. </ItemGroup>
  87. <ItemGroup>
  88. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  89. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  90. <Name>MediaBrowser.Common</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  93. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  94. <Name>MediaBrowser.Controller</Name>
  95. </ProjectReference>
  96. <ProjectReference Include="..\MediaBrowser.MediaInfo\MediaBrowser.MediaInfo.csproj">
  97. <Project>{6e4145e4-c6d4-4e4d-94f2-87188db6e239}</Project>
  98. <Name>MediaBrowser.MediaInfo</Name>
  99. </ProjectReference>
  100. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  101. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  102. <Name>MediaBrowser.Model</Name>
  103. </ProjectReference>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <None Include="packages.config" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <EmbeddedResource Include="Probing\whitelist.txt" />
  110. </ItemGroup>
  111. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  112. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  113. Other similar extension points exist, see Microsoft.Common.targets.
  114. <Target Name="BeforeBuild">
  115. </Target>
  116. <Target Name="AfterBuild">
  117. </Target>
  118. -->
  119. </Project>