I am currently getting a missing reference error when I build with my build
scripts but a clean compile in my Visual Studio. My current structure
looks similar to the following:
Project A
Public Interface A
Project B
Public Class B
implements inplements A
Project C
Pub
I am currently getting a missing reference error when I build with my build
scripts but a clean compile in my Visual Studio. My current structure
looks similar to the following:
Project A
Public Interface A
Project B
Public Class B
implements inplements A
Project C
Pub