C++/CLI to C#
I have a C++/CLI header and source files in a C# project...I have to convert into C# .cs files....I have converted it infact.....But I don#t know how to add the cs files by removing the c++/CLI files from the C# project....Even when I remove the header and source files from the C# project, It is somewhere in the c# project in the form of DLL or something........I want to run my application with cs files.....Plz help me to solve my problem.......U can suggest any website.....
|