MediaBrowser.Common.Implementations.csproj 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Common.Implementations</RootNamespace>
  11. <AssemblyName>MediaBrowser.Common.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. <PropertyGroup>
  35. <RunPostBuildEvent>Always</RunPostBuildEvent>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="NLog, Version=2.0.1.0, Culture=neutral, PublicKeyToken=5120e14c03d0593c, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\packages\NLog.2.0.1.2\lib\net45\NLog.dll</HintPath>
  41. </Reference>
  42. <Reference Include="ServiceStack.Text, Version=3.9.54.0, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\packages\ServiceStack.Text.3.9.54\lib\net35\ServiceStack.Text.dll</HintPath>
  45. </Reference>
  46. <Reference Include="SimpleInjector, Version=2.2.3.0, Culture=neutral, PublicKeyToken=984cb50dea722e99, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\packages\SimpleInjector.2.2.3\lib\net40-client\SimpleInjector.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.Configuration" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="Microsoft.CSharp" />
  54. <Reference Include="System.Management" />
  55. <Reference Include="System.Net" />
  56. <Reference Include="System.Net.Http" />
  57. <Reference Include="System.Net.Http.WebRequest" />
  58. <Reference Include="System.Xml" />
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="..\SharedVersion.cs">
  62. <Link>Properties\SharedVersion.cs</Link>
  63. </Compile>
  64. <Compile Include="BaseApplicationHost.cs" />
  65. <Compile Include="BaseApplicationPaths.cs" />
  66. <Compile Include="Configuration\BaseConfigurationManager.cs" />
  67. <Compile Include="HttpClientManager\HttpClientInfo.cs" />
  68. <Compile Include="HttpClientManager\HttpClientManager.cs" />
  69. <Compile Include="HttpClientManager\HttpResponseInfo.cs" />
  70. <Compile Include="Logging\LogHelper.cs" />
  71. <Compile Include="Logging\NLogger.cs" />
  72. <Compile Include="Logging\NlogManager.cs" />
  73. <Compile Include="NetworkManagement\NativeMethods.cs" />
  74. <Compile Include="NetworkManagement\NetworkManager.cs" />
  75. <Compile Include="NetworkManagement\NetworkShares.cs" />
  76. <Compile Include="Properties\AssemblyInfo.cs" />
  77. <Compile Include="ScheduledTasks\ScheduledTaskWorker.cs" />
  78. <Compile Include="ScheduledTasks\TaskManager.cs" />
  79. <Compile Include="ScheduledTasks\Tasks\DeleteCacheFileTask.cs" />
  80. <Compile Include="ScheduledTasks\Tasks\DeleteLogFileTask.cs" />
  81. <Compile Include="ScheduledTasks\Tasks\ReloadLoggerTask.cs" />
  82. <Compile Include="ScheduledTasks\Tasks\SystemUpdateTask.cs" />
  83. <Compile Include="Security\MBLicenseFile.cs" />
  84. <Compile Include="Security\MBRegistration.cs" />
  85. <Compile Include="Security\PluginSecurityManager.cs" />
  86. <Compile Include="Serialization\JsonSerializer.cs" />
  87. <Compile Include="Serialization\XmlSerializer.cs" />
  88. <Compile Include="Updates\ApplicationUpdater.cs" />
  89. <Compile Include="Updates\PackageManager.cs" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  93. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  94. <Name>MediaBrowser.Common</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. <ItemGroup />
  105. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  106. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  107. <PropertyGroup>
  108. <PostBuildEvent>if $(ConfigurationName) == Release (
  109. xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
  110. )</PostBuildEvent>
  111. </PropertyGroup>
  112. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  113. Other similar extension points exist, see Microsoft.Common.targets.
  114. <Target Name="BeforeBuild">
  115. </Target>
  116. <Target Name="AfterBuild">
  117. </Target>
  118. -->
  119. </Project>