我们有一个“2010年视觉演播室”项目,由一组C源文档组成。
这些档案需要加以汇编,然后使用专用工具链连接嵌入装置。
目前,我们正在利用缺省C++进行视力演化,然后在建立后活动中,我们正在利用嵌入装置的工具链。
我很想知道,是否在某种程度上让视觉演播室使用我们的工具链而不是微软的S。
我试图推翻建筑目标,并取得了一些进展,然而,当项目财产由开发商变换时,项目卷宗就已过时。
什么是推翻建设目标的适当途径?
Regards, Adrian.
我们有一个“2010年视觉演播室”项目,由一组C源文档组成。
这些档案需要加以汇编,然后使用专用工具链连接嵌入装置。
目前,我们正在利用缺省C++进行视力演化,然后在建立后活动中,我们正在利用嵌入装置的工具链。
我很想知道,是否在某种程度上让视觉演播室使用我们的工具链而不是微软的S。
我试图推翻建筑目标,并取得了一些进展,然而,当项目财产由开发商变换时,项目卷宗就已过时。
什么是推翻建设目标的适当途径?
Regards, Adrian.
The proper way to use custom tool chain with Visual Studio 2010 is to set custom platform toolset:
<PlatformToolset>Intel C++ Compiler XE 12.1</PlatformToolset>
在此,我使用Intel C++ Compiler。 在建设MSBuild项目时,将平台工具放在名录上:
c:Program Files (x86)MSBuildMicrosoft.Cppv4.0Platforms$(Architecture)PlatformToolsets
www.un.org/spanish/ga/president
但是,为了使用你的习俗工具链,你必须撰写国际会计准则理事会的文献。 在我的案件中,英特尔C++公司有此类档案。 因此,我需要做的是建立适当的平台工具(从2010年视觉演播室到项目财产窗口)。
Here the link to article from Visual C++ Team Blog where you can find more details: C++ Native Multi-Targeting
How can I get MSBuild to do a full build of a Delphi project equivalent to dcc32 -b? I ve got two projects I m trying to build, the first one uses some conditional defines, which are getting passed ...
I have a msbuild script with custom logic to deploy my service to the qa server automatically. I have to overwrite the default config with a dedicated one, but when I use <Copy SourceFiles="web....
I have a C# web app project which actually has no ASP.Net or C# in it. It s just a single html page with some Javascript, CSS, and a couple of images. I want to use MSBuild to deploy a version of ...
我用文字建造一些项目,偶尔利用习俗制造事件,给建筑系统造成了很大困难。 如果有可能,我想援引MSBuild.exe。
I m interested to hear about people working with building .net applications using MSBuild, NAnt or similar tools. What are you using, why are you using it instead of the VS IDE? I like to use ...
I am developing using 3.0 and VS 2008. The problem is my build server does not have 3.5 installed and therefore I cant build the solution as MSBuild for 2.0 will not support the VS 2008 solution ...
It seems like it should be possible to configure Visual Studio to print out how long the compile takes. Perhaps somewhere in the .sln file. If the sln is compiled from the command line using ...
I m having problems with a wdproj I ve upgraded to VS2008; This is the error I m getting while trying to compile the project using msbuild: ASPNETCOMPILER : error ASPRUNTIME: The precompilation ...