MediaBrowser.Server.Implementations.csproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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>{2E781478-814D-4A48-9D80-BFF206441A65}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Server.Implementations</RootNamespace>
  11. <AssemblyName>MediaBrowser.Server.Implementations</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>pdbonly</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. <ItemGroup>
  35. <Reference Include="System" />
  36. <Reference Include="System.Core" />
  37. <Reference Include="System.Data.SQLite">
  38. <HintPath>..\packages\System.Data.SQLite.1.0.84.0\lib\net45\System.Data.SQLite.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System.Data.SQLite.Linq">
  41. <HintPath>..\packages\System.Data.SQLite.1.0.84.0\lib\net45\System.Data.SQLite.Linq.dll</HintPath>
  42. </Reference>
  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="Properties\AssemblyInfo.cs" />
  54. <Compile Include="ServerApplicationPaths.cs" />
  55. <Compile Include="Sqlite\SQLiteDisplayPreferencesRepository.cs" />
  56. <Compile Include="Sqlite\SQLiteExtensions.cs" />
  57. <Compile Include="Sqlite\SQLiteItemRepository.cs" />
  58. <Compile Include="Sqlite\SQLiteRepository.cs" />
  59. <Compile Include="Sqlite\SQLiteUserDataRepository.cs" />
  60. <Compile Include="Sqlite\SQLiteUserRepository.cs" />
  61. <Compile Include="WorldWeatherOnline\WeatherProvider.cs" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  65. <Project>{c4d2573a-3fd3-441f-81af-174ac4cd4e1d}</Project>
  66. <Name>MediaBrowser.Common.Implementations</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  69. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  70. <Name>MediaBrowser.Common</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  73. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  74. <Name>MediaBrowser.Controller</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  77. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  78. <Name>MediaBrowser.Model</Name>
  79. </ProjectReference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Content Include="x64\SQLite.Interop.dll">
  83. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  84. </Content>
  85. <Content Include="x86\SQLite.Interop.dll">
  86. <CopyToOutputDirectory>Always</CopyToOutputDirectory>
  87. </Content>
  88. </ItemGroup>
  89. <ItemGroup>
  90. <None Include="packages.config" />
  91. </ItemGroup>
  92. <ItemGroup />
  93. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  94. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  95. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  96. Other similar extension points exist, see Microsoft.Common.targets.
  97. <Target Name="BeforeBuild">
  98. </Target>
  99. <Target Name="AfterBuild">
  100. </Target>
  101. -->
  102. </Project>