Click here to Skip to main content
15,896,912 members
Articles / Containers / Virtual Machine

A simple Switch Framework for the Visual Studio prompt and the devenv command

Rate me:
Please Sign up or sign in to vote.
4.78/5 (11 votes)
20 Apr 2007CPOL3 min read 53.1K   313   13  
A library for creating custom switches for the devenv command prompt (extensibility example).
<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type='text/xsl' href='_UpgradeReport_Files/UpgradeReport.xslt'?><UpgradeLog>
<Properties><Property Name="Solution" Value="SimpleSwitchFramework">
</Property><Property Name="Solution File" Value="C:\Documents and Settings\Administrator\Desktop\SimpleSwitchFramework 8\SimpleSwitchFramework.sln">
</Property><Property Name="Date" Value="Friday, April 20, 2007">
</Property><Property Name="Time" Value="3:44 AM">
</Property></Properties><Event ErrorLevel="0" Project="SimpleSwitchFramework" Source="SimpleSwitchFramework.csproj" Description="Project converted successfully">
</Event><Event ErrorLevel="3" Project="SimpleSwitchFramework" Source="SimpleSwitchFramework.csproj" Description="Converted">
</Event><Event ErrorLevel="2" Project="SimpleSwitchFramework" Source="SimpleSwitchFramework.csproj" Description="Unable to read the project file 'SimpleSwitchFramework.csproj'. &#xA;C:\Documents and Settings\Administrator\Desktop\SimpleSwitchFramework 8\SimpleSwitchFramework.csproj(95,11): The imported project &quot;C:\Program Files\Visual Studio 2005 SDK\2006.09\VisualStudioIntegration\Tools\Build\Microsoft.VsSDK.targets&quot; was not found. Confirm that the path in the &lt;Import&gt; declaration is correct, and that the file exists on disk.">
</Event><Event ErrorLevel="0" Project="" Source="SimpleSwitchFramework.sln" Description="Solution converted successfully">
</Event><Event ErrorLevel="3" Project="" Source="SimpleSwitchFramework.sln" Description="Converted">
</Event></UpgradeLog>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer
Italy Italy
I am a biomedical engineer. I work in Genoa as software developer. I developed MFC ActiveX controls for industrial automation for 2 years and packages for Visual Studio 2005 for 1 year. Currently I'm working in .NET 3.5 in biomedical area.

Comments and Discussions