To check wether a specific project reference exists (C# Code, Preprocessor Directives …)
问题 i'm fairly new to C# / .NET so I hope there is a solution for my problem. I'm working with 2 different image-processing libraries which have their own classes to represent images. Because I don't want to use this classes in my own (private) class library, I want to implement my own "myImage"-Class which is supposed to be a wrapper around both of the other classes. (I have of course to add the functionality of the libraries if they are missing). My problem is basically now like this: The