69 строки
4.3 KiB
XML
69 строки
4.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
|
<metadata>
|
|
<id>Clancey.Comet</id>
|
|
<version>0.0.1-alpha</version>
|
|
<title>Comet</title>
|
|
<authors>James Clancey</authors>
|
|
<owners>Clancey</owners>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>Comet MVU .net framework</description>
|
|
<summary>Comet is an MVU UI Framework. It lets you build UI quickly and efficiently from C#. It also has HotReload.</summary>
|
|
<copyright>James Clancey</copyright>
|
|
<projectUrl>https://github.com/clancey/Comet</projectUrl>
|
|
<repository type="git" url="https://github.com/clancey/Comet"/>
|
|
<license type="expression">MIT</license>
|
|
<language>C#</language>
|
|
<dependencies>
|
|
<group targetFramework="netstandard2.0">
|
|
<dependency id="Clancey.Comet.Reload" version="0.0.11-alpha"/>
|
|
<dependency id="Microsoft.VisualStudio.Threading" version="16.4.43"/>
|
|
</group>
|
|
<group targetFramework="xamarinios10">
|
|
<dependency id="Xamarin.FFImageLoading" version="2.4.11.982"/>
|
|
<dependency id="Clancey.Comet.Reload" version="0.0.11-alpha"/>
|
|
<dependency id="Xamarin.Essentials" version="1.3.1"/>
|
|
<dependency id="Microsoft.VisualStudio.Threading" version="16.4.43"/>
|
|
</group>
|
|
<group targetFramework="monoandroid81">
|
|
<dependency id="Xamarin.FFImageLoading" version="2.4.11.982"/>
|
|
<dependency id="Xamarin.Essentials" version="1.3.1"/>
|
|
<dependency id="Clancey.Comet.Reload" version="0.0.11-alpha"/>
|
|
<dependency id="Microsoft.VisualStudio.Threading" version="16.4.43"/>
|
|
<dependency id="Xamarin.Android.Support.v7.AppCompat" version="28.0.0.1"/>
|
|
<dependency id="Xamarin.Android.Support.v7.RecyclerView" version="28.0.0.1"/>
|
|
<dependency id="Xamarin.Android.Support.Design" version="28.0.0.1"/>
|
|
</group>
|
|
<group targetFramework="Xamarin.Mac20">
|
|
<dependency id="Xamarin.FFImageLoading" version="2.4.11.982"/>
|
|
<dependency id="Clancey.Comet.Reload" version="0.0.11-alpha"/>
|
|
<dependency id="Xamarin.Essentials" version="1.3.1"/>
|
|
<dependency id="Microsoft.VisualStudio.Threading" version="16.4.43"/>
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
<files>
|
|
<file src="src/Comet/bin/Debug/netstandard2.0/Comet.dll" target="lib/netstandard2.0/Comet.dll"/>
|
|
<file src="src/Comet/bin/Debug/netstandard2.0/Comet.pdb" target="lib/netstandard2.0/Comet.pdb"/>
|
|
<file src="src/Comet.iOS/bin/Debug/Comet.dll" target="lib/xamarinios10/Comet.dll"/>
|
|
<file src="src/Comet.iOS/bin/Debug/Comet.pdb" target="lib/xamarinios10/Comet.pdb"/>
|
|
<file src="src/Comet.iOS/bin/Debug/Comet.iOS.dll" target="lib/xamarinios10/Comet.iOS.dll"/>
|
|
<file src="src/Comet.iOS/bin/Debug/Comet.iOS.pdb" target="lib/xamarinios10/Comet.iOS.pdb"/>
|
|
<file src="src/Comet.Android/bin/Debug/Comet.dll" target="lib/monoandroid81/Comet.dll"/>
|
|
<file src="src/Comet.Android/bin/Debug/Comet.pdb" target="lib/monoandroid81/Comet.pdb"/>
|
|
<file src="src/Comet.Android/bin/Debug/Comet.Android.dll" target="lib/monoandroid81/Comet.Android.dll"/>
|
|
<file src="src/Comet.Android/bin/Debug/Comet.Android.pdb" target="lib/monoandroid81/Comet.Android.pdb"/>
|
|
<file src="src/Comet.Mac/bin/Debug/Comet.dll" target="lib/Xamarin.Mac20/Comet.dll"/>
|
|
<file src="src/Comet.Mac/bin/Debug/Comet.pdb" target="lib/Xamarin.Mac20/Comet.pdb"/>
|
|
<file src="src/Comet.Mac/bin/Debug/Comet.Mac.dll" target="lib/Xamarin.Mac20/Comet.Mac.dll"/>
|
|
<file src="src/Comet.Mac/bin/Debug/Comet.Mac.pdb" target="lib/Xamarin.Mac20/Comet.Mac.pdb"/>
|
|
<file src="src/Comet.UWP/bin/Debug/Comet.dll" target="lib/uap/Comet.dll"/>
|
|
<file src="src/Comet.UWP/bin/Debug/Comet.pdb" target="lib/uap/Comet.pdb"/>
|
|
<file src="src/Comet.UWP/bin/Debug/Comet.UWP.dll" target="lib/uap/Comet.UWP.dll"/>
|
|
<file src="src/Comet.UWP/bin/Debug/Comet.UWP.pdb" target="lib/uap/Comet.UWP.pdb"/>
|
|
<file src="src/Comet.WPF/bin/Debug/Comet.dll" target="lib/net45/Comet.dll"/>
|
|
<file src="src/Comet.WPF/bin/Debug/Comet.pdb" target="lib/net45/Comet.pdb"/>
|
|
<file src="src/Comet.WPF/bin/Debug/Comet.WPF.dll" target="lib/net45/Comet.WPF.dll"/>
|
|
<file src="src/Comet.WPF/bin/Debug/Comet.WPF.pdb" target="lib/net45/Comet.WPF.pdb"/>
|
|
</files>
|
|
</package> |