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

From Qt Wiki
Jump to navigation Jump to search
No edit summary
 
No edit summary
Line 1: Line 1:
==Setting up Visual Studio Plugin for Qt Creator==
h2. Setting up Visual Studio Plugin for Qt Creator


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.
Before you can open any Visual Studio project file &amp;#40;.vcproj&amp;amp;#41; you must first set project XML schema (XML schema), for each version separately. You can do that by going to Tools <s>&gt; Options</s>&gt; Visual Studio. These schema files can be downloaded from Microsoft's &quot;site&amp;quot;:http://msdn.microsoft.com/en-us/library/2208a1f2(v=vs.71).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.


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 <s>&gt; Options</s>&gt; Visual Studio section. Then click on Add… button and browse to your MSBuild. Usually it is located in C:.NET\Frameworkamp;lt;framework version&amp;amp;gt;.exe.<br />After you have added MSBuild(s) go to Build&amp;amp;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.

Revision as of 07:25, 24 February 2015

h2. Setting up Visual Studio Plugin for Qt Creator

Before you can open any Visual Studio project file &#40;.vcproj&amp;#41; 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&quot;:http://msdn.microsoft.com/en-us/library/2208a1f2(v=vs.71).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.

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&amp;gt;.exe.
After you have added MSBuild(s) go to Build&amp;Run section of the Options and then go to Kits. Select the MSBuild version for a Kit.