MediaBrowser.WebDashboard.csproj 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  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 Condition=" '$(Configuration)|$(Platform)' == 'Release Mono|AnyCPU' ">
  38. <DebugType>none</DebugType>
  39. <Optimize>true</Optimize>
  40. <OutputPath>bin\Release Mono\</OutputPath>
  41. <DefineConstants>TRACE</DefineConstants>
  42. <ErrorReport>prompt</ErrorReport>
  43. <WarningLevel>4</WarningLevel>
  44. </PropertyGroup>
  45. <PropertyGroup>
  46. <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
  47. </PropertyGroup>
  48. <ItemGroup>
  49. <Compile Include="..\SharedVersion.cs">
  50. <Link>Properties\SharedVersion.cs</Link>
  51. </Compile>
  52. <Compile Include="Api\ConfigurationPageInfo.cs" />
  53. <Compile Include="Api\DashboardService.cs" />
  54. <Compile Include="Api\PackageCreator.cs" />
  55. <Compile Include="Properties\AssemblyInfo.cs" />
  56. <Compile Include="ServerEntryPoint.cs" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  60. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  61. <Name>MediaBrowser.Common</Name>
  62. </ProjectReference>
  63. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  64. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  65. <Name>MediaBrowser.Controller</Name>
  66. </ProjectReference>
  67. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  68. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  69. <Name>MediaBrowser.Model</Name>
  70. </ProjectReference>
  71. </ItemGroup>
  72. <ItemGroup>
  73. <None Include="dashboard-ui\**\*.*">
  74. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  75. </None>
  76. </ItemGroup>
  77. <ItemGroup>
  78. <None Include="packages.config" />
  79. </ItemGroup>
  80. <ItemGroup />
  81. <Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
  82. <PropertyGroup>
  83. <PostBuildEvent>
  84. </PostBuildEvent>
  85. </PropertyGroup>
  86. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  87. Other similar extension points exist, see Microsoft.Common.targets.
  88. <Target Name="BeforeBuild">
  89. </Target>
  90. <Target Name="AfterBuild">
  91. </Target>
  92. -->
  93. </Project>