MediaBrowser.Common.csproj 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154
  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. <PropertyGroup>
  34. <ApplicationIcon>Resources\Images\Icon.ico</ApplicationIcon>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="MahApps.Metro">
  38. <HintPath>..\packages\MahApps.Metro.0.9.0.0\lib\net40\MahApps.Metro.dll</HintPath>
  39. </Reference>
  40. <Reference Include="PresentationCore" />
  41. <Reference Include="PresentationFramework" />
  42. <Reference Include="protobuf-net, Version=2.0.0.580, Culture=neutral, PublicKeyToken=257b51d87d2e4d67, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\packages\protobuf-net.2.0.0.580\lib\net40\protobuf-net.dll</HintPath>
  45. </Reference>
  46. <Reference Include="ServiceStack.Text, Version=3.9.5.0, Culture=neutral, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\packages\ServiceStack.Text.3.9.5\lib\net35\ServiceStack.Text.dll</HintPath>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.ComponentModel.Composition" />
  52. <Reference Include="System.Configuration" />
  53. <Reference Include="System.Core" />
  54. <Reference Include="System.Drawing" />
  55. <Reference Include="System.Reactive.Core, Version=2.0.20823.0, Culture=neutral, PublicKeyToken=f300afd708cefcd3, processorArchitecture=MSIL">
  56. <SpecificVersion>False</SpecificVersion>
  57. <HintPath>..\packages\Rx-Core.2.0.20823\lib\Net45\System.Reactive.Core.dll</HintPath>
  58. </Reference>
  59. <Reference Include="System.Reactive.Interfaces, Version=2.0.20823.0, Culture=neutral, PublicKeyToken=f300afd708cefcd3, processorArchitecture=MSIL">
  60. <SpecificVersion>False</SpecificVersion>
  61. <HintPath>..\packages\Rx-Interfaces.2.0.20823\lib\Net45\System.Reactive.Interfaces.dll</HintPath>
  62. </Reference>
  63. <Reference Include="System.Reactive.Linq, Version=2.0.20823.0, Culture=neutral, PublicKeyToken=f300afd708cefcd3, processorArchitecture=MSIL">
  64. <SpecificVersion>False</SpecificVersion>
  65. <HintPath>..\packages\Rx-Linq.2.0.20823\lib\Net45\System.Reactive.Linq.dll</HintPath>
  66. </Reference>
  67. <Reference Include="System.Runtime.Remoting" />
  68. <Reference Include="System.Windows.Interactivity">
  69. <HintPath>..\packages\MahApps.Metro.0.9.0.0\lib\net40\System.Windows.Interactivity.dll</HintPath>
  70. </Reference>
  71. <Reference Include="System.Xaml" />
  72. <Reference Include="System.Xml.Linq" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="Microsoft.CSharp" />
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Xml" />
  77. <Reference Include="WindowsBase" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="Kernel\BaseApplicationPaths.cs" />
  81. <Compile Include="Drawing\DrawingUtils.cs" />
  82. <Compile Include="Net\Handlers\StaticFileHandler.cs" />
  83. <Compile Include="Net\MimeTypes.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="Serialization\JsonSerializer.cs" />
  90. <Compile Include="Kernel\BaseKernel.cs" />
  91. <Compile Include="Kernel\KernelContext.cs" />
  92. <Compile Include="Logging\BaseLogger.cs" />
  93. <Compile Include="Logging\Logger.cs" />
  94. <Compile Include="Logging\LogRow.cs" />
  95. <Compile Include="Logging\LogSeverity.cs" />
  96. <Compile Include="Logging\StreamLogger.cs" />
  97. <Compile Include="Net\CollectionExtensions.cs" />
  98. <Compile Include="Net\Handlers\BaseEmbeddedResourceHandler.cs" />
  99. <Compile Include="Net\Handlers\BaseHandler.cs" />
  100. <Compile Include="Net\Handlers\BaseSerializationHandler.cs" />
  101. <Compile Include="Net\HttpServer.cs" />
  102. <Compile Include="Net\Request.cs" />
  103. <Compile Include="Plugins\BasePlugin.cs" />
  104. <Compile Include="Properties\AssemblyInfo.cs" />
  105. <Compile Include="Serialization\JsvSerializer.cs" />
  106. <Compile Include="Serialization\ProtobufSerializer.cs" />
  107. <Compile Include="Serialization\XmlSerializer.cs" />
  108. <Compile Include="UI\BaseApplication.cs" />
  109. <Compile Include="UI\Splash.xaml.cs">
  110. <DependentUpon>Splash.xaml</DependentUpon>
  111. </Compile>
  112. <Compile Include="UI\SingleInstance.cs" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="app.config" />
  116. <None Include="packages.config" />
  117. </ItemGroup>
  118. <ItemGroup>
  119. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  120. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  121. <Name>MediaBrowser.Model</Name>
  122. </ProjectReference>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <Page Include="UI\Splash.xaml">
  126. <SubType>Designer</SubType>
  127. <Generator>MSBuild:Compile</Generator>
  128. </Page>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <EmbeddedResource Include="Properties\Resources.resx">
  132. <Generator>ResXFileCodeGenerator</Generator>
  133. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  134. <SubType>Designer</SubType>
  135. </EmbeddedResource>
  136. </ItemGroup>
  137. <ItemGroup>
  138. <Resource Include="Resources\Images\mblogoblack.png" />
  139. </ItemGroup>
  140. <ItemGroup>
  141. <Resource Include="Resources\Images\Icon.ico" />
  142. </ItemGroup>
  143. <ItemGroup>
  144. <Resource Include="Resources\Images\mblogowhite.png" />
  145. </ItemGroup>
  146. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  147. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  148. Other similar extension points exist, see Microsoft.Common.targets.
  149. <Target Name="BeforeBuild">
  150. </Target>
  151. <Target Name="AfterBuild">
  152. </Target>
  153. -->
  154. </Project>