You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
99 lines
4.1 KiB
99 lines
4.1 KiB
<?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>
|
|
</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" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Folder Include="Resources\" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="MainWindow.cs" />
|
|
<Compile Include="MainWindowController.cs" />
|
|
<Compile Include="MainWindow.designer.cs">
|
|
<DependentUpon>MainWindow.cs</DependentUpon>
|
|
</Compile>
|
|
<Compile Include="Main.cs" />
|
|
<Compile Include="AppDelegate.cs" />
|
|
<Compile Include="AppDelegate.designer.cs">
|
|
<DependentUpon>AppDelegate.cs</DependentUpon>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<InterfaceDefinition Include="MainWindow.xib" />
|
|
<InterfaceDefinition Include="MainMenu.xib" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="Info.plist" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\MediaBrowser.Server.Mono\MediaBrowser.Server.Mono.csproj">
|
|
<Project>{175A9388-F352-4586-A6B4-070DED62B644}</Project>
|
|
<Name>MediaBrowser.Server.Mono</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
</Project> |