MediaBrowser.WebDashboard.csproj 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.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>{5624B7B5-B5A7-41D8-9F10-CC5611109619}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.WebDashboard</RootNamespace>
  11. <AssemblyName>MediaBrowser.WebDashboard</AssemblyName>
  12. <FileAlignment>512</FileAlignment>
  13. <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir>
  14. <ProductVersion>10.0.0</ProductVersion>
  15. <SchemaVersion>2.0</SchemaVersion>
  16. <ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  17. <TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
  18. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  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>none</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. <PropertyGroup>
  38. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  39. </PropertyGroup>
  40. <ItemGroup>
  41. <Compile Include="..\SharedVersion.cs">
  42. <Link>Properties\SharedVersion.cs</Link>
  43. </Compile>
  44. <Compile Include="Api\ConfigurationPageInfo.cs" />
  45. <Compile Include="Api\DashboardService.cs" />
  46. <Compile Include="Api\PackageCreator.cs" />
  47. <Compile Include="Properties\AssemblyInfo.cs" />
  48. <Compile Include="ServerEntryPoint.cs" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  52. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  53. <Name>MediaBrowser.Common</Name>
  54. </ProjectReference>
  55. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  56. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  57. <Name>MediaBrowser.Controller</Name>
  58. </ProjectReference>
  59. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  60. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  61. <Name>MediaBrowser.Model</Name>
  62. </ProjectReference>
  63. </ItemGroup>
  64. <ItemGroup>
  65. <None Include="dashboard-ui\**\*.*">
  66. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  67. </None>
  68. </ItemGroup>
  69. <ItemGroup>
  70. <None Include="packages.config" />
  71. </ItemGroup>
  72. <ItemGroup />
  73. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  74. <PropertyGroup>
  75. <PostBuildEvent>
  76. </PostBuildEvent>
  77. </PropertyGroup>
  78. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  79. Other similar extension points exist, see Microsoft.Common.targets.
  80. <Target Name="BeforeBuild">
  81. </Target>
  82. <Target Name="AfterBuild">
  83. </Target>
  84. -->
  85. </Project>