Skip to content
This repository was archived by the owner on Nov 29, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Modern.Forms.Mac.Backend.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
<CastXmlPath Condition="Exists('/usr/local/bin/castxml')">/usr/local/bin/castxml</CastXmlPath>
<SharpGenGeneratedCodeFolder>$(MSBuildThisFileDirectory)/Generated</SharpGenGeneratedCodeFolder>
<PackOnBuild>true</PackOnBuild>
<PackageVersion>0.0.5</PackageVersion>
<PackageVersion>0.0.6-preview01</PackageVersion>
<Authors>Jonathan Pobst</Authors>
<Description>Native interop bits used by Modern.Forms on OSX.</Description>
<PackageId>Modern.Forms.Mac.Backend</PackageId>
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Version>0.0.5</Version>
<Version>0.0.6</Version>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
</PropertyGroup>

Expand Down
1 change: 1 addition & 0 deletions inc/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
avalonia-native.h
3 changes: 0 additions & 3 deletions inc/avalonia-native-guids.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,2 @@
// Copyright (c) The Avalonia Project. All rights reserved.
// Licensed under the MIT license. See licence.md file in the project root for full license information.

#define COM_GUIDS_MATERIALIZE
#include "avalonia-native.h"
Loading