Skip to content

Instantly share code, notes, and snippets.

@philcleveland
philcleveland / rx_OAPHprop.snippet
Last active June 28, 2016 23:05
RxUI VS snippets
<?xml version="1.0" encoding="utf-8" ?>
<CodeSnippets xmlns="http://schemas.microsoft.com/VisualStudio/2005/CodeSnippet">
<CodeSnippet Format="1.0.0">
<Header>
<Title>Rx ObservableAsPropertyHelper</Title>
<Shortcut>rxOAPH</Shortcut>
<Description>Code snippet for a ReactiveUI ObservableAsPropertyHelper</Description>
<SnippetTypes>
<SnippetType>Expansion</SnippetType>
</SnippetTypes>
@J-Swift
J-Swift / GetStream.Bindings.csproj
Last active February 15, 2023 01:50
Scratch pad of building maui net6.0-ios bindings with fat xcframeworks
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFrameworks>net6.0-ios</TargetFrameworks>
<IsPackable>false</IsPackable>
<IsBindingProject>true</IsBindingProject>
<NoBindingEmbedding>true</NoBindingEmbedding>
<BindingPlatform>$([MSBuild]::GetTargetPlatformIdentifier('$(TargetFramework)'))</BindingPlatform>
</PropertyGroup>
<ItemGroup Condition="'$(BindingPlatform)' == 'ios'">