BDInfo.csproj 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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. <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{88AE38DF-19D7-406F-A6A9-09527719A21E}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>BDInfo</RootNamespace>
  12. <AssemblyName>BDInfo</AssemblyName>
  13. <DefaultLanguage>en-US</DefaultLanguage>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. <TargetFrameworkProfile>
  17. </TargetFrameworkProfile>
  18. <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <None Include="project.json" />
  39. <!-- A reference to the entire .NET Framework is automatically included -->
  40. </ItemGroup>
  41. <ItemGroup>
  42. <Compile Include="BDInfoSettings.cs" />
  43. <Compile Include="BDROM.cs" />
  44. <Compile Include="BitVector32.cs" />
  45. <Compile Include="LanguageCodes.cs" />
  46. <Compile Include="Properties\AssemblyInfo.cs" />
  47. <Compile Include="TSCodecAC3.cs" />
  48. <Compile Include="TSCodecAVC.cs" />
  49. <Compile Include="TSCodecDTS.cs" />
  50. <Compile Include="TSCodecDTSHD.cs" />
  51. <Compile Include="TSCodecLPCM.cs" />
  52. <Compile Include="TSCodecMPEG2.cs" />
  53. <Compile Include="TSCodecMVC.cs" />
  54. <Compile Include="TSCodecTrueHD.cs" />
  55. <Compile Include="TSCodecVC1.cs" />
  56. <Compile Include="TSInterleavedFile.cs" />
  57. <Compile Include="TSPlaylistFile.cs" />
  58. <Compile Include="TSStream.cs" />
  59. <Compile Include="TSStreamBuffer.cs" />
  60. <Compile Include="TSStreamClip.cs" />
  61. <Compile Include="TSStreamClipFile.cs" />
  62. <Compile Include="TSStreamFile.cs" />
  63. </ItemGroup>
  64. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  65. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  66. Other similar extension points exist, see Microsoft.Common.targets.
  67. <Target Name="BeforeBuild">
  68. </Target>
  69. <Target Name="AfterBuild">
  70. </Target>
  71. -->
  72. </Project>