G
Guest
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.
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.