An editor for Microsoft Adaptive Cards that supports the new templating language and DOESN'T use JavaScript, because JavaScript isn't a real programming language.
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.
 
 
 

42 lines
2.0 KiB

<?xml version="1.0"?>
<package >
<metadata>
<id>Monaco.Editor</id>
<version>0.8.1-alpha</version>
<title>Monaco Editor UWP Component</title>
<authors>Michael A. Hawker</authors>
<owners>Michael A. Hawker</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/hawkerm/monaco-editor-uwp</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>A Windows Runtime Component wrapper around the web-based Monaco Editor</description>
<releaseNotes>Minor fixes, better .NET Native support.</releaseNotes>
<copyright>Copyright 2019</copyright>
<tags>uwp monaco editor controls</tags>
<dependencies>
<dependency id="Newtonsoft.Json" version="10.0.3"/>
<dependency id="Nito.AsyncEx" version="5.0.0-pre-05"/>
<dependency id="ObservableVector" version="2.1.0"/>
</dependencies>
</metadata>
<files>
<!-- WinMd and IntelliSense files -->
<file src="bin\Release\Monaco.pri" target="lib\uap10.0"/>
<file src="bin\Release\Monaco.winmd" target="lib\uap10.0"/>
<file src="bin\Release\Monaco.xml" target="lib\uap10.0"/>
<file src="bin\Release\MonacoEditorComponent.xr.xml" target="lib\uap10.0\Monaco"/>
<!-- XAML controls -->
<!--<file src="Themes\Generic.xaml" target="lib\uap10.0\Themes"/>
<file src="bin\Release\Themes\Generic.xbf" target="lib\uap10.0\Themes"/>-->
<file src="Themes\Generic.xaml" target="lib\uap10.0\Monaco\Themes"/>
<file src="bin\Release\Themes\Generic.xbf" target="lib\uap10.0\Monaco\Themes"/>
<!-- Dependencies -->
<file src="MonacoEditor.html" target="lib\uap10.0\Monaco"/>
<file src="monaco-editor\*" target="lib\uap10.0\Monaco\monaco-editor"/>
<file src="monaco-editor\min\**\*.*" target="lib\uap10.0\Monaco\monaco-editor\min"/>
<!-- Docs -->
<file src="..\README.md" target="content"/>
<file src="..\changelog.md" target="content"/>
<file src="..\LICENSE*" target="content"/>
</files>
</package>