How to prevent automatic registration of an ATL project in Visual Studio?

1.1k views Asked by At

I created an ATL C++ project in Visual Studio 2008 that is built as an exe out-of-process COM server. I want to disable its registration upon the build in VS. I thought I did so by unchecking the following option:

enter image description here

but it still gets registered automatically during the build.

Is there any way to stop it?

0

There are 0 answers