|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
<PropertyGroup>
|
|
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
|
|
<ProjectTypeGuids>{42C0BBD9-55CE-4FC1-8D90-A7348ABAFB23};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
<ProjectGuid>{C97B98FA-00D4-4880-88B8-C76017A418AB}</ProjectGuid>
|
|
|
|
<OutputType>Exe</OutputType>
|
|
|
|
<RootNamespace>MediaBrowser.Server.Mac</RootNamespace>
|
|
|
|
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
|
|
|
|
<AssemblyName>MediaBrowser.Server.Mac</AssemblyName>
|
|
|
|
<ApplicationIcon>..\MediaBrowser.WebDashboard\dashboard-ui\css\images\favicon.ico</ApplicationIcon>
|
|
|
|
<ReleaseVersion>
|
|
|
|
</ReleaseVersion>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
|
<DebugSymbols>true</DebugSymbols>
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
<Optimize>false</Optimize>
|
|
|
|
<OutputPath>bin\Debug</OutputPath>
|
|
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
<UseSGen>false</UseSGen>
|
|
|
|
<IncludeMonoRuntime>true</IncludeMonoRuntime>
|
|
|
|
<EnablePackageSigning>false</EnablePackageSigning>
|
|
|
|
<CodeSigningKey>Mac Developer</CodeSigningKey>
|
|
|
|
<EnableCodeSigning>false</EnableCodeSigning>
|
|
|
|
<CreatePackage>true</CreatePackage>
|
|
|
|
<PackageSigningKey>Developer ID Installer</PackageSigningKey>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
<OutputPath>bin\Release</OutputPath>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
<LinkMode>Full</LinkMode>
|
|
|
|
<UseSGen>false</UseSGen>
|
|
|
|
<IncludeMonoRuntime>true</IncludeMonoRuntime>
|
|
|
|
<EnablePackageSigning>false</EnablePackageSigning>
|
|
|
|
<CodeSigningKey>Developer ID Application</CodeSigningKey>
|
|
|
|
<EnableCodeSigning>false</EnableCodeSigning>
|
|
|
|
<CreatePackage>true</CreatePackage>
|
|
|
|
<PackageSigningKey>Developer ID Installer</PackageSigningKey>
|
|
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
|
|
|
|
<DebugType>full</DebugType>
|
|
|
|
<Optimize>true</Optimize>
|
|
|
|
<OutputPath>bin\AppStore</OutputPath>
|
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
<ConsolePause>false</ConsolePause>
|
|
|
|
<LinkMode>Full</LinkMode>
|
|
|
|
<UseSGen>false</UseSGen>
|
|
|
|
<IncludeMonoRuntime>true</IncludeMonoRuntime>
|
|
|
|
<PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
|
|
|
|
<CreatePackage>true</CreatePackage>
|
|
|
|
<CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
|
|
|
|
<EnableCodeSigning>false</EnableCodeSigning>
|
|
|
|
<EnablePackageSigning>false</EnablePackageSigning>
|
|
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System.Xml" />
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
<Reference Include="System.Xml.Linq" />
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
<Reference Include="XamMac" />
|
|
|
|
<Reference Include="Mono.Posix">
|
|
|
|
<HintPath>..\packages\Mono.Posix.4.0.0.0\lib\net40\Mono.Posix.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Folder Include="Resources\" />
|
|
|
|
<Folder Include="Native\" />
|
|
|
|
<Folder Include="Resources\swagger-ui\" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="AppDelegate.cs" />
|
|
|
|
<Compile Include="AppDelegate.designer.cs">
|
|
|
|
<DependentUpon>AppDelegate.cs</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="AppController.cs" />
|
|
|
|
<Compile Include="AppController.designer.cs">
|
|
|
|
<DependentUpon>AppController.cs</DependentUpon>
|
|
|
|
</Compile>
|
|
|
|
<Compile Include="Main.cs" />
|
|
|
|
<Compile Include="Native\NativeApp.cs" />
|
|
|
|
<Compile Include="Native\BaseMonoApp.cs" />
|
|
|
|
<Compile Include="Native\NetworkManager.cs" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<InterfaceDefinition Include="MainMenu.xib" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="Info.plist" />
|
|
|
|
<None Include="MediaBrowser.MediaInfo.dll.config">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Include="Imazen.WebP.dll.config">
|
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
</None>
|
|
|
|
<None Include="packages.config" />
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
|
|
<ItemGroup>
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Model\MediaBrowser.Model.csproj">
|
|
|
|
<Project>{7EEEB4BB-F3E8-48FC-B4C5-70F0FFF8329B}</Project>
|
|
|
|
<Name>MediaBrowser.Model</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Controller\MediaBrowser.Controller.csproj">
|
|
|
|
<Project>{17E1F4E6-8ABD-4FE5-9ECF-43D4B6087BA2}</Project>
|
|
|
|
<Name>MediaBrowser.Controller</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Server.Startup.Common\MediaBrowser.Server.Startup.Common.csproj">
|
|
|
|
<Project>{B90AB8F2-1BFF-4568-A3FD-2A338A435A75}</Project>
|
|
|
|
<Name>MediaBrowser.Server.Startup.Common</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Common\MediaBrowser.Common.csproj">
|
|
|
|
<Project>{9142EEFA-7570-41E1-BFCC-468BB571AF2F}</Project>
|
|
|
|
<Name>MediaBrowser.Common</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Common.Implementations\MediaBrowser.Common.Implementations.csproj">
|
|
|
|
<Project>{C4D2573A-3FD3-441F-81AF-174AC4CD4E1D}</Project>
|
|
|
|
<Name>MediaBrowser.Common.Implementations</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
<ProjectReference Include="..\MediaBrowser.Server.Implementations\MediaBrowser.Server.Implementations.csproj">
|
|
|
|
<Project>{2E781478-814D-4A48-9D80-BFF206441A65}</Project>
|
|
|
|
<Name>MediaBrowser.Server.Implementations</Name>
|
|
|
|
</ProjectReference>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Content Include="touchicon.png" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<NativeReference Include="..\ThirdParty\MediaInfo\osx\libmediainfo.dylib">
|
|
|
|
<IsCxx>False</IsCxx>
|
|
|
|
<Kind>Dynamic</Kind>
|
|
|
|
</NativeReference>
|
|
|
|
<NativeReference Include="..\ThirdParty\libwebp\osx\libwebp.5.dylib">
|
|
|
|
<IsCxx>False</IsCxx>
|
|
|
|
<Kind>Dynamic</Kind>
|
|
|
|
</NativeReference>
|
|
|
|
<NativeReference Include="..\ThirdParty\SQLite3\osx\libsqlite3.0.dylib">
|
|
|
|
<IsCxx>False</IsCxx>
|
|
|
|
<Kind>Dynamic</Kind>
|
|
|
|
</NativeReference>
|
|
|
|
<NativeReference Include="..\ThirdParty\SQLite3\osx\libsqlite3.dylib">
|
|
|
|
<IsCxx>False</IsCxx>
|
|
|
|
<Kind>Dynamic</Kind>
|
|
|
|
</NativeReference>
|
|
|
|
<NativeReference Include="..\ThirdParty\libgdiplus\osx\libgdiplus.dylib">
|
|
|
|
<IsCxx>False</IsCxx>
|
|
|
|
<Kind>Dynamic</Kind>
|
|
|
|
</NativeReference>
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\index.html">
|
|
|
|
<Link>Resources\swagger-ui\index.html</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\swagger-ui.js">
|
|
|
|
<Link>Resources\swagger-ui\swagger-ui.js</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\swagger-ui.min.js">
|
|
|
|
<Link>Resources\swagger-ui\swagger-ui.min.js</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\css\screen.css">
|
|
|
|
<Link>Resources\swagger-ui\css\screen.css</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\images\logo_small.png">
|
|
|
|
<Link>Resources\swagger-ui\images\logo_small.png</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\images\pet_store_api.png">
|
|
|
|
<Link>Resources\swagger-ui\images\pet_store_api.png</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\images\throbber.gif">
|
|
|
|
<Link>Resources\swagger-ui\images\throbber.gif</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\images\wordnik_api.png">
|
|
|
|
<Link>Resources\swagger-ui\images\wordnik_api.png</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\lib\backbone-min.js">
|
|
|
|
<Link>Resources\swagger-ui\lib\backbone-min.js</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\lib\handlebars-1.0.0.js">
|
|
|
|
<Link>Resources\swagger-ui\lib\handlebars-1.0.0.js</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\lib\highlight.7.3.pack.js">
|
|
|
|
<Link>Resources\swagger-ui\lib\highlight.7.3.pack.js</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery-1.8.0.min.js">
|
|
|
|
<Link>Resources\swagger-ui\lib\jquery-1.8.0.min.js</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery.ba-bbq.min.js">
|
|
|
|
<Link>Resources\swagger-ui\lib\jquery.ba-bbq.min.js</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery.slideto.min.js">
|
|
|
|
<Link>Resources\swagger-ui\lib\jquery.slideto.min.js</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\lib\jquery.wiggle.min.js">
|
|
|
|
<Link>Resources\swagger-ui\lib\jquery.wiggle.min.js</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\lib\shred.bundle.js">
|
|
|
|
<Link>Resources\swagger-ui\lib\shred.bundle.js</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\lib\swagger.js">
|
|
|
|
<Link>Resources\swagger-ui\lib\swagger.js</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\lib\underscore-min.js">
|
|
|
|
<Link>Resources\swagger-ui\lib\underscore-min.js</Link>
|
|
|
|
</BundleResource>
|
|
|
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\lib\shred\content.js">
|
|
|
|
<Link>Resources\swagger-ui\lib\shred\content.js</Link>
|
|
|
|
</BundleResource>
|
|
|
|
</ItemGroup>
|
|
|
|
</Project>
|