You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
1.3 KiB
XML
19 lines
1.3 KiB
XML
<?xml version="1.0"?>
|
|
<package xmlns="http://schemas.microsoft.com/packaging/2010/07/nuspec.xsd">
|
|
<metadata>
|
|
<id>Prism</id>
|
|
<version>4.1.0.0</version>
|
|
<authors>Microsoft patterns & practices</authors>
|
|
<owners>Microsoft patterns & practices</owners>
|
|
<licenseUrl>http://compositewpf.codeplex.com/license</licenseUrl>
|
|
<projectUrl>http://prism.codeplex.com/</projectUrl>
|
|
<iconUrl>http://social.microsoft.com/profile/u/avatar.jpg?displayname=patterns+and+practices&size=extralarge&version=0b0a202b-ed57-46b7-bfd0-abede1a83b6a</iconUrl>
|
|
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
|
<description>Prism helps you more easily design and build rich, flexible, and easy to maintain Windows Presentation Foundation (WPF) desktop applications and Silverlight Rich Internet Applications (RIAs) and Windows Phone 7 applications. These libraries assist in buildling loosley coupled applications as well as support implementing MVVM in your applications. To get the most of these libraries, follow the More information link above.</description>
|
|
<summary>Prism core libraries.</summary>
|
|
<language>en-US</language>
|
|
<dependencies>
|
|
<dependency id="CommonServiceLocator" version="1.0" />
|
|
</dependencies>
|
|
</metadata>
|
|
</package> |