Skip to content

Instantly share code, notes, and snippets.

@chamons
Created February 5, 2020 16:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chamons/d1d425ba5acbb8d23dac267097d35b83 to your computer and use it in GitHub Desktop.
Save chamons/d1d425ba5acbb8d23dac267097d35b83 to your computer and use it in GitHub Desktop.
<?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>
<ProjectGuid>{43C37AE2-72E5-4DE9-9931-13213F80198A}</ProjectGuid>
<ProjectTypeGuids>{A3F8F2AB-B479-4A4A-A458-A89E7DC349F1};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Exe</OutputType>
<RootNamespace>XamarinMacIceLink3</RootNamespace>
<AssemblyName>XamarinMacIceLink3</AssemblyName>
<MonoMacResourcePrefix>Resources</MonoMacResourcePrefix>
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
<TargetFrameworkIdentifier>Xamarin.Mac</TargetFrameworkIdentifier>
</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>
<EnableCodeSigning>false</EnableCodeSigning>
<CodeSigningKey>Mac Developer</CodeSigningKey>
<CreatePackage>false</CreatePackage>
<EnablePackageSigning>false</EnablePackageSigning>
<IncludeMonoRuntime>false</IncludeMonoRuntime>
<UseSGen>true</UseSGen>
<UseRefCounting>true</UseRefCounting>
<AOTMode>None</AOTMode>
<LinkMode>None</LinkMode>
<PackageSigningKey>3rd Party Mac Developer Installer</PackageSigningKey>
<LangVersion>8.0</LangVersion>
<XamMacArch>x86_64</XamMacArch>
<HttpClientHandler>HttpClientHandler</HttpClientHandler>
<MonoBundlingExtraArgs>-v -v -v -v -v</MonoBundlingExtraArgs>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<EnableCodeSigning>false</EnableCodeSigning>
<CreatePackage>true</CreatePackage>
<EnablePackageSigning>false</EnablePackageSigning>
<IncludeMonoRuntime>true</IncludeMonoRuntime>
<UseSGen>true</UseSGen>
<UseRefCounting>true</UseRefCounting>
<LinkMode>None</LinkMode>
<AOTMode>None</AOTMode>
<LangVersion>8.0</LangVersion>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Xamarin.Mac" />
<Reference Include="Newtonsoft.Json">
<HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\netstandard2.0\Newtonsoft.Json.dll</HintPath>
</Reference>
<Reference Include="BouncyCastle">
<HintPath>libs\BouncyCastle.dll</HintPath>
</Reference>
<Reference Include="FM">
<HintPath>libs\FM.dll</HintPath>
</Reference>
<Reference Include="FM.IceLink.CallStats">
<HintPath>libs\FM.IceLink.CallStats.dll</HintPath>
</Reference>
<Reference Include="FM.IceLink.Cocoa">
<HintPath>libs\FM.IceLink.Cocoa.dll</HintPath>
</Reference>
<Reference Include="FM.IceLink">
<HintPath>libs\FM.IceLink.dll</HintPath>
</Reference>
<Reference Include="FM.IceLink.Opus">
<HintPath>libs\FM.IceLink.Opus.dll</HintPath>
</Reference>
<Reference Include="FM.IceLink.Vpx">
<HintPath>libs\FM.IceLink.Vpx.dll</HintPath>
</Reference>
<Reference Include="FM.IceLink.WebSync4">
<HintPath>libs\FM.IceLink.WebSync4.dll</HintPath>
</Reference>
<Reference Include="FM.IceLink.XirSys">
<HintPath>libs\FM.IceLink.XirSys.dll</HintPath>
</Reference>
<Reference Include="FM.IceLink.Yuv">
<HintPath>libs\FM.IceLink.Yuv.dll</HintPath>
</Reference>
<Reference Include="FM.WebSync.Chat">
<HintPath>libs\FM.WebSync.Chat.dll</HintPath>
</Reference>
<Reference Include="FM.WebSync">
<HintPath>libs\FM.WebSync.dll</HintPath>
</Reference>
<Reference Include="FM.WebSync.Subscribers">
<HintPath>libs\FM.WebSync.Subscribers.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\Contents.json" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-128.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-128%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-16.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-16%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-256.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-256%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-32.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-32%402x.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512.png" />
<ImageAsset Include="Assets.xcassets\AppIcon.appiconset\AppIcon-512%402x.png" />
<ImageAsset Include="Assets.xcassets\Contents.json" />
</ItemGroup>
<ItemGroup>
<Folder Include="Resources\" />
</ItemGroup>
<ItemGroup>
<None Include="Info.plist" />
<None Include="Entitlements.plist" />
<None Include="icelink.key" />
<None Include="packages.config" />
<None Include="libs\FM.IceLink.Yuv.dll" />
<None Include="libs\FM.WebSync.dll" />
<None Include="libs\.DS_Store" />
<None Include="libs\FM.IceLink.Cocoa.xml" />
<None Include="libs\FM.IceLink.Vpx.xml" />
<None Include="libs\FM.IceLink.WebSync4.dll" />
<None Include="libs\FM.IceLink.XirSys.xml" />
<None Include="libs\FM.IceLink.dll" />
<None Include="libs\FM.IceLink.CallStats.xml" />
<None Include="libs\FM.IceLink.Opus.xml" />
<None Include="libs\FM.dll" />
<None Include="libs\FM.WebSync.Subscribers.dll" />
<None Include="libs\FM.IceLink.XirSys.dll" />
<None Include="libs\FM.IceLink.xml" />
<None Include="libs\FM.IceLink.CallStats.dll" />
<None Include="libs\FM.IceLink.Opus.dll" />
<None Include="libs\BouncyCastle.dll" />
<None Include="libs\FM.IceLink.Yuv.xml" />
<None Include="libs\FM.WebSync.Chat.dll" />
<None Include="libs\FM.IceLink.Cocoa.dll" />
<None Include="libs\FM.IceLink.Vpx.dll" />
<None Include="libs\FM.IceLink.WebSync4.xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Main.cs" />
<Compile Include="AppDelegate.cs" />
<Compile Include="ViewController.cs" />
<Compile Include="ViewController.designer.cs">
<DependentUpon>ViewController.cs</DependentUpon>
</Compile>
<Compile Include="Signalling.cs" />
<Compile Include="AutoSignalling.cs" />
<Compile Include="Context.cs" />
<Compile Include="LocalMedia.cs" />
<Compile Include="ManualSignalling.cs" />
<Compile Include="MessageReceivedArgs.cs" />
<Compile Include="RemoteMedia.cs" />
<Compile Include="NSVideoView.cs" />
<Compile Include="NSVideoView.designer.cs">
<DependentUpon>NSVideoView.cs</DependentUpon>
</Compile>
<Compile Include="NSChatView.cs" />
<Compile Include="NSChatView.designer.cs">
<DependentUpon>NSChatView.cs</DependentUpon>
</Compile>
<Compile Include="NSTabController.cs" />
<Compile Include="NSTabController.designer.cs">
<DependentUpon>NSTabController.cs</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<InterfaceDefinition Include="Main.storyboard" />
</ItemGroup>
<ItemGroup>
<NativeReference Include="libs\native\libopusfm.dylib">
<Kind>Dynamic</Kind>
<SmartLink>False</SmartLink>
</NativeReference>
<NativeReference Include="libs\native\libvpxfm.dylib">
<Kind>Dynamic</Kind>
<SmartLink>False</SmartLink>
</NativeReference>
<NativeReference Include="libs\native\libyuvfm.dylib">
<Kind>Dynamic</Kind>
<SmartLink>False</SmartLink>
</NativeReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath)\Xamarin\Mac\Xamarin.Mac.CSharp.targets" />
</Project>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment