MediaBrowser.Common.csproj 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  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.5.0, Culture=neutral, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\packages\ServiceStack.Text.3.9.5\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\ThreadedLogger.cs" />
  87. <Compile Include="Logging\TraceLogger.cs" />
  88. <Compile Include="Net\Handlers\StaticFileHandler.cs" />
  89. <Compile Include="Net\MimeTypes.cs" />
  90. <Compile Include="Properties\Resources.Designer.cs">
  91. <AutoGen>True</AutoGen>
  92. <DesignTime>True</DesignTime>
  93. <DependentUpon>Resources.resx</DependentUpon>
  94. </Compile>
  95. <Compile Include="Serialization\JsonSerializer.cs" />
  96. <Compile Include="Kernel\BaseKernel.cs" />
  97. <Compile Include="Kernel\KernelContext.cs" />
  98. <Compile Include="Logging\BaseLogger.cs" />
  99. <Compile Include="Logging\Logger.cs" />
  100. <Compile Include="Logging\LogRow.cs" />
  101. <Compile Include="Logging\LogSeverity.cs" />
  102. <Compile Include="Logging\StreamLogger.cs" />
  103. <Compile Include="Net\Handlers\BaseEmbeddedResourceHandler.cs" />
  104. <Compile Include="Net\Handlers\BaseHandler.cs" />
  105. <Compile Include="Net\Handlers\BaseSerializationHandler.cs" />
  106. <Compile Include="Net\HttpServer.cs" />
  107. <Compile Include="Net\Request.cs" />
  108. <Compile Include="Plugins\BasePlugin.cs" />
  109. <Compile Include="Properties\AssemblyInfo.cs" />
  110. <Compile Include="Serialization\JsvSerializer.cs" />
  111. <Compile Include="Serialization\ProtobufSerializer.cs" />
  112. <Compile Include="Serialization\XmlSerializer.cs" />
  113. <Compile Include="UI\BaseApplication.cs" />
  114. <Compile Include="UI\Splash.xaml.cs">
  115. <DependentUpon>Splash.xaml</DependentUpon>
  116. </Compile>
  117. <Compile Include="UI\SingleInstance.cs" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <None Include="app.config" />
  121. <None Include="packages.config" />
  122. </ItemGroup>
  123. <ItemGroup>
  124. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  125. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  126. <Name>MediaBrowser.Model</Name>
  127. </ProjectReference>
  128. </ItemGroup>
  129. <ItemGroup>
  130. <Page Include="UI\Splash.xaml">
  131. <SubType>Designer</SubType>
  132. <Generator>MSBuild:Compile</Generator>
  133. </Page>
  134. </ItemGroup>
  135. <ItemGroup>
  136. <EmbeddedResource Include="Properties\Resources.resx">
  137. <Generator>ResXFileCodeGenerator</Generator>
  138. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  139. <SubType>Designer</SubType>
  140. </EmbeddedResource>
  141. </ItemGroup>
  142. <ItemGroup>
  143. <Resource Include="Resources\Images\mblogoblack.png" />
  144. </ItemGroup>
  145. <ItemGroup>
  146. <Resource Include="Resources\Images\Icon.ico" />
  147. </ItemGroup>
  148. <ItemGroup>
  149. <Resource Include="Resources\Images\mblogowhite.png" />
  150. </ItemGroup>
  151. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  152. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  153. Other similar extension points exist, see Microsoft.Common.targets.
  154. <Target Name="BeforeBuild">
  155. </Target>
  156. <Target Name="AfterBuild">
  157. </Target>
  158. -->
  159. </Project>