MediaBrowser.Common.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  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>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Common</RootNamespace>
  11. <AssemblyName>MediaBrowser.Common</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. <PlatformTarget>AnyCPU</PlatformTarget>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</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. <PropertyGroup>
  36. <ApplicationIcon>
  37. </ApplicationIcon>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="ServiceStack.Common, Version=3.9.54.0, Culture=neutral, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\packages\ServiceStack.Common.3.9.54\lib\net35\ServiceStack.Common.dll</HintPath>
  43. </Reference>
  44. <Reference Include="ServiceStack.Interfaces, Version=3.9.54.0, Culture=neutral, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\packages\ServiceStack.Common.3.9.54\lib\net35\ServiceStack.Interfaces.dll</HintPath>
  47. </Reference>
  48. <Reference Include="ServiceStack.Text, Version=3.9.54.0, Culture=neutral, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\packages\ServiceStack.Text.3.9.54\lib\net35\ServiceStack.Text.dll</HintPath>
  51. </Reference>
  52. <Reference Include="System" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="Microsoft.CSharp" />
  55. </ItemGroup>
  56. <ItemGroup>
  57. <Compile Include="..\SharedVersion.cs">
  58. <Link>Properties\SharedVersion.cs</Link>
  59. </Compile>
  60. <Compile Include="Configuration\ConfigurationHelper.cs" />
  61. <Compile Include="Configuration\IConfigurationManager.cs" />
  62. <Compile Include="Constants\Constants.cs" />
  63. <Compile Include="Events\EventHelper.cs" />
  64. <Compile Include="Extensions\BaseExtensions.cs" />
  65. <Compile Include="Events\GenericEventArgs.cs" />
  66. <Compile Include="Extensions\ResourceNotFoundException.cs" />
  67. <Compile Include="IO\FileSystemRepository.cs" />
  68. <Compile Include="IO\IIsoManager.cs" />
  69. <Compile Include="IO\IIsoMount.cs" />
  70. <Compile Include="IO\ProgressStream.cs" />
  71. <Compile Include="IO\StreamDefaults.cs" />
  72. <Compile Include="MediaInfo\MediaInfoResult.cs" />
  73. <Compile Include="MediaInfo\IMediaEncoder.cs" />
  74. <Compile Include="Net\BasePeriodicWebSocketListener.cs" />
  75. <Compile Include="Configuration\IApplicationPaths.cs" />
  76. <Compile Include="Net\HttpRequestOptions.cs" />
  77. <Compile Include="Net\IHasResultFactory.cs" />
  78. <Compile Include="Net\IHttpResultFactory.cs" />
  79. <Compile Include="Net\IServerManager.cs" />
  80. <Compile Include="Net\IWebSocketListener.cs" />
  81. <Compile Include="IApplicationHost.cs" />
  82. <Compile Include="Net\IHttpClient.cs" />
  83. <Compile Include="Net\IHttpServer.cs" />
  84. <Compile Include="Net\INetworkManager.cs" />
  85. <Compile Include="Net\IRestfulService.cs" />
  86. <Compile Include="Net\IWebSocket.cs" />
  87. <Compile Include="Net\IWebSocketConnection.cs" />
  88. <Compile Include="Net\IWebSocketServer.cs" />
  89. <Compile Include="Net\MimeTypes.cs" />
  90. <Compile Include="Net\WebSocketConnectEventArgs.cs" />
  91. <Compile Include="Plugins\IPlugin.cs" />
  92. <Compile Include="Progress\ActionableProgress.cs" />
  93. <Compile Include="ScheduledTasks\IScheduledTask.cs" />
  94. <Compile Include="ScheduledTasks\IScheduledTaskWorker.cs" />
  95. <Compile Include="ScheduledTasks\ITaskManager.cs" />
  96. <Compile Include="ScheduledTasks\ITaskTrigger.cs" />
  97. <Compile Include="ScheduledTasks\ScheduledTaskHelpers.cs" />
  98. <Compile Include="ScheduledTasks\StartupTrigger.cs" />
  99. <Compile Include="ScheduledTasks\SystemEventTrigger.cs" />
  100. <Compile Include="Plugins\BasePlugin.cs" />
  101. <Compile Include="Properties\AssemblyInfo.cs" />
  102. <Compile Include="ScheduledTasks\DailyTrigger.cs" />
  103. <Compile Include="ScheduledTasks\IntervalTrigger.cs" />
  104. <Compile Include="ScheduledTasks\TaskCompletionEventArgs.cs" />
  105. <Compile Include="ScheduledTasks\WeeklyTrigger.cs" />
  106. <Compile Include="Security\IRequiresRegistration.cs" />
  107. <Compile Include="Security\ISecurityManager.cs" />
  108. <Compile Include="Updates\IPackageManager.cs" />
  109. </ItemGroup>
  110. <ItemGroup>
  111. <None Include="app.config" />
  112. <None Include="packages.config" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  116. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  117. <Name>MediaBrowser.Model</Name>
  118. </ProjectReference>
  119. </ItemGroup>
  120. <ItemGroup />
  121. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  122. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  123. <PropertyGroup>
  124. <PostBuildEvent>if $(ConfigurationName) == Release (
  125. xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
  126. )</PostBuildEvent>
  127. </PropertyGroup>
  128. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  129. Other similar extension points exist, see Microsoft.Common.targets.
  130. <Target Name="BeforeBuild">
  131. </Target>
  132. <Target Name="AfterBuild">
  133. </Target>
  134. -->
  135. </Project>