In Visual C #, how to disable a WiX project? (makes assembly too slow)

I am using Visual C # 2010.
I had a WiX script regardless of Visual C #.
But recently, I decided to integrate it as a WiX project inside Visual C #.

PROBLEM: Visual C # is now much slower to create.
Whenever I want to run Debug, it takes forever, and when there is a compilation error, all kinds of WiX errors appear.

Is it possible to disable / close a WiX project and enable it only if necessary? (as in Eclipse)

+4
source share
2 answers

Yes, go to BuildConfiguration Manager

Build WiX.

, . Debug, Release.

+9

, Eclipse, "".

, Eclipse ( Eclipse ), , .

0

All Articles