Posts
Sort by recent activity
Mixed C# and C++ solution
i have a .net 6 app which takes dependency on 2 libraries. 1st library is written in C#, and the second library is a Managed C++/CLR library. I created an .saproj that embeds both the C# and the C+...