MediaBrowser.Common.csproj 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  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. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <FileAlignment>512</FileAlignment>
  15. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  16. <RestorePackages>true</RestorePackages>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>bin\Debug\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. <PlatformTarget>AnyCPU</PlatformTarget>
  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. <ApplicationIcon>
  38. </ApplicationIcon>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Reference Include="System" />
  42. <Reference Include="System.Core" />
  43. <Reference Include="Microsoft.CSharp" />
  44. </ItemGroup>
  45. <ItemGroup>
  46. <Compile Include="..\SharedVersion.cs">
  47. <Link>Properties\SharedVersion.cs</Link>
  48. </Compile>
  49. <Compile Include="Configuration\ConfigurationHelper.cs" />
  50. <Compile Include="Configuration\IConfigurationManager.cs" />
  51. <Compile Include="Constants\Constants.cs" />
  52. <Compile Include="Events\EventHelper.cs" />
  53. <Compile Include="Extensions\BaseExtensions.cs" />
  54. <Compile Include="Events\GenericEventArgs.cs" />
  55. <Compile Include="Extensions\NamedLock.cs" />
  56. <Compile Include="Extensions\ResourceNotFoundException.cs" />
  57. <Compile Include="IO\FileSystemRepository.cs" />
  58. <Compile Include="IO\IIsoManager.cs" />
  59. <Compile Include="IO\IIsoMount.cs" />
  60. <Compile Include="IO\ProgressStream.cs" />
  61. <Compile Include="IO\StreamDefaults.cs" />
  62. <Compile Include="Net\BasePeriodicWebSocketListener.cs" />
  63. <Compile Include="Configuration\IApplicationPaths.cs" />
  64. <Compile Include="Net\IServerManager.cs" />
  65. <Compile Include="Net\IWebSocketListener.cs" />
  66. <Compile Include="IApplicationHost.cs" />
  67. <Compile Include="Net\IHttpClient.cs" />
  68. <Compile Include="Net\IHttpServer.cs" />
  69. <Compile Include="Net\INetworkManager.cs" />
  70. <Compile Include="Net\IRestfulService.cs" />
  71. <Compile Include="Net\IUdpServer.cs" />
  72. <Compile Include="Net\IWebSocket.cs" />
  73. <Compile Include="Net\IWebSocketConnection.cs" />
  74. <Compile Include="Net\IWebSocketServer.cs" />
  75. <Compile Include="Net\MimeTypes.cs" />
  76. <Compile Include="Net\RouteInfo.cs" />
  77. <Compile Include="Net\UdpMessageReceivedEventArgs.cs" />
  78. <Compile Include="Net\WebSocketConnectEventArgs.cs" />
  79. <Compile Include="Net\WebSocketMessageType.cs" />
  80. <Compile Include="Net\WebSocketState.cs" />
  81. <Compile Include="Plugins\IPlugin.cs" />
  82. <Compile Include="Plugins\IUIPlugin.cs" />
  83. <Compile Include="Progress\ActionableProgress.cs" />
  84. <Compile Include="Properties\Resources.Designer.cs">
  85. <AutoGen>True</AutoGen>
  86. <DesignTime>True</DesignTime>
  87. <DependentUpon>Resources.resx</DependentUpon>
  88. </Compile>
  89. <Compile Include="ScheduledTasks\IScheduledTask.cs" />
  90. <Compile Include="ScheduledTasks\IScheduledTaskWorker.cs" />
  91. <Compile Include="ScheduledTasks\ITaskManager.cs" />
  92. <Compile Include="ScheduledTasks\ITaskTrigger.cs" />
  93. <Compile Include="ScheduledTasks\ScheduledTaskHelpers.cs" />
  94. <Compile Include="ScheduledTasks\StartupTrigger.cs" />
  95. <Compile Include="ScheduledTasks\SystemEventTrigger.cs" />
  96. <Compile Include="Plugins\BasePlugin.cs" />
  97. <Compile Include="Properties\AssemblyInfo.cs" />
  98. <Compile Include="ScheduledTasks\DailyTrigger.cs" />
  99. <Compile Include="ScheduledTasks\IntervalTrigger.cs" />
  100. <Compile Include="ScheduledTasks\TaskCompletionEventArgs.cs" />
  101. <Compile Include="ScheduledTasks\WeeklyTrigger.cs" />
  102. <Compile Include="Security\ISecurityManager.cs" />
  103. <Compile Include="Updates\IPackageManager.cs" />
  104. </ItemGroup>
  105. <ItemGroup>
  106. <None Include="app.config" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  110. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  111. <Name>MediaBrowser.Model</Name>
  112. </ProjectReference>
  113. </ItemGroup>
  114. <ItemGroup>
  115. <EmbeddedResource Include="Properties\Resources.resx">
  116. <Generator>ResXFileCodeGenerator</Generator>
  117. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  118. <SubType>Designer</SubType>
  119. </EmbeddedResource>
  120. </ItemGroup>
  121. <ItemGroup />
  122. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  123. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  124. <PropertyGroup>
  125. <PostBuildEvent>if $(ConfigurationName) == Release (
  126. xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i
  127. )</PostBuildEvent>
  128. </PropertyGroup>
  129. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  130. Other similar extension points exist, see Microsoft.Common.targets.
  131. <Target Name="BeforeBuild">
  132. </Target>
  133. <Target Name="AfterBuild">
  134. </Target>
  135. -->
  136. </Project>