MediaBrowser.ApiInteraction.Portable.csproj 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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. <MinimumVisualStudioVersion>10.0</MinimumVisualStudioVersion>
  6. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  7. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  8. <ProjectGuid>{52E0C440-85C0-4A99-ACFE-07C87B2600BE}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>MediaBrowser.ApiInteraction.Portable</RootNamespace>
  12. <AssemblyName>MediaBrowser.ApiInteraction.Portable</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <TargetFrameworkProfile>Profile104</TargetFrameworkProfile>
  15. <FileAlignment>512</FileAlignment>
  16. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  18. <RestorePackages>true</RestorePackages>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. </PropertyGroup>
  29. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  30. <DebugType>pdbonly</DebugType>
  31. <Optimize>true</Optimize>
  32. <OutputPath>bin\Release\</OutputPath>
  33. <DefineConstants>TRACE</DefineConstants>
  34. <ErrorReport>prompt</ErrorReport>
  35. <WarningLevel>4</WarningLevel>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Compile Include="..\MediaBrowser.ApiInteraction\AsyncHttpClient.cs">
  39. <Link>AsyncHttpClient.cs</Link>
  40. </Compile>
  41. <Compile Include="..\SharedVersion.cs">
  42. <Link>Properties\SharedVersion.cs</Link>
  43. </Compile>
  44. <Compile Include="DataSerializer.cs" />
  45. <Compile Include="Properties\AssemblyInfo.cs" />
  46. <Compile Include="..\MediaBrowser.ApiInteraction\BaseApiClient.cs">
  47. <Link>BaseApiClient.cs</Link>
  48. </Compile>
  49. <Compile Include="..\MediaBrowser.ApiInteraction\ApiClient.cs">
  50. <Link>ApiClient.cs</Link>
  51. </Compile>
  52. <Compile Include="..\MediaBrowser.ApiInteraction\IAsyncHttpClient.cs">
  53. <Link>IAsyncHttpClient.cs</Link>
  54. </Compile>
  55. <Compile Include="..\MediaBrowser.ApiInteraction\SerializationFormats.cs">
  56. <Link>SerializationFormats.cs</Link>
  57. </Compile>
  58. </ItemGroup>
  59. <ItemGroup>
  60. <Reference Include="Microsoft.Threading.Tasks">
  61. <HintPath>..\packages\Microsoft.Bcl.Async.1.0.14-rc\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.dll</HintPath>
  62. </Reference>
  63. <Reference Include="Microsoft.Threading.Tasks.Extensions">
  64. <HintPath>..\packages\Microsoft.Bcl.Async.1.0.14-rc\lib\portable-net40+sl4+win8+wp71\Microsoft.Threading.Tasks.Extensions.dll</HintPath>
  65. </Reference>
  66. <Reference Include="Newtonsoft.Json">
  67. <HintPath>..\packages\Newtonsoft.Json.4.5.11\lib\portable-net40+sl4+wp7+win8\Newtonsoft.Json.dll</HintPath>
  68. </Reference>
  69. <Reference Include="protobuf-net">
  70. <HintPath>..\packages\protobuf-net.2.0.0.621\lib\portable-sl4+net40+wp7+windows8\protobuf-net.dll</HintPath>
  71. </Reference>
  72. <Reference Include="System.Net.Http">
  73. <HintPath>..\packages\Microsoft.Net.Http.2.1.3-beta\lib\portable-net40+sl4+win8+wp71\System.Net.Http.dll</HintPath>
  74. </Reference>
  75. <Reference Include="System.Net.Http.Extensions">
  76. <HintPath>..\packages\Microsoft.Net.Http.2.1.3-beta\lib\portable-net40+sl4+win8+wp71\System.Net.Http.Extensions.dll</HintPath>
  77. </Reference>
  78. <Reference Include="System.Net.Http.Primitives">
  79. <HintPath>..\packages\Microsoft.Net.Http.2.1.3-beta\lib\portable-net40+sl4+win8+wp71\System.Net.Http.Primitives.dll</HintPath>
  80. </Reference>
  81. <Reference Include="System.Runtime">
  82. <HintPath>..\packages\Microsoft.Bcl.1.0.16-rc\lib\portable-net40+sl4+win8+wp71\System.Runtime.dll</HintPath>
  83. </Reference>
  84. <Reference Include="System.Threading.Tasks">
  85. <HintPath>..\packages\Microsoft.Bcl.1.0.16-rc\lib\portable-net40+sl4+win8+wp71\System.Threading.Tasks.dll</HintPath>
  86. </Reference>
  87. </ItemGroup>
  88. <ItemGroup>
  89. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  90. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  91. <Name>MediaBrowser.Model</Name>
  92. </ProjectReference>
  93. </ItemGroup>
  94. <ItemGroup>
  95. <None Include="app.config" />
  96. <None Include="packages.config" />
  97. </ItemGroup>
  98. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  99. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  100. <Import Project="..\packages\Microsoft.Bcl.Build.1.0.0-rc\tools\Microsoft.Bcl.Build.targets" />
  101. <PropertyGroup>
  102. <PostBuildEvent>xcopy "$(TargetPath)" "$(SolutionDir)\Nuget\dlls\" /y /d /r /i</PostBuildEvent>
  103. </PropertyGroup>
  104. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  105. Other similar extension points exist, see Microsoft.Common.targets.
  106. <Target Name="BeforeBuild">
  107. </Target>
  108. <Target Name="AfterBuild">
  109. </Target>
  110. -->
  111. </Project>