Files
ChocolateyPackages/VS2010.ShellIntegratedRedist/VS2010.ShellIntegratedRedist.nuspec

34 lines
2.4 KiB
XML

<?xml version="1.0"?>
<package xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<metadata>
<id>VS2010.ShellIntegratedRedist</id>
<title>Microsoft Visual Studio 2010 Shell (Integrated) Redistributable Package</title>
<version>10.0.30319.1</version>
<authors>Microsoft</authors>
<owners>Ethan Brown</owners>
<summary>Microsoft Visual Studio 2010 Shell (Integrated) Redistributable Package
The Visual Studio Shell (integrated mode) provides the foundation on which you can seamlessly integrate tools and programming languages within Visual Studio.</summary>
<description>The Visual Studio Shell (integrated mode) provides the foundation on which you can seamlessly integrate tools and programming languages within Visual Studio. The Visual Studio Shell (integrated mode) does not contain any programming language, so it provides the perfect foundation to deploy a development environment for your own language. The Visual Studio Shell (integrated mode) seamlessly integrates with Visual Studio 2010 Professional and above. Any tools and programming languages that run inside the Visual Studio Shell (integrated mode) will run together with Visual Studio 2010 if they are also installed on the same machine. By using the Visual Studio Shell (integrated mode), you will not need to make Visual Studio a pre-requisite on your user machines.
This download contains the redistributable runtime binaries that you can distribute with your Visual Studio tools and programming languages. For development and testing of your Visual Studio tools and programming languages, please download the Visual Studio 2010 SDK.
Includes WebApplication targets necessary for building web applications:
Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets
</description>
<projectUrl>http://www.microsoft.com/en-us/download/details.aspx?id=115</projectUrl>
<tags>VisualStudio VS .NET 2010</tags>
<!-- Eula is in installer
<licenseUrl></licenseUrl>
-->
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/VS2010.ShellIntegratedRedist/VS2010.jpg</iconUrl>
<releaseNotes></releaseNotes>
<dependencies>
</dependencies>
</metadata>
<files>
<file src="tools\**" target="tools" />
</files>
</package>