Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Xwt.Gtk.Mac.nuspec « Xwt.Gtk.Mac - github.com/mono/xwt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1e96e225130970f26def3f18396ef61dc2056b6c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="UTF-8" ?>
<package>
	<metadata>
		<id>$id$</id>
		<title>Xwt.Gtk2.Mac</title>
		<version>$version$</version>
		<authors>Lluis Sanchez</authors>
		<summary>$description$</summary>
		<description>
Xwt is a cross-platform UI toolkit for creating desktop applications with .NET and Mono.

This package contains the GTK toolkit backend for Xwt based applications targeting GTK2 on Mac.

Xwt.Gtk requires gtk-sharp (https://github.com/mono/gtk-sharp/). The Windows installation package can be obtained from http://www.monodevelop.com/download/#win.
		</description>
		<releaseNotes></releaseNotes>
		<licenseUrl>https://raw.githubusercontent.com/mono/xwt/main/LICENSE.txt</licenseUrl>
		<projectUrl>https://github.com/mono/xwt/</projectUrl>
		<requireLicenseAcceptance>false</requireLicenseAcceptance>
		<copyright>$copyright$</copyright>
		<tags>xwt cross platform gui ui toolkit framework desktop gtk gtk2</tags>
		<dependencies>
			<dependency id="Xwt" version="[$version$]"/>
			<dependency id="Xwt.Gtk" version="[$version$]"/>
		</dependencies>
	</metadata>
	<files>
		<file src="..\LICENSE.txt" />
		<file src="..\README.markdown" />
	</files>
</package>