update mac project
This commit is contained in:
parent
935de313d5
commit
ad6e7485b2
|
@ -33,6 +33,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MediaBrowser.XbmcMetadata",
|
||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSubtitlesHandler", "OpenSubtitlesHandler\OpenSubtitlesHandler.csproj", "{4A4402D4-E910-443B-B8FC-2C18286A2CA0}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OpenSubtitlesHandler", "OpenSubtitlesHandler\OpenSubtitlesHandler.csproj", "{4A4402D4-E910-443B-B8FC-2C18286A2CA0}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Emby.Drawing", "Emby.Drawing\Emby.Drawing.csproj", "{08FFF49B-F175-4807-A2B5-73B0EBD9F716}"
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
@ -44,6 +46,20 @@ Global
|
||||||
Release Mono|x86 = Release Mono|x86
|
Release Mono|x86 = Release Mono|x86
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
GlobalSection(ProjectConfigurationPlatforms) = postSolution
|
||||||
|
{08FFF49B-F175-4807-A2B5-73B0EBD9F716}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{08FFF49B-F175-4807-A2B5-73B0EBD9F716}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{08FFF49B-F175-4807-A2B5-73B0EBD9F716}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{08FFF49B-F175-4807-A2B5-73B0EBD9F716}.Debug|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{08FFF49B-F175-4807-A2B5-73B0EBD9F716}.Debug|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{08FFF49B-F175-4807-A2B5-73B0EBD9F716}.Debug|x86.Build.0 = Debug|Any CPU
|
||||||
|
{08FFF49B-F175-4807-A2B5-73B0EBD9F716}.Release Mono|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
{08FFF49B-F175-4807-A2B5-73B0EBD9F716}.Release Mono|Any CPU.Build.0 = Debug|Any CPU
|
||||||
|
{08FFF49B-F175-4807-A2B5-73B0EBD9F716}.Release Mono|x86.ActiveCfg = Debug|Any CPU
|
||||||
|
{08FFF49B-F175-4807-A2B5-73B0EBD9F716}.Release Mono|x86.Build.0 = Debug|Any CPU
|
||||||
|
{08FFF49B-F175-4807-A2B5-73B0EBD9F716}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
|
{08FFF49B-F175-4807-A2B5-73B0EBD9F716}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
|
{08FFF49B-F175-4807-A2B5-73B0EBD9F716}.Release|x86.ActiveCfg = Release|Any CPU
|
||||||
|
{08FFF49B-F175-4807-A2B5-73B0EBD9F716}.Release|x86.Build.0 = Release|Any CPU
|
||||||
{0BD82FA6-EB8A-4452-8AF5-74F9C3849451}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
{0BD82FA6-EB8A-4452-8AF5-74F9C3849451}.AppStore|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{0BD82FA6-EB8A-4452-8AF5-74F9C3849451}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
{0BD82FA6-EB8A-4452-8AF5-74F9C3849451}.AppStore|Any CPU.Build.0 = Release|Any CPU
|
||||||
{0BD82FA6-EB8A-4452-8AF5-74F9C3849451}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
{0BD82FA6-EB8A-4452-8AF5-74F9C3849451}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
|
||||||
|
@ -270,14 +286,12 @@ Global
|
||||||
{C97B98FA-00D4-4880-88B8-C76017A418AB}.Release|x86.Build.0 = Release|Any CPU
|
{C97B98FA-00D4-4880-88B8-C76017A418AB}.Release|x86.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
GlobalSection(MonoDevelopProperties) = preSolution
|
GlobalSection(MonoDevelopProperties) = preSolution
|
||||||
StartupItems = $0
|
Policies = $0
|
||||||
$0.Item = MediaBrowser.Server.Mac\MediaBrowser.Server.Mac.csproj
|
$0.DotNetNamingPolicy = $1
|
||||||
Policies = $1
|
$1.DirectoryNamespaceAssociation = None
|
||||||
$1.DotNetNamingPolicy = $2
|
$1.ResourceNamePolicy = FileFormatDefault
|
||||||
$2.DirectoryNamespaceAssociation = None
|
$0.VersionControlPolicy = $2
|
||||||
$2.ResourceNamePolicy = FileFormatDefault
|
$2.inheritsSet = Mono
|
||||||
$1.VersionControlPolicy = $3
|
|
||||||
$3.inheritsSet = Mono
|
|
||||||
version =
|
version =
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
|
|
@ -30,6 +30,7 @@
|
||||||
<EnableCodeSigning>false</EnableCodeSigning>
|
<EnableCodeSigning>false</EnableCodeSigning>
|
||||||
<CreatePackage>true</CreatePackage>
|
<CreatePackage>true</CreatePackage>
|
||||||
<PackageSigningKey>Developer ID Installer</PackageSigningKey>
|
<PackageSigningKey>Developer ID Installer</PackageSigningKey>
|
||||||
|
<UseRefCounting>false</UseRefCounting>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||||
<Optimize>true</Optimize>
|
<Optimize>true</Optimize>
|
||||||
|
@ -44,6 +45,7 @@
|
||||||
<EnableCodeSigning>false</EnableCodeSigning>
|
<EnableCodeSigning>false</EnableCodeSigning>
|
||||||
<CreatePackage>true</CreatePackage>
|
<CreatePackage>true</CreatePackage>
|
||||||
<PackageSigningKey>Developer ID Installer</PackageSigningKey>
|
<PackageSigningKey>Developer ID Installer</PackageSigningKey>
|
||||||
|
<UseRefCounting>false</UseRefCounting>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'AppStore|AnyCPU' ">
|
||||||
<DebugType>full</DebugType>
|
<DebugType>full</DebugType>
|
||||||
|
@ -59,6 +61,7 @@
|
||||||
<CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
|
<CodeSigningKey>3rd Party Mac Developer Application</CodeSigningKey>
|
||||||
<EnableCodeSigning>false</EnableCodeSigning>
|
<EnableCodeSigning>false</EnableCodeSigning>
|
||||||
<EnablePackageSigning>false</EnablePackageSigning>
|
<EnablePackageSigning>false</EnablePackageSigning>
|
||||||
|
<UseRefCounting>false</UseRefCounting>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Reference Include="System" />
|
<Reference Include="System" />
|
||||||
|
@ -194,42 +197,6 @@
|
||||||
<IsCxx>False</IsCxx>
|
<IsCxx>False</IsCxx>
|
||||||
<Kind>Dynamic</Kind>
|
<Kind>Dynamic</Kind>
|
||||||
</NativeReference>
|
</NativeReference>
|
||||||
<NativeReference Include="..\ThirdParty\ImageMagick\osx\libMagick++-6.Q16.5.dylib">
|
|
||||||
<IsCxx>False</IsCxx>
|
|
||||||
<Kind>Dynamic</Kind>
|
|
||||||
</NativeReference>
|
|
||||||
<NativeReference Include="..\ThirdParty\ImageMagick\osx\libMagick++-6.Q16.dylib">
|
|
||||||
<IsCxx>False</IsCxx>
|
|
||||||
<Kind>Dynamic</Kind>
|
|
||||||
</NativeReference>
|
|
||||||
<NativeReference Include="..\ThirdParty\ImageMagick\osx\libMagick++-6.Q16.la">
|
|
||||||
<IsCxx>False</IsCxx>
|
|
||||||
<Kind>Static</Kind>
|
|
||||||
</NativeReference>
|
|
||||||
<NativeReference Include="..\ThirdParty\ImageMagick\osx\libMagickCore-6.Q16.2.dylib">
|
|
||||||
<IsCxx>False</IsCxx>
|
|
||||||
<Kind>Dynamic</Kind>
|
|
||||||
</NativeReference>
|
|
||||||
<NativeReference Include="..\ThirdParty\ImageMagick\osx\libMagickCore-6.Q16.dylib">
|
|
||||||
<IsCxx>False</IsCxx>
|
|
||||||
<Kind>Dynamic</Kind>
|
|
||||||
</NativeReference>
|
|
||||||
<NativeReference Include="..\ThirdParty\ImageMagick\osx\libMagickCore-6.Q16.la">
|
|
||||||
<IsCxx>False</IsCxx>
|
|
||||||
<Kind>Static</Kind>
|
|
||||||
</NativeReference>
|
|
||||||
<NativeReference Include="..\ThirdParty\ImageMagick\osx\libMagickWand-6.Q16.2.dylib">
|
|
||||||
<IsCxx>False</IsCxx>
|
|
||||||
<Kind>Dynamic</Kind>
|
|
||||||
</NativeReference>
|
|
||||||
<NativeReference Include="..\ThirdParty\ImageMagick\osx\libMagickWand-6.Q16.dylib">
|
|
||||||
<IsCxx>False</IsCxx>
|
|
||||||
<Kind>Dynamic</Kind>
|
|
||||||
</NativeReference>
|
|
||||||
<NativeReference Include="..\ThirdParty\ImageMagick\osx\libMagickWand-6.Q16.la">
|
|
||||||
<IsCxx>False</IsCxx>
|
|
||||||
<Kind>Static</Kind>
|
|
||||||
</NativeReference>
|
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\index.html">
|
<BundleResource Include="..\ThirdParty\ServiceStack\swagger-ui\index.html">
|
||||||
|
@ -513,9 +480,6 @@
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\movies.html">
|
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\movies.html">
|
||||||
<Link>Resources\dashboard-ui\movies.html</Link>
|
<Link>Resources\dashboard-ui\movies.html</Link>
|
||||||
</BundleResource>
|
</BundleResource>
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\movieslatest.html">
|
|
||||||
<Link>Resources\dashboard-ui\movieslatest.html</Link>
|
|
||||||
</BundleResource>
|
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\moviesrecommended.html">
|
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\moviesrecommended.html">
|
||||||
<Link>Resources\dashboard-ui\moviesrecommended.html</Link>
|
<Link>Resources\dashboard-ui\moviesrecommended.html</Link>
|
||||||
</BundleResource>
|
</BundleResource>
|
||||||
|
@ -606,6 +570,9 @@
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\songs.html">
|
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\songs.html">
|
||||||
<Link>Resources\dashboard-ui\songs.html</Link>
|
<Link>Resources\dashboard-ui\songs.html</Link>
|
||||||
</BundleResource>
|
</BundleResource>
|
||||||
|
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\streamingsettings.html">
|
||||||
|
<Link>Resources\dashboard-ui\streamingsettings.html</Link>
|
||||||
|
</BundleResource>
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\support.html">
|
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\support.html">
|
||||||
<Link>Resources\dashboard-ui\support.html</Link>
|
<Link>Resources\dashboard-ui\support.html</Link>
|
||||||
</BundleResource>
|
</BundleResource>
|
||||||
|
@ -1419,9 +1386,6 @@
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\movies.js">
|
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\movies.js">
|
||||||
<Link>Resources\dashboard-ui\scripts\movies.js</Link>
|
<Link>Resources\dashboard-ui\scripts\movies.js</Link>
|
||||||
</BundleResource>
|
</BundleResource>
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\movieslatest.js">
|
|
||||||
<Link>Resources\dashboard-ui\scripts\movieslatest.js</Link>
|
|
||||||
</BundleResource>
|
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\moviesrecommended.js">
|
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\moviesrecommended.js">
|
||||||
<Link>Resources\dashboard-ui\scripts\moviesrecommended.js</Link>
|
<Link>Resources\dashboard-ui\scripts\moviesrecommended.js</Link>
|
||||||
</BundleResource>
|
</BundleResource>
|
||||||
|
@ -1527,6 +1491,9 @@
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\songs.js">
|
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\songs.js">
|
||||||
<Link>Resources\dashboard-ui\scripts\songs.js</Link>
|
<Link>Resources\dashboard-ui\scripts\songs.js</Link>
|
||||||
</BundleResource>
|
</BundleResource>
|
||||||
|
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\streamingsettings.js">
|
||||||
|
<Link>Resources\dashboard-ui\scripts\streamingsettings.js</Link>
|
||||||
|
</BundleResource>
|
||||||
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\supporterkeypage.js">
|
<BundleResource Include="..\MediaBrowser.WebDashboard\dashboard-ui\scripts\supporterkeypage.js">
|
||||||
<Link>Resources\dashboard-ui\scripts\supporterkeypage.js</Link>
|
<Link>Resources\dashboard-ui\scripts\supporterkeypage.js</Link>
|
||||||
</BundleResource>
|
</BundleResource>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user