Setting-Up-Visual-Studio-Plugin: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
(Decode HTML entity names)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Setting up Visual Studio Plugin for Qt Creator==
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}


Before you can open any Visual Studio project file (.vcproj) you must first set project <span class="caps">XML</span> schema (<span class="caps">XML</span> schema), for each version separately. You can do that by going to Tools -&gt; Options -&gt; Visual Studio. These schema files can be downloaded from Microsoft’s [http://msdn.microsoft.com/en-us/library/2208a1f2(v=vs.71 site] ''[msdn.microsoft.com]'').aspx . Just download xml schema for version 2003, 2005 and 2008, cause version 2010 and 2012 have a very different xml structure that we currently do not support.
== Setting up Visual Studio Plugin for Qt Creator ==
Before you can open any Visual Studio project file (.vcproj) you must first set project XML schema (XML schema), for each version separately. You can do that by going to Tools -> Options-> Visual Studio. These schema files can be downloaded from Microsoft's [http://msdn.microsoft.com/en-us/library/2208a1f2(v=vs.71).aspx site] . Just download xml schema for version 2003, 2005 and 2008, cause version 2010 and 2012 have a very different xml structure that we currently do not support.


In order to be able to build any Visual Studio project you need to set path to <span class="caps">MSB</span>uild.exe (or more if you have more MS frameworks installed). In order to do this go to Tools -&gt; Options -&gt; Visual Studio section. Then click on Add… button and browse to your <span class="caps">MSB</span>uild. Usually it is located in C:\Windows\Microsoft.NET\Framework\&lt;framework version&gt;\MSBuild.exe.<br /> After you have added <span class="caps">MSB</span>uild(s) go to Build&amp;Run section of the Options and then go to Kits. Select the <span class="caps">MSB</span>uild version for a Kit.
In order to be able to build any Visual Studio project you need to set path to MSBuild.exe (or more if you have more MS frameworks installed). In order to do this go to Tools -> Options-> Visual Studio section. Then click on Add… button and browse to your MSBuild. Usually it is located in C:.NET\Frameworkamp;lt;framework version>.exe.
 
After you have added MSBuild(s) go to Build&Run section of the Options and then go to Kits. Select the MSBuild version for a Kit.
After this you can open your .vcproj projects.

Latest revision as of 17:49, 12 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

Setting up Visual Studio Plugin for Qt Creator

Before you can open any Visual Studio project file (.vcproj) you must first set project XML schema (XML schema), for each version separately. You can do that by going to Tools -> Options-> Visual Studio. These schema files can be downloaded from Microsoft's site . Just download xml schema for version 2003, 2005 and 2008, cause version 2010 and 2012 have a very different xml structure that we currently do not support.

In order to be able to build any Visual Studio project you need to set path to MSBuild.exe (or more if you have more MS frameworks installed). In order to do this go to Tools -> Options-> Visual Studio section. Then click on Add… button and browse to your MSBuild. Usually it is located in C:.NET\Frameworkamp;lt;framework version>.exe. After you have added MSBuild(s) go to Build&Run section of the Options and then go to Kits. Select the MSBuild version for a Kit.