MediaBrowser.Server.Mono.csproj 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
  6. <ProductVersion>10.0.0</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{A7FE75CD-3CB4-4E71-A5BF-5347721EC8E0}</ProjectGuid>
  9. <OutputType>WinExe</OutputType>
  10. <RootNamespace>MediaBrowser.Server.Mono</RootNamespace>
  11. <AssemblyName>MediaBrowser.Server.Mono</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <StartupObject>MediaBrowser.Server.Mono.MainClass</StartupObject>
  14. <ApplicationIcon>..\MediaBrowser.ServerApplication\Resources\Images\Icon.ico</ApplicationIcon>
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug</OutputPath>
  21. <DefineConstants>DEBUG;</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. <PlatformTarget>x86</PlatformTarget>
  25. <ConsolePause>false</ConsolePause>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
  28. <DebugType>full</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release</OutputPath>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <PlatformTarget>x86</PlatformTarget>
  34. <ConsolePause>false</ConsolePause>
  35. </PropertyGroup>
  36. <ItemGroup>
  37. <Reference Include="System" />
  38. <Reference Include="Mono.Posix, Version=2.0.0.0, Culture=neutral, PublicKeyToken=0738eb9f132ed756" />
  39. <Reference Include="gtk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  40. <Reference Include="gdk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  41. <Reference Include="glib-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  42. <Reference Include="glade-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  43. <Reference Include="pango-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  44. <Reference Include="atk-sharp, Version=2.12.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
  45. <Reference Include="System.Windows.Forms" />
  46. <Reference Include="System.Net.Http" />
  47. <Reference Include="System.Data" />
  48. <Reference Include="ServiceStack.Common">
  49. <HintPath>..\packages\ServiceStack.Common.3.9.62\lib\net35\ServiceStack.Common.dll</HintPath>
  50. </Reference>
  51. <Reference Include="ServiceStack.Interfaces">
  52. <HintPath>..\packages\ServiceStack.Common.3.9.62\lib\net35\ServiceStack.Interfaces.dll</HintPath>
  53. </Reference>
  54. </ItemGroup>
  55. <ItemGroup>
  56. <EmbeddedResource Include="gtk-gui\gui.stetic">
  57. <LogicalName>gui.stetic</LogicalName>
  58. </EmbeddedResource>
  59. </ItemGroup>
  60. <ItemGroup>
  61. <Compile Include="..\SharedVersion.cs">
  62. <Link>Properties\SharedVersion.cs</Link>
  63. </Compile>
  64. <Compile Include="gtk-gui\generated.cs" />
  65. <Compile Include="MainWindow.cs" />
  66. <Compile Include="gtk-gui\MainWindow.cs" />
  67. <Compile Include="Program.cs" />
  68. <Compile Include="Properties\AssemblyInfo.cs" />
  69. <Compile Include="..\MediaBrowser.ServerApplication\EntryPoints\StartupWizard.cs">
  70. <Link>EntryPoints\StartupWizard.cs</Link>
  71. </Compile>
  72. <Compile Include="..\MediaBrowser.ServerApplication\Native\BrowserLauncher.cs">
  73. <Link>Native\BrowserLauncher.cs</Link>
  74. </Compile>
  75. <Compile Include="Native\Autorun.cs" />
  76. <Compile Include="Native\ServerAuthorization.cs" />
  77. <Compile Include="FFMpeg\FFMpegDownloader.cs" />
  78. <Compile Include="..\MediaBrowser.ServerApplication\FFMpeg\FFMpegInfo.cs">
  79. <Link>FFMpeg\FFMpegInfo.cs</Link>
  80. </Compile>
  81. <Compile Include="..\MediaBrowser.ServerApplication\ApplicationHost.cs">
  82. <Link>ApplicationHost.cs</Link>
  83. </Compile>
  84. <Compile Include="Native\HttpMessageHandlerFactory.cs" />
  85. <Compile Include="Native\Assemblies.cs" />
  86. <Compile Include="Native\NativeApp.cs" />
  87. </ItemGroup>
  88. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  89. <ItemGroup>
  90. <ProjectReference Include="..\MediaBrowser.WebDashboard\MediaBrowser.WebDashboard.csproj">
  91. <Project>{5624B7B5-B5A7-41D8-9F10-CC5611109619}</Project>
  92. <Name>MediaBrowser.WebDashboard</Name>
  93. </ProjectReference>
  94. <ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
  95. <Project>{2E781478-814D-4A48-9D80-BFF206441A65}</Project>
  96. <Name>MediaBrowser.Server.Implementations</Name>
  97. </ProjectReference>
  98. <ProjectReference Include="..\MediaBrowser.Providers\MediaBrowser.Providers.csproj">
  99. <Project>{442B5058-DCAF-4263-BB6A-F21E31120A1B}</Project>
  100. <Name>MediaBrowser.Providers</Name>
  101. </ProjectReference>
  102. <ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
  103. <Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
  104. <Name>MediaBrowser.Model</Name>
  105. </ProjectReference>
  106. <ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
  107. <Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
  108. <Name>MediaBrowser.Controller</Name>
  109. </ProjectReference>
  110. <ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
  111. <Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
  112. <Name>MediaBrowser.Common.Implementations</Name>
  113. </ProjectReference>
  114. <ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
  115. <Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
  116. <Name>MediaBrowser.Common</Name>
  117. </ProjectReference>
  118. <ProjectReference Include="..\MediaBrowser.Api\MediaBrowser.Api.csproj">
  119. <Project>{4FD51AC5-2C16-4308-A993-C3A84F3B4582}</Project>
  120. <Name>MediaBrowser.Api</Name>
  121. </ProjectReference>
  122. </ItemGroup>
  123. <ItemGroup>
  124. <Folder Include="EntryPoints\" />
  125. <Folder Include="Native\" />
  126. <Folder Include="FFMpeg\" />
  127. </ItemGroup>
  128. <ItemGroup>
  129. <None Include="app.config" />
  130. <None Include="tray.png">
  131. <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
  132. </None>
  133. </ItemGroup>
  134. </Project>