MediaBrowser.Common.Implementations.csproj 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. <ProductVersion>10.0.0</ProductVersion>
  17. <SchemaVersion>2.0</SchemaVersion>
  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="SharpCompress">
  41. <HintPath>..\packages\sharpcompress.0.10.1.3\lib\net40\SharpCompress.dll</HintPath>
  42. </Reference>
  43. <Reference Include="System" />
  44. <Reference Include="System.Configuration" />
  45. <Reference Include="System.Core" />
  46. <Reference Include="Microsoft.CSharp" />
  47. <Reference Include="System.Net" />
  48. <Reference Include="System.Net.Http" />
  49. <Reference Include="System.Xml" />
  50. <Reference Include="NLog">
  51. <HintPath>..\packages\NLog.2.0.1.2\lib\net45\NLog.dll</HintPath>
  52. </Reference>
  53. <Reference Include="ServiceStack.Text">
  54. <HintPath>..\packages\ServiceStack.Text.3.9.62\lib\net35\ServiceStack.Text.dll</HintPath>
  55. </Reference>
  56. <Reference Include="SimpleInjector">
  57. <HintPath>..\packages\SimpleInjector.2.3.5\lib\net40-client\SimpleInjector.dll</HintPath>
  58. </Reference>
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="..\SharedVersion.cs">
  62. <Link>Properties\SharedVersion.cs</Link>
  63. </Compile>
  64. <Compile Include="Archiving\ZipClient.cs" />
  65. <Compile Include="BaseApplicationHost.cs" />
  66. <Compile Include="BaseApplicationPaths.cs" />
  67. <Compile Include="Configuration\BaseConfigurationManager.cs" />
  68. <Compile Include="HttpClientManager\HttpClientInfo.cs" />
  69. <Compile Include="HttpClientManager\HttpClientManager.cs" />
  70. <Compile Include="IO\IsoManager.cs" />
  71. <Compile Include="Logging\LogHelper.cs" />
  72. <Compile Include="Logging\NLogger.cs" />
  73. <Compile Include="Logging\NlogManager.cs" />
  74. <Compile Include="NetworkManagement\NativeMethods.cs" />
  75. <Compile Include="NetworkManagement\NetworkManager.cs" />
  76. <Compile Include="NetworkManagement\NetworkShares.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <Compile Include="ScheduledTasks\ScheduledTaskWorker.cs" />
  79. <Compile Include="ScheduledTasks\TaskManager.cs" />
  80. <Compile Include="ScheduledTasks\Tasks\DeleteCacheFileTask.cs" />
  81. <Compile Include="ScheduledTasks\Tasks\DeleteLogFileTask.cs" />
  82. <Compile Include="ScheduledTasks\Tasks\PluginUpdateTask.cs" />
  83. <Compile Include="ScheduledTasks\Tasks\ReloadLoggerTask.cs" />
  84. <Compile Include="ScheduledTasks\Tasks\SystemUpdateTask.cs" />
  85. <Compile Include="Security\MBLicenseFile.cs" />
  86. <Compile Include="Security\MBRegistration.cs" />
  87. <Compile Include="Security\PluginSecurityManager.cs" />
  88. <Compile Include="Serialization\JsonSerializer.cs" />
  89. <Compile Include="Serialization\XmlSerializer.cs" />
  90. <Compile Include="Updates\ApplicationUpdater.cs" />
  91. <Compile Include="Updates\InstallationManager.cs" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  95. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  96. <Name>MediaBrowser.Common</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  99. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  100. <Name>MediaBrowser.Model</Name>
  101. </ProjectReference>
  102. </ItemGroup>
  103. <ItemGroup>
  104. <None Include="packages.config" />
  105. </ItemGroup>
  106. <ItemGroup />
  107. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  108. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  109. <PropertyGroup>
  110. <PostBuildEvent>if $(ConfigurationName) == Release (
  111. xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
  112. )</PostBuildEvent>
  113. </PropertyGroup>
  114. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  115. Other similar extension points exist, see Microsoft.Common.targets.
  116. <Target Name="BeforeBuild">
  117. </Target>
  118. <Target Name="AfterBuild">
  119. </Target>
  120. -->
  121. </Project>