Home All Groups Group Topic Archive Search About

How to identify a .NET project

Author
8 Nov 2007 3:21 AM
kilo
I routinely import legacy C++ projects then convert them to DLLs.  My working
IDE is Visual Studio 2005.

How do I recognize which projects are considered as .NET which projects are
considered managed/unmanaged?  My goal is to convert these projects to
managed .NET where it is painless, since this is our preferred platform.  I'm
assuming that I make this happen by initially adjusting the properties of the
project.
--
thanks for your help

Author
9 Nov 2007 12:09 AM
redec
well the most obvious way is in the project properties...under Configuration
Settings / General / Common language runtime support (/clr)....if that's
turned on then it's managed.  You'll want to read up on the differences of
managed objects vs unmanaged objects tho

AddThis Social Bookmark Button