MediaBrowser.Plugins.DefaultTheme.csproj 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  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>{6E892999-711D-4E24-8BAC-DACF5BFA783A}</ProjectGuid>
  8. <OutputType>library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>MediaBrowser.Plugins.DefaultTheme</RootNamespace>
  11. <AssemblyName>MediaBrowser.Plugins.DefaultTheme</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  15. <WarningLevel>4</WarningLevel>
  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. <Reference Include="System" />
  36. <Reference Include="System.ComponentModel.Composition" />
  37. <Reference Include="System.Data" />
  38. <Reference Include="System.Xml" />
  39. <Reference Include="Microsoft.CSharp" />
  40. <Reference Include="System.Core" />
  41. <Reference Include="System.Xml.Linq" />
  42. <Reference Include="System.Data.DataSetExtensions" />
  43. <Reference Include="System.Xaml">
  44. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  45. </Reference>
  46. <Reference Include="WindowsBase" />
  47. <Reference Include="PresentationCore" />
  48. <Reference Include="PresentationFramework" />
  49. </ItemGroup>
  50. <ItemGroup>
  51. <Compile Include="Plugin.cs" />
  52. <Compile Include="Properties\AssemblyInfo.cs">
  53. <SubType>Code</SubType>
  54. </Compile>
  55. <Compile Include="Properties\Resources.Designer.cs">
  56. <AutoGen>True</AutoGen>
  57. <DesignTime>True</DesignTime>
  58. <DependentUpon>Resources.resx</DependentUpon>
  59. </Compile>
  60. <Compile Include="Properties\Settings.Designer.cs">
  61. <AutoGen>True</AutoGen>
  62. <DependentUpon>Settings.settings</DependentUpon>
  63. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  64. </Compile>
  65. <EmbeddedResource Include="Properties\Resources.resx">
  66. <Generator>ResXFileCodeGenerator</Generator>
  67. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  68. </EmbeddedResource>
  69. <None Include="Properties\Settings.settings">
  70. <Generator>SettingsSingleFileGenerator</Generator>
  71. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  72. </None>
  73. <AppDesigner Include="Properties\" />
  74. </ItemGroup>
  75. <ItemGroup>
  76. <ProjectReference Include="..\..\MediaBrowserServer\MediaBrowser.Common\MediaBrowser.Common.csproj">
  77. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  78. <Name>MediaBrowser.Common</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\..\MediaBrowserServer\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  81. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  82. <Name>MediaBrowser.Controller</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\MediaBrowserServer\MediaBrowser.Model\MediaBrowser.Model.csproj">
  85. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  86. <Name>MediaBrowser.Model</Name>
  87. </ProjectReference>
  88. <ProjectReference Include="..\..\MediaBrowserUI\MediaBrowser.UI\MediaBrowser.UI.csproj">
  89. <Project>{b5ece1fb-618e-420b-9a99-8e972d76920a}</Project>
  90. <Name>MediaBrowser.UI</Name>
  91. </ProjectReference>
  92. </ItemGroup>
  93. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  94. <PropertyGroup>
  95. <PostBuildEvent>xcopy "$(TargetPath)" "$(SolutionDir)\ProgramData\Plugins\" /y</PostBuildEvent>
  96. </PropertyGroup>
  97. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  98. Other similar extension points exist, see Microsoft.Common.targets.
  99. <Target Name="BeforeBuild">
  100. </Target>
  101. <Target Name="AfterBuild">
  102. </Target>
  103. -->
  104. </Project>