MediaBrowser.ApiInteraction.Javascript.csproj 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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>{767B536E-D90C-4D74-A14B-8564B16F3499}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.ApiInteraction.Javascript</RootNamespace>
  11. <AssemblyName>MediaBrowser.ApiInteraction.Javascript</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  15. <RestorePackages>true</RestorePackages>
  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. <PropertyGroup>
  35. <RunPostBuildEvent>Always</RunPostBuildEvent>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="ServiceStack, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
  39. <SpecificVersion>False</SpecificVersion>
  40. <HintPath>..\packages\ServiceStack.3.9.37\lib\net35\ServiceStack.dll</HintPath>
  41. </Reference>
  42. <Reference Include="ServiceStack.Common, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
  43. <SpecificVersion>False</SpecificVersion>
  44. <HintPath>..\packages\ServiceStack.Common.3.9.37\lib\net35\ServiceStack.Common.dll</HintPath>
  45. </Reference>
  46. <Reference Include="ServiceStack.Interfaces, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
  47. <SpecificVersion>False</SpecificVersion>
  48. <HintPath>..\packages\ServiceStack.Common.3.9.37\lib\net35\ServiceStack.Interfaces.dll</HintPath>
  49. </Reference>
  50. <Reference Include="ServiceStack.OrmLite, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
  51. <SpecificVersion>False</SpecificVersion>
  52. <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.37\lib\ServiceStack.OrmLite.dll</HintPath>
  53. </Reference>
  54. <Reference Include="ServiceStack.OrmLite.SqlServer, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  55. <SpecificVersion>False</SpecificVersion>
  56. <HintPath>..\packages\ServiceStack.OrmLite.SqlServer.3.9.37\lib\ServiceStack.OrmLite.SqlServer.dll</HintPath>
  57. </Reference>
  58. <Reference Include="ServiceStack.Redis, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
  59. <SpecificVersion>False</SpecificVersion>
  60. <HintPath>..\packages\ServiceStack.Redis.3.9.37\lib\net35\ServiceStack.Redis.dll</HintPath>
  61. </Reference>
  62. <Reference Include="ServiceStack.ServiceInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  63. <SpecificVersion>False</SpecificVersion>
  64. <HintPath>..\packages\ServiceStack.3.9.37\lib\net35\ServiceStack.ServiceInterface.dll</HintPath>
  65. </Reference>
  66. <Reference Include="ServiceStack.Text, Version=3.9.37.0, Culture=neutral, processorArchitecture=MSIL">
  67. <SpecificVersion>False</SpecificVersion>
  68. <HintPath>..\packages\ServiceStack.Text.3.9.37\lib\net35\ServiceStack.Text.dll</HintPath>
  69. </Reference>
  70. <Reference Include="System" />
  71. <Reference Include="System.ComponentModel.Composition" />
  72. <Reference Include="System.Core" />
  73. <Reference Include="System.Xml.Linq" />
  74. <Reference Include="System.Data.DataSetExtensions" />
  75. <Reference Include="Microsoft.CSharp" />
  76. <Reference Include="System.Data" />
  77. <Reference Include="System.Xml" />
  78. </ItemGroup>
  79. <ItemGroup>
  80. <Compile Include="JavascriptApiClientService.cs" />
  81. <Compile Include="Properties\AssemblyInfo.cs" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  85. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  86. <Name>MediaBrowser.Common</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  89. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  90. <Name>MediaBrowser.Controller</Name>
  91. </ProjectReference>
  92. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  93. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  94. <Name>MediaBrowser.Model</Name>
  95. </ProjectReference>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <EmbeddedResource Include="ApiClient.js" />
  99. </ItemGroup>
  100. <ItemGroup>
  101. <None Include="packages.config" />
  102. </ItemGroup>
  103. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  104. <PropertyGroup>
  105. <PostBuildEvent>xcopy "$(TargetPath)" "$(SolutionDir)\MediaBrowser.ServerApplication\CorePlugins\" /y</PostBuildEvent>
  106. </PropertyGroup>
  107. <Import Project="$(SolutionDir)\.nuget\nuget.targets" />
  108. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  109. Other similar extension points exist, see Microsoft.Common.targets.
  110. <Target Name="BeforeBuild">
  111. </Target>
  112. <Target Name="AfterBuild">
  113. </Target>
  114. -->
  115. </Project>