MediaBrowser.LocalMetadata.csproj 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  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>{7EF9F3E0-697D-42F3-A08F-19DEB5F84392}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.LocalMetadata</RootNamespace>
  11. <AssemblyName>MediaBrowser.LocalMetadata</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.9\lib\net45\CommonIO.dll</HintPath>
  37. </Reference>
  38. <Reference Include="Patterns.Logging">
  39. <HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
  40. </Reference>
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="System.Xml.Linq" />
  44. <Reference Include="System.Data.DataSetExtensions" />
  45. <Reference Include="Microsoft.CSharp" />
  46. <Reference Include="System.Data" />
  47. <Reference Include="System.Xml" />
  48. </ItemGroup>
  49. <ItemGroup>
  50. <Compile Include="..\SharedVersion.cs">
  51. <Link>Properties\SharedVersion.cs</Link>
  52. </Compile>
  53. <Compile Include="BaseXmlProvider.cs" />
  54. <Compile Include="Images\CollectionFolderImageProvider.cs" />
  55. <Compile Include="Images\EpisodeLocalImageProvider.cs" />
  56. <Compile Include="Images\ImagesByNameImageProvider.cs" />
  57. <Compile Include="Images\InternalMetadataFolderImageProvider.cs" />
  58. <Compile Include="Images\LocalImageProvider.cs" />
  59. <Compile Include="Parsers\BoxSetXmlParser.cs" />
  60. <Compile Include="Parsers\EpisodeXmlParser.cs" />
  61. <Compile Include="Parsers\GameSystemXmlParser.cs" />
  62. <Compile Include="Parsers\GameXmlParser.cs" />
  63. <Compile Include="Parsers\MovieXmlParser.cs" />
  64. <Compile Include="Parsers\MusicVideoXmlParser.cs" />
  65. <Compile Include="Parsers\PlaylistXmlParser.cs" />
  66. <Compile Include="Parsers\SeriesXmlParser.cs" />
  67. <Compile Include="Properties\AssemblyInfo.cs" />
  68. <Compile Include="Providers\BoxSetXmlProvider.cs" />
  69. <Compile Include="Providers\EpisodeXmlProvider.cs" />
  70. <Compile Include="Providers\FolderXmlProvider.cs" />
  71. <Compile Include="Providers\GameSystemXmlProvider.cs" />
  72. <Compile Include="Providers\GameXmlProvider.cs" />
  73. <Compile Include="Providers\MovieXmlProvider.cs" />
  74. <Compile Include="Providers\MusicVideoXmlProvider.cs" />
  75. <Compile Include="Providers\PersonXmlProvider.cs" />
  76. <Compile Include="Providers\PlaylistXmlProvider.cs" />
  77. <Compile Include="Providers\SeriesXmlProvider.cs" />
  78. <Compile Include="Providers\VideoXmlProvider.cs" />
  79. <Compile Include="Savers\BoxSetXmlSaver.cs" />
  80. <Compile Include="Savers\FolderXmlSaver.cs" />
  81. <Compile Include="Savers\GameSystemXmlSaver.cs" />
  82. <Compile Include="Savers\GameXmlSaver.cs" />
  83. <Compile Include="Savers\PersonXmlSaver.cs" />
  84. <Compile Include="Savers\PlaylistXmlSaver.cs" />
  85. <Compile Include="Savers\XmlSaverHelpers.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.Model\MediaBrowser.Model.csproj">
  97. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  98. <Name>MediaBrowser.Model</Name>
  99. </ProjectReference>
  100. </ItemGroup>
  101. <ItemGroup>
  102. <None Include="packages.config" />
  103. </ItemGroup>
  104. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  105. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  106. Other similar extension points exist, see Microsoft.Common.targets.
  107. <Target Name="BeforeBuild">
  108. </Target>
  109. <Target Name="AfterBuild">
  110. </Target>
  111. -->
  112. </Project>