MediaBrowser.Plugins.Tmt5.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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>{BE9BAA85-9EF2-4308-92E4-0D2B6E33C487}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Plugins.Tmt5</RootNamespace>
  11. <AssemblyName>MediaBrowser.Plugins.Tmt5</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  16. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  17. <RestorePackages>true</RestorePackages>
  18. </PropertyGroup>
  19. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  20. <DebugSymbols>true</DebugSymbols>
  21. <DebugType>full</DebugType>
  22. <Optimize>false</Optimize>
  23. <OutputPath>bin\Debug\</OutputPath>
  24. <DefineConstants>DEBUG;TRACE</DefineConstants>
  25. <ErrorReport>prompt</ErrorReport>
  26. <WarningLevel>4</WarningLevel>
  27. </PropertyGroup>
  28. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  29. <DebugType>pdbonly</DebugType>
  30. <Optimize>true</Optimize>
  31. <OutputPath>bin\Release\</OutputPath>
  32. <DefineConstants>TRACE</DefineConstants>
  33. <ErrorReport>prompt</ErrorReport>
  34. <WarningLevel>4</WarningLevel>
  35. </PropertyGroup>
  36. <PropertyGroup>
  37. <RunPostBuildEvent>Always</RunPostBuildEvent>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="System" />
  41. <Reference Include="System.ComponentModel.Composition" />
  42. <Reference Include="System.Data" />
  43. <Reference Include="System.Xml" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="System.Xml.Linq" />
  47. <Reference Include="System.Data.DataSetExtensions" />
  48. <Reference Include="System.Xaml">
  49. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  50. </Reference>
  51. <Reference Include="WindowsBase" />
  52. <Reference Include="PresentationCore" />
  53. <Reference Include="PresentationFramework" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <Compile Include="Tmt5MediaPlayer.cs" />
  57. <Compile Include="Plugin.cs" />
  58. <Compile Include="Properties\AssemblyInfo.cs">
  59. <SubType>Code</SubType>
  60. </Compile>
  61. <Compile Include="Properties\Resources.Designer.cs">
  62. <AutoGen>True</AutoGen>
  63. <DesignTime>True</DesignTime>
  64. <DependentUpon>Resources.resx</DependentUpon>
  65. </Compile>
  66. <Compile Include="Properties\Settings.Designer.cs">
  67. <AutoGen>True</AutoGen>
  68. <DependentUpon>Settings.settings</DependentUpon>
  69. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  70. </Compile>
  71. <EmbeddedResource Include="Properties\Resources.resx">
  72. <Generator>ResXFileCodeGenerator</Generator>
  73. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  74. </EmbeddedResource>
  75. <None Include="app.config" />
  76. <None Include="Properties\Settings.settings">
  77. <Generator>SettingsSingleFileGenerator</Generator>
  78. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  79. </None>
  80. <AppDesigner Include="Properties\" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  84. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  85. <Name>MediaBrowser.Common</Name>
  86. </ProjectReference>
  87. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  88. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  89. <Name>MediaBrowser.Model</Name>
  90. </ProjectReference>
  91. <ProjectReference Include="..\MediaBrowser.UI\MediaBrowser.UI.csproj">
  92. <Project>{b5ece1fb-618e-420b-9a99-8e972d76920a}</Project>
  93. <Name>MediaBrowser.UI</Name>
  94. </ProjectReference>
  95. </ItemGroup>
  96. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  97. <PropertyGroup>
  98. <PostBuildEvent>xcopy "$(TargetPath)" "$(SolutionDir)\ProgramData-Server\Plugins\" /y</PostBuildEvent>
  99. </PropertyGroup>
  100. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  101. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  102. Other similar extension points exist, see Microsoft.Common.targets.
  103. <Target Name="BeforeBuild">
  104. </Target>
  105. <Target Name="AfterBuild">
  106. </Target>
  107. -->
  108. </Project>