MediaBrowser.Common.csproj 6.1 KB

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