45 lines
1.7 KiB
XML
45 lines
1.7 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>Posh-VsVars</id>
|
|
<title>Posh-VsVars - Autoload Visual Studio VsVars32</title>
|
|
<version>0.0.3</version>
|
|
<authors>Ethan J Brown</authors>
|
|
<owners>Ethan J Brown</owners>
|
|
<summary>Load Visual Studio command line tools into current shell environment</summary>
|
|
<description>Provides cmdlets for automatically finding / loading Visual Studio variables
|
|
into the current shell session.
|
|
|
|
By default, loads the values from the latest discovered Visual Studio version installed.
|
|
|
|
Tip:
|
|
|
|
Use the -Verbose switch to see what values are being imported into the current
|
|
shell session.
|
|
|
|
Credits:
|
|
|
|
Original concept is derived from Chris Tavares:
|
|
http://www.tavaresstudios.com/Blog/post/The-last-vsvars32ps1-Ill-ever-need.aspx
|
|
https://github.com/gzortch
|
|
|
|
Icon from Scott Hanselman
|
|
https://github.com/shanselman
|
|
http://www.hanselman.com/blog/AwesomeVisualStudioCommandPromptAndPowerShellIconsWithOverlays.aspx
|
|
</description>
|
|
<projectUrl>http://github.com/Iristyle/Posh-VsVars/</projectUrl>
|
|
<tags>powershell shell visualstudio vs msbuild</tags>
|
|
<!-- Eula is in installer
|
|
<licenseUrl></licenseUrl>
|
|
-->
|
|
<requireLicenseAcceptance>false</requireLicenseAcceptance>
|
|
<iconUrl>https://github.com/Iristyle/ChocolateyPackages/raw/master/Posh-VsVars/Posh-VsVars.png</iconUrl>
|
|
<releaseNotes></releaseNotes>
|
|
</metadata>
|
|
<files>
|
|
<file src="tools\**" target="tools" />
|
|
<file src="..\core\PowerShellHelpers.ps1" target="tools" />
|
|
<file src="..\core\EncodingHelpers.ps1" target="tools" />
|
|
</files>
|
|
</package>
|