MediaBrowser.Plugins.DefaultTheme.csproj 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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. <PropertyGroup>
  35. <RunPostBuildEvent>Always</RunPostBuildEvent>
  36. </PropertyGroup>
  37. <ItemGroup>
  38. <Reference Include="System" />
  39. <Reference Include="System.ComponentModel.Composition" />
  40. <Reference Include="System.Data" />
  41. <Reference Include="System.Xml" />
  42. <Reference Include="Microsoft.CSharp" />
  43. <Reference Include="System.Core" />
  44. <Reference Include="System.Xml.Linq" />
  45. <Reference Include="System.Data.DataSetExtensions" />
  46. <Reference Include="System.Xaml">
  47. <RequiredTargetFramework>4.0</RequiredTargetFramework>
  48. </Reference>
  49. <Reference Include="WindowsBase" />
  50. <Reference Include="PresentationCore" />
  51. <Reference Include="PresentationFramework" />
  52. </ItemGroup>
  53. <ItemGroup>
  54. <Compile Include="Pages\LoginPage.xaml.cs">
  55. <DependentUpon>LoginPage.xaml</DependentUpon>
  56. </Compile>
  57. <Compile Include="Resources\AppResources.cs" />
  58. <Compile Include="Converters\TileBackgroundConverter.cs" />
  59. <Compile Include="Converters\WeatherImageConverter.cs" />
  60. <Compile Include="Plugin.cs" />
  61. <Compile Include="Properties\AssemblyInfo.cs">
  62. <SubType>Code</SubType>
  63. </Compile>
  64. <Compile Include="Properties\Resources.Designer.cs">
  65. <AutoGen>True</AutoGen>
  66. <DesignTime>True</DesignTime>
  67. <DependentUpon>Resources.resx</DependentUpon>
  68. </Compile>
  69. <Compile Include="Properties\Settings.Designer.cs">
  70. <AutoGen>True</AutoGen>
  71. <DependentUpon>Settings.settings</DependentUpon>
  72. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  73. </Compile>
  74. <EmbeddedResource Include="Properties\Resources.resx">
  75. <Generator>ResXFileCodeGenerator</Generator>
  76. <LastGenOutput>Resources.Designer.cs</LastGenOutput>
  77. </EmbeddedResource>
  78. <None Include="Properties\Settings.settings">
  79. <Generator>SettingsSingleFileGenerator</Generator>
  80. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  81. </None>
  82. <AppDesigner Include="Properties\" />
  83. </ItemGroup>
  84. <ItemGroup>
  85. <ProjectReference Include="..\..\MediaBrowserServer\MediaBrowser.Common\MediaBrowser.Common.csproj">
  86. <Project>{9142eefa-7570-41e1-bfcc-468bb571af2f}</Project>
  87. <Name>MediaBrowser.Common</Name>
  88. </ProjectReference>
  89. <ProjectReference Include="..\..\MediaBrowserServer\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  90. <Project>{17e1f4e6-8abd-4fe5-9ecf-43d4b6087ba2}</Project>
  91. <Name>MediaBrowser.Controller</Name>
  92. </ProjectReference>
  93. <ProjectReference Include="..\..\MediaBrowserServer\MediaBrowser.Model\MediaBrowser.Model.csproj">
  94. <Project>{7eeeb4bb-f3e8-48fc-b4c5-70f0fff8329b}</Project>
  95. <Name>MediaBrowser.Model</Name>
  96. </ProjectReference>
  97. <ProjectReference Include="..\..\MediaBrowserUI\MediaBrowser.UI\MediaBrowser.UI.csproj">
  98. <Project>{b5ece1fb-618e-420b-9a99-8e972d76920a}</Project>
  99. <Name>MediaBrowser.UI</Name>
  100. </ProjectReference>
  101. </ItemGroup>
  102. <ItemGroup>
  103. <Page Include="Pages\LoginPage.xaml">
  104. <SubType>Designer</SubType>
  105. <Generator>MSBuild:Compile</Generator>
  106. </Page>
  107. <Page Include="Resources\AppResources.xaml">
  108. <SubType>Designer</SubType>
  109. <Generator>MSBuild:Compile</Generator>
  110. </Page>
  111. </ItemGroup>
  112. <ItemGroup>
  113. <Resource Include="Resources\Images\CurrentUserDefault.png" />
  114. <Resource Include="Resources\Images\UserLoginDefault.png" />
  115. <Resource Include="Resources\Images\Weather\Overcast.png" />
  116. <Resource Include="Resources\Images\Weather\Rain.png" />
  117. <Resource Include="Resources\Images\Weather\Snow.png" />
  118. <Resource Include="Resources\Images\Weather\Sunny.png" />
  119. <Resource Include="Resources\Images\Weather\Thunder.png" />
  120. </ItemGroup>
  121. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  122. <PropertyGroup>
  123. <PostBuildEvent>xcopy "$(TargetPath)" "$(SolutionDir)\ProgramData-Server\Plugins\" /y</PostBuildEvent>
  124. </PropertyGroup>
  125. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  126. Other similar extension points exist, see Microsoft.Common.targets.
  127. <Target Name="BeforeBuild">
  128. </Target>
  129. <Target Name="AfterBuild">
  130. </Target>
  131. -->
  132. </Project>