English 中文(简体)
可使用视力演化器加以建设,但不能使用假装。
原标题:can build using visual studio ide but cannot build using devenv.com

i m 使用VS2008。 我可以成功地利用民主选举学会汇编我的解决方案。 然而,当我试图利用欺骗手段建造住房时,它没有说“ERROR: 无法找到项目产出组的产出(无法确定名称)。 无论是小组、其组合还是项目,都可能在建造一个.vdproj装置项目时被拆除。

还有一个类似的问题:here

any ideas to fix this? thx

Edit: 实际游轮控制.net利用devenv.com建造解决办法。 此处为“静电”一栏。 召集:

<devenv>
      <solutionfile>xxxxx.sln</solutionfile>
      <configuration>Debug</configuration>
      <buildtype>Build</buildtype>
      <executable>C:Program FilesMicrosoft Visual Studio 9.0Common7IDEdevenv.com</executable>
      <buildTimeoutSeconds>60000</buildTimeoutSeconds>
      <version>VS2008</version>
    </devenv>
问题回答

如同你一样,你在指挥线上听任告别。

如果你以简单易懂的世界项目制定新的解决办法,它是否发挥了作用?

Cheers,

Sebastiaan

你们是否尝试利用国际会计准则理事会的原始任务,而不是视力学? 我总是会取得更好的成绩,特别是因为这意味着你不需要在你的建筑机器上安装的视觉孔。

这里是基于我使用的一种通用会议:

<msbuild>
    <executable>C:WINDOWSMicrosoft.NETFrameworkv3.5MSBuild.exe</executable>
    <workingDirectory>D:devyourpath</workingDirectory>
    <projectFile>xxxx.sln</projectFile>
    <buildArgs>/v:m /noconlog /p:Configuration=Debug</buildArgs>
    <targets>Build</targets>
    <!--<logger>C:Program FilesCruiseControl.NETserverRodemeyer.MsBuildToCCNet.dll</logger>-->
    <!-- If you dont have that logger for CruiseControl, you should try it :) -->
</msbuild>

如果这项工作不可行,你也可以从指挥线管理:

>cd "D:devyourpath"
>D:
>C:WINDOWSMicrosoft.NETFrameworkv3.5MSBuild.exe /v:m /p:Configuration=Debug xxxxx.sln

您可以将<代码>v(Verbosity)挂上更高的旗号,以便在需要时取得更多的产出(,见有关MSBuild的文章





相关问题
Eclipse CDT static resources under build folder

I m building a C++ project under Eclipse and my release folder should include a static sub-folder with some files inside it, those are required by executable during runtime. The problem is that this ...

Multiple Output paths for a C# Project file

Can I use multiple output paths. like when i build my project, the exe should generate in two different paths. If so, How can I specify in Project Properties-> Build -> output path? I tried using , ...

Running multiple TeamCity Agents on the same computer?

We have several build machines, each running a single TeamCity build agent. Each machine is very strong, and we d like to run several build agents on the same machine. Is this possible, without using ...

couldnt recognise pom.xml file

i am build forge as build tool. it is executing maven mvn commands fine ,but it couldnt recognizing the maven project pom.xml to run the build.so i tried to execute the same pom.xml through the ...

Cobertura ant script is missing Log4J classes

I tried to get Cobertura running inside my ant script, but I m stuck right at the beginning. When I try to insert the cobertura taskdef I m missing the Log4J libraries. Ant properties & ...

Why not use TFS as a build / CI solution?

Currently our build solution is set up using TFS + MS Build scripts. TFS is also being used as a CI server. I ve seen several posts on this site telling people about other CI solutions. Are there ...

Multiple websites running on same codebase?

We are developing an application that would be offered as a hosted solution. I am struck with understanding how can i use multiple sites with same code without duplicating base code. eg: website 1: ...

热门标签