所有这些编译都是TOOO [英] All this compiling is TOOO much

查看:80
本文介绍了所有这些编译都是TOOO的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的解决方案中有25个项目,每次运行(开始)它都会编译

所有内容。不能继续说明已被改变的内容。


我刚才问过,有人让我知道配置管理员

和我认为这对我有用,但它没有。也许我不知道如何设置它或者可能还有另一种避免所有编译的方法。


有吗?很难相信他们制作了一个总能编译的IDE。我需要很长一段时间才能找到时间。 Pascal也许??


我们可以提供任何帮助

Cal

I have 25 projects in my solution and everytime I run (Start) it compiles
everything. Can''t it keep tack of what''s been changed.

I asked a while ago and someone made me aware of the configuration manager
and I thought that would work for me, but it hasn''t. Maybe I don''t know how
to set it up or maybe there is an other way of avoiding all the compiles.

Is there?? It''s hard to believe they produced an IDE that always compiles. I
have to go a long way back to find a time when that was so. Pascal maybe??

Thans for any help
Cal

推荐答案

使用Build菜单。

第一个选择是你讨厌的 - 构建解决方案。

第三个选择只构建当前项目。

所以,如果那是唯一改变的你应该没问题。


此外,您可以右键单击一个项目并在解决方案资源管理器中构建它

需要建立一些。

-

Joe Fallon

"活性" <交流**** @ REMOVEa-znet.com>在消息中写道

新闻:eE ************* @ TK2MSFTNGP11.phx.gbl ...
Use the Build menu.
The first choice is the one you hate - Build Solution.
The 3rd choice builds the current project only.
So if that is the only that changed you should be OK.

Also, you can right click a Project and build it in Solution explorer in
case you need to build a few of them.
--
Joe Fallon
" active" <ac****@REMOVEa-znet.com> wrote in message
news:eE*************@TK2MSFTNGP11.phx.gbl...
我有25个项目解决方案,每次我运行(开始)它编译一切。它不能继续改变已被改变的东西。

我刚才问过,有人让我知道配置管理员
我觉得这对我有用,但它没有。也许我不知道
如何设置它或者还有另一种方法可以避免所有的编译。

有吗?很难相信他们制作了一个总能编译的IDE。
我必须走很长一段路才找到时间。 Pascal
也许??
任何帮助下来
Cal
I have 25 projects in my solution and everytime I run (Start) it compiles
everything. Can''t it keep tack of what''s been changed.

I asked a while ago and someone made me aware of the configuration manager
and I thought that would work for me, but it hasn''t. Maybe I don''t know how to set it up or maybe there is an other way of avoiding all the compiles.

Is there?? It''s hard to believe they produced an IDE that always compiles. I have to go a long way back to find a time when that was so. Pascal maybe??
Thans for any help
Cal



构建与重建。 Rebuild将每次重建所有,而仅构建

构建当前项目。


-

Gregory A. Beamer

MVP; MCP:+ I,SE,SD,DBA


**************************** ********************** ********************

在盒子外面思考!

************************************* ************* ********************

"活性" <交流**** @ REMOVEa-znet.com>在消息中写道

新闻:eE ************* @ TK2MSFTNGP11.phx.gbl ...
Build versus rebuild. Rebuild will rebuild all every time, while build only
builds the current project.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA

************************************************** ********************
Think Outside the Box!
************************************************** ********************
" active" <ac****@REMOVEa-znet.com> wrote in message
news:eE*************@TK2MSFTNGP11.phx.gbl...
我有25个项目解决方案,每次我运行(开始)它编译一切。它不能继续改变已被改变的东西。

我刚才问过,有人让我知道配置管理员
我觉得这对我有用,但它没有。也许我不知道
如何设置它或者还有另一种方法可以避免所有的编译。

有吗?很难相信他们制作了一个总能编译的IDE。
我必须走很长一段路才找到时间。 Pascal
也许??
任何帮助下来
Cal
I have 25 projects in my solution and everytime I run (Start) it compiles
everything. Can''t it keep tack of what''s been changed.

I asked a while ago and someone made me aware of the configuration manager
and I thought that would work for me, but it hasn''t. Maybe I don''t know how to set it up or maybe there is an other way of avoiding all the compiles.

Is there?? It''s hard to believe they produced an IDE that always compiles. I have to go a long way back to find a time when that was so. Pascal maybe??
Thans for any help
Cal



*"活性" <交流**** @ REMOVEa-znet.com> scripsit:
* " active" <ac****@REMOVEa-znet.com> scripsit:
我的解决方案中有25个项目,每次运行(开始)它都会编译所有内容。它不能继续改变已被改变的东西。

我刚才问过,有人让我知道配置管理员
我觉得这对我有用,但它没有。也许我不知道如何设置它或者可能还有另一种避免所有编译的方法。

有吗?很难相信他们制作了一个总能编译的IDE。我需要很长一段时间才能找到合适的时间。 Pascal也许??
I have 25 projects in my solution and everytime I run (Start) it compiles
everything. Can''t it keep tack of what''s been changed.

I asked a while ago and someone made me aware of the configuration manager
and I thought that would work for me, but it hasn''t. Maybe I don''t know how
to set it up or maybe there is an other way of avoiding all the compiles.

Is there?? It''s hard to believe they produced an IDE that always compiles. I
have to go a long way back to find a time when that was so. Pascal maybe??




甚至不使用Build Project ...而不是构建解决方案......帮助?


-

Herfried K. Wagner [MVP]

< http://www.mvps.org / dotnet>



Doesn''t even using "Build Project..." instead of "Build Solution..." help?

--
Herfried K. Wagner [MVP]
<http://www.mvps.org/dotnet>


这篇关于所有这些编译都是TOOO的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆