mirror of https://github.com/AMT-Cheif/Stylet.git
30 lines
1.1 KiB
XML
30 lines
1.1 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>
|
|
<icon>StyletIcon.png</icon>
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<description>.NET Framework: A quick startup project for Stylet, the lightweight but powerful ViewModel-First MVVM framework for WPF</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=""/>
|
|
<file src="..\StyletIcon.png" target="\"/>
|
|
</files>
|
|
</package>
|