mirror of https://github.com/AMT-Cheif/Stylet.git
29 lines
1.0 KiB
XML
29 lines
1.0 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
|
|
<metadata>
|
|
<id>Stylet.Start</id>
|
|
<version>0.0.0</version>
|
|
<title>Stylet.Start</title>
|
|
<authors>Antony Male</authors>
|
|
<owners>Antony Male</owners>
|
|
<license type="expression">MIT</license>
|
|
<projectUrl>http://github.com/canton7/Stylet</projectUrl>
|
|
<iconUrl>https://raw.githubusercontent.com/canton7/Stylet/master/StyletIcon.png</iconUrl>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>A quick startup project for Stylet (.NET Framework ONLY!)</description>
|
|
<copyright>Copyright 2015 Antony Male</copyright>
|
|
<tags>Stylet WPF MVVM ViewModel Screen Conductor ViewModel-First Model-View-ViewModel UI</tags>
|
|
|
|
<dependencies>
|
|
<group>
|
|
<dependency id="Stylet" version="[0.0.0]"/>
|
|
</group>
|
|
</dependencies>
|
|
</metadata>
|
|
|
|
<files>
|
|
<file src="start\tools\**" target="tools" />
|
|
<file src="readme.txt" target=""/>
|
|
</files>
|
|
</package>
|