MediaBrowser.ApiInteraction.Portable.csproj 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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>{756B93D2-5FFA-4B8D-BDCA-127476F1E6FB}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.ApiInteraction.Portable</RootNamespace>
  11. <AssemblyName>MediaBrowser.ApiInteraction.Portable</AssemblyName>
  12. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  13. <TargetFrameworkProfile>Profile4</TargetFrameworkProfile>
  14. <FileAlignment>512</FileAlignment>
  15. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  16. </PropertyGroup>
  17. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  18. <DebugSymbols>true</DebugSymbols>
  19. <DebugType>full</DebugType>
  20. <Optimize>false</Optimize>
  21. <OutputPath>bin\Debug\</OutputPath>
  22. <DefineConstants>DEBUG;TRACE</DefineConstants>
  23. <ErrorReport>prompt</ErrorReport>
  24. <WarningLevel>4</WarningLevel>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. </PropertyGroup>
  34. <ItemGroup>
  35. <Compile Include="..\MediaBrowser.ApiInteraction\BaseApiClient.cs">
  36. <Link>BaseApiClient.cs</Link>
  37. </Compile>
  38. <Compile Include="..\MediaBrowser.ApiInteraction.Metro\DataSerializer.cs">
  39. <Link>DataSerializer.cs</Link>
  40. </Compile>
  41. <Compile Include="..\MediaBrowser.ApiInteraction\SerializationFormats.cs">
  42. <Link>SerializationFormats.cs</Link>
  43. </Compile>
  44. <Compile Include="ApiClient.cs" />
  45. <Compile Include="Properties\AssemblyInfo.cs" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Reference Include="Newtonsoft.Json">
  49. <HintPath>..\Json.Net\Portable\Newtonsoft.Json.dll</HintPath>
  50. </Reference>
  51. <Reference Include="protobuf-net">
  52. <HintPath>..\protobuf-net\Full\portable\protobuf-net.dll</HintPath>
  53. </Reference>
  54. </ItemGroup>
  55. <ItemGroup>
  56. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  57. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  58. <Name>MediaBrowser.Model</Name>
  59. </ProjectReference>
  60. </ItemGroup>
  61. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  62. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  63. Other similar extension points exist, see Microsoft.Common.targets.
  64. <Target Name="BeforeBuild">
  65. </Target>
  66. <Target Name="AfterBuild">
  67. </Target>
  68. -->
  69. </Project>