-
Notifications
You must be signed in to change notification settings - Fork 746
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #311 from nventive/release/stable/X2
Release/stable/x2
- Loading branch information
Showing
292 changed files
with
15,465 additions
and
3,411 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
*.md merge=union | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd"> | ||
<metadata> | ||
<id>Uno.UI.WpfHost</id> | ||
<version>2.7.1000</version> | ||
<title>Uno.UI.WpfHost</title> | ||
<authors>nventive</authors> | ||
<owners>nventive</owners> | ||
<requireLicenseAcceptance>false</requireLicenseAcceptance> | ||
<projectUrl>https://github.com/nventive/Uno</projectUrl> | ||
<iconUrl>https://nv-assets.azurewebsites.net/logos/uno.png</iconUrl> | ||
<description>A WPF host for the WebAssembly build on Uno.UI</description> | ||
<copyright>Copyright (C) 2015-2018 nventive inc. - all rights reserved</copyright> | ||
<repository type="git" url="https://github.com/nventive/Uno.git" /> | ||
|
||
<dependencies> | ||
|
||
<!-- Android 7.1 --> | ||
<group targetFramework="net462"> | ||
<dependency id="Uno.UI" version="1.40.0" /> | ||
<dependency id="cef.redist.x64" version="3.3396.1786" /> | ||
<dependency id="cef.redist.x86" version="3.3396.1786" /> | ||
<dependency id="CefSharp.Common" version="67.0.0" /> | ||
<dependency id="CefSharp.Wpf" version="67.0.0" /> | ||
<dependency id="System.Reactive" version="4.1.0" /> | ||
</group> | ||
|
||
</dependencies> | ||
|
||
<references> | ||
<!-- .NET Standard 2.0 --> | ||
<group targetFramework="net462"> | ||
<reference file="Uno.UI.WpfHost.dll" /> | ||
</group> | ||
</references> | ||
</metadata> | ||
<files> | ||
<file src="..\src\Uno.UI.WpfHost\bin\x86\Release\Uno.UI.WpfHost.dll" target="lib\net462" /> | ||
</files> | ||
</package> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes.
Oops, something went wrong.