I know how to do it in C++ with #include
, but I actually can't understand how make it with c# usings
So. I have project that work with some data files. I have my own "Serializer" class for it. And I also want make simple console tool to work with those data files. This tool depends on "Serializer" too. Both projects in one solution.
I try "Add existed item" but it only makes a copy.
Actually i didn't want made separate projects. But it looks one project == one entry point.