MediaBrowser.Common.csproj 5.9 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. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <FileAlignment>512</FileAlignment>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="PresentationCore" />
  35. <Reference Include="PresentationFramework" />
  36. <Reference Include="ServiceStack.Text, Version=3.9.5.0, Culture=neutral, processorArchitecture=MSIL">
  37. <SpecificVersion>False</SpecificVersion>
  38. <HintPath>..\packages\ServiceStack.Text.3.9.5\lib\net35\ServiceStack.Text.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.ComponentModel.Composition" />
  42. <Reference Include="System.Configuration" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Drawing" />
  45. <Reference Include="System.Reactive.Core">
  46. <HintPath>..\packages\Rx-Core.2.0.20814\lib\Net45\System.Reactive.Core.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System.Reactive.Interfaces">
  49. <HintPath>..\packages\Rx-Interfaces.2.0.20814\lib\Net45\System.Reactive.Interfaces.dll</HintPath>
  50. </Reference>
  51. <Reference Include="System.Reactive.Linq">
  52. <HintPath>..\packages\Rx-Linq.2.0.20814\lib\Net45\System.Reactive.Linq.dll</HintPath>
  53. </Reference>
  54. <Reference Include="System.Runtime.Remoting" />
  55. <Reference Include="System.Xaml" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Xml" />
  61. <Reference Include="WindowsBase" />
  62. </ItemGroup>
  63. <ItemGroup>
  64. <Compile Include="Configuration\BaseApplicationConfiguration.cs" />
  65. <Compile Include="Configuration\BaseApplicationPaths.cs" />
  66. <Compile Include="Drawing\DrawingUtils.cs" />
  67. <Compile Include="Events\GenericItemEventArgs.cs" />
  68. <Compile Include="Net\Handlers\StaticFileHandler.cs" />
  69. <Compile Include="Net\MimeTypes.cs" />
  70. <Compile Include="Properties\Resources.Designer.cs">
  71. <AutoGen>True</AutoGen>
  72. <DesignTime>True</DesignTime>
  73. <DependentUpon>Resources.resx</DependentUpon>
  74. </Compile>
  75. <Compile Include="Serialization\JsonSerializer.cs" />
  76. <Compile Include="Kernel\BaseKernel.cs" />
  77. <Compile Include="Kernel\KernelContext.cs" />
  78. <Compile Include="Logging\BaseLogger.cs" />
  79. <Compile Include="Logging\Logger.cs" />
  80. <Compile Include="Logging\LogRow.cs" />
  81. <Compile Include="Logging\LogSeverity.cs" />
  82. <Compile Include="Logging\StreamLogger.cs" />
  83. <Compile Include="Net\CollectionExtensions.cs" />
  84. <Compile Include="Net\Handlers\BaseEmbeddedResourceHandler.cs" />
  85. <Compile Include="Net\Handlers\BaseHandler.cs" />
  86. <Compile Include="Net\Handlers\BaseJsonHandler.cs" />
  87. <Compile Include="Net\HttpServer.cs" />
  88. <Compile Include="Net\Request.cs" />
  89. <Compile Include="Plugins\BasePlugin.cs" />
  90. <Compile Include="Properties\AssemblyInfo.cs" />
  91. <Compile Include="Serialization\XmlSerializer.cs" />
  92. <Compile Include="UI\BaseApplication.cs" />
  93. <Compile Include="UI\Splash.xaml.cs">
  94. <DependentUpon>Splash.xaml</DependentUpon>
  95. </Compile>
  96. <Compile Include="UI\SingleInstance.cs" />
  97. </ItemGroup>
  98. <ItemGroup>
  99. <None Include="packages.config" />
  100. </ItemGroup>
  101. <ItemGroup>
  102. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  103. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  104. <Name>MediaBrowser.Model</Name>
  105. </ProjectReference>
  106. </ItemGroup>
  107. <ItemGroup>
  108. <Page Include="UI\Splash.xaml">
  109. <SubType>Designer</SubType>
  110. <Generator>MSBuild:Compile</Generator>
  111. </Page>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <EmbeddedResource Include="Properties\Resources.resx">
  115. <Generator>ResXFileCodeGenerator</Generator>
  116. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  117. </EmbeddedResource>
  118. </ItemGroup>
  119. <ItemGroup>
  120. <Resource Include="Resources\mblogo1000.png" />
  121. </ItemGroup>
  122. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  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>