MediaBrowser.Common.Implementations.csproj 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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. <FileAlignment>512</FileAlignment>
  13. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  14. <RestorePackages>true</RestorePackages>
  15. <ProductVersion>10.0.0</ProductVersion>
  16. <SchemaVersion>2.0</SchemaVersion>
  17. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  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. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  37. </PropertyGroup>
  38. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  39. <DebugType>pdbonly</DebugType>
  40. <Optimize>true</Optimize>
  41. <OutputPath>bin\Release Mono\</OutputPath>
  42. <DefineConstants>TRACE</DefineConstants>
  43. <ErrorReport>prompt</ErrorReport>
  44. <WarningLevel>4</WarningLevel>
  45. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  46. </PropertyGroup>
  47. <PropertyGroup>
  48. <RunPostBuildEvent>Always</RunPostBuildEvent>
  49. </PropertyGroup>
  50. <ItemGroup>
  51. <Reference Include="SimpleInjector.Diagnostics">
  52. <HintPath>..\packages\SimpleInjector.2.4.0\lib\net45\SimpleInjector.Diagnostics.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System" />
  55. <Reference Include="System.Configuration" />
  56. <Reference Include="System.Core" />
  57. <Reference Include="Microsoft.CSharp" />
  58. <Reference Include="System.Net" />
  59. <Reference Include="System.Net.Http" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="NLog">
  62. <HintPath>..\packages\NLog.2.1.0\lib\net45\NLog.dll</HintPath>
  63. </Reference>
  64. <Reference Include="SharpCompress">
  65. <HintPath>..\packages\sharpcompress.0.10.2\lib\net40\SharpCompress.dll</HintPath>
  66. </Reference>
  67. <Reference Include="ServiceStack.Text">
  68. <HintPath>..\ThirdParty\ServiceStack.Text\ServiceStack.Text.dll</HintPath>
  69. </Reference>
  70. <Reference Include="SimpleInjector">
  71. <HintPath>..\packages\SimpleInjector.2.4.0\lib\net45\SimpleInjector.dll</HintPath>
  72. </Reference>
  73. </ItemGroup>
  74. <ItemGroup>
  75. <Compile Include="..\SharedVersion.cs">
  76. <Link>Properties\SharedVersion.cs</Link>
  77. </Compile>
  78. <Compile Include="Archiving\ZipClient.cs" />
  79. <Compile Include="BaseApplicationHost.cs" />
  80. <Compile Include="BaseApplicationPaths.cs" />
  81. <Compile Include="Configuration\BaseConfigurationManager.cs" />
  82. <Compile Include="HttpClientManager\HttpClientInfo.cs" />
  83. <Compile Include="HttpClientManager\HttpClientManager.cs" />
  84. <Compile Include="IO\CommonFileSystem.cs" />
  85. <Compile Include="IO\IsoManager.cs" />
  86. <Compile Include="Logging\LogHelper.cs" />
  87. <Compile Include="Logging\NLogger.cs" />
  88. <Compile Include="Logging\NlogManager.cs" />
  89. <Compile Include="Networking\BaseNetworkManager.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. <Compile Include="ScheduledTasks\ScheduledTaskWorker.cs" />
  92. <Compile Include="ScheduledTasks\TaskManager.cs" />
  93. <Compile Include="ScheduledTasks\Tasks\DeleteCacheFileTask.cs" />
  94. <Compile Include="ScheduledTasks\Tasks\DeleteLogFileTask.cs" />
  95. <Compile Include="ScheduledTasks\Tasks\PluginUpdateTask.cs" />
  96. <Compile Include="ScheduledTasks\Tasks\ReloadLoggerTask.cs" />
  97. <Compile Include="ScheduledTasks\Tasks\SystemUpdateTask.cs" />
  98. <Compile Include="Security\MBLicenseFile.cs" />
  99. <Compile Include="Security\MBRegistration.cs" />
  100. <Compile Include="Security\PluginSecurityManager.cs" />
  101. <Compile Include="Serialization\JsonSerializer.cs" />
  102. <Compile Include="Serialization\XmlSerializer.cs" />
  103. <Compile Include="Updates\ApplicationUpdater.cs" />
  104. <Compile Include="Updates\InstallationManager.cs" />
  105. </ItemGroup>
  106. <ItemGroup>
  107. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  108. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  109. <Name>MediaBrowser.Common</Name>
  110. </ProjectReference>
  111. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  112. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  113. <Name>MediaBrowser.Model</Name>
  114. </ProjectReference>
  115. </ItemGroup>
  116. <ItemGroup>
  117. <None Include="packages.config" />
  118. </ItemGroup>
  119. <ItemGroup />
  120. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  121. <Import Project="$(SolutionDir)\.nuget\nuget.targets" Condition=" '$(ConfigurationName)' != 'Release Mono' " />
  122. <PropertyGroup>
  123. <PostBuildEvent Condition=" '$(ConfigurationName)' != 'Release Mono' ">if '$(ConfigurationName)' == 'Release' (
  124. xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
  125. )</PostBuildEvent>
  126. </PropertyGroup>
  127. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  128. Other similar extension points exist, see Microsoft.Common.targets.
  129. <Target Name="BeforeBuild">
  130. </Target>
  131. <Target Name="AfterBuild">
  132. </Target>
  133. -->
  134. </Project>