0

This is first time, I am trying to migrate one application from VC++ to Dot Net. During my analysis I found NCB, CLW, DSP, DSW, vcxproj and vcxproj.filter files in VC++ but I don't have any clue about their equivalents in Dot_Net/C#. (Note : before asking this question, I checked for duplicate but could not find)

Do we need to create files with above extensions in Dot_Net/C# or they will be automatically created? Can somebody please guide me?

SleuthEye
  • 14,379
  • 2
  • 32
  • 61
MrRaghav
  • 335
  • 3
  • 11
  • 1
    It was the IntelliSense database for C++ projects in ancient versions of VS. No equivalent since none is needed, you can simply delete it. – Hans Passant Sep 24 '18 at 07:42
  • thank you. However, I have updated this question (just to avoid unnecessary other questions). If you don't mind, can you please re-look and again guide? – MrRaghav Sep 24 '18 at 11:46
  • None of those are relevant, focus only on the source code. – Hans Passant Sep 24 '18 at 14:21

0 Answers0