MediaBrowser.XbmcMetadata.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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>{23499896-B135-4527-8574-C26E926EA99E}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.XbmcMetadata</RootNamespace>
  11. <AssemblyName>MediaBrowser.XbmcMetadata</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  14. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  16. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>none</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Patterns.Logging">
  37. <HintPath>..\packages\Patterns.Logging.1.0.0.2\lib\portable-net45+sl4+wp71+win8+wpa81\Patterns.Logging.dll</HintPath>
  38. </Reference>
  39. </ItemGroup>
  40. <ItemGroup>
  41. <Compile Include="..\SharedVersion.cs">
  42. <Link>Properties\SharedVersion.cs</Link>
  43. </Compile>
  44. <Compile Include="Configuration\NfoOptions.cs" />
  45. <Compile Include="EntryPoint.cs" />
  46. <Compile Include="Parsers\BaseNfoParser.cs" />
  47. <Compile Include="Parsers\EpisodeNfoParser.cs" />
  48. <Compile Include="Parsers\MovieNfoParser.cs" />
  49. <Compile Include="Parsers\SeasonNfoParser.cs" />
  50. <Compile Include="Parsers\SeriesNfoParser.cs" />
  51. <Compile Include="Properties\AssemblyInfo.cs" />
  52. <Compile Include="Providers\AlbumNfoProvider.cs" />
  53. <Compile Include="Providers\ArtistNfoProvider.cs" />
  54. <Compile Include="Providers\BaseNfoProvider.cs" />
  55. <Compile Include="Providers\BaseVideoNfoProvider.cs" />
  56. <Compile Include="Providers\EpisodeNfoProvider.cs" />
  57. <Compile Include="Providers\MovieNfoProvider.cs" />
  58. <Compile Include="Providers\SeasonNfoProvider.cs" />
  59. <Compile Include="Providers\SeriesNfoProvider.cs" />
  60. <Compile Include="Savers\AlbumNfoSaver.cs" />
  61. <Compile Include="Savers\ArtistNfoSaver.cs" />
  62. <Compile Include="Savers\BaseNfoSaver.cs" />
  63. <Compile Include="Savers\EpisodeNfoSaver.cs" />
  64. <Compile Include="Savers\MovieNfoSaver.cs" />
  65. <Compile Include="Savers\SeasonNfoSaver.cs" />
  66. <Compile Include="Savers\SeriesNfoSaver.cs" />
  67. </ItemGroup>
  68. <ItemGroup>
  69. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  70. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  71. <Name>MediaBrowser.Common</Name>
  72. </ProjectReference>
  73. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  74. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  75. <Name>MediaBrowser.Controller</Name>
  76. </ProjectReference>
  77. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  78. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  79. <Name>MediaBrowser.Model</Name>
  80. </ProjectReference>
  81. </ItemGroup>
  82. <ItemGroup>
  83. <None Include="packages.config" />
  84. </ItemGroup>
  85. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  86. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  87. Other similar extension points exist, see Microsoft.Common.targets.
  88. <Target Name="BeforeBuild">
  89. </Target>
  90. <Target Name="AfterBuild">
  91. </Target>
  92. -->
  93. </Project>