MediaBrowser.Common.csproj 7.4 KB

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