Hey,
I was wonder, what is the best way to go about this (C#)
I have 2 projects, client, and server. Both share 2 classes (Linked in the one project, and in the other projects folder).
Both rely upon binary serialization, and therefore need to be the same. However, how would i tell Spices to name them the same? Shouild i create a new Project with these in, then reference that in both projects?
Cheers