My project relies on some source files that it generates from an included .xml file.
My project lives in MySolution\MyProject\ The generated files appear in source under ..\MySolution\Intermediate\Debug\MyProject\foo.generated.cs
In the “Additional Files To Include” settings I’ve added: ..\Intermediate\Debug\MyProject\foo.generated.cs
(I also tried adding the whole directory : ..\Intermediate\Debug\MyProject*.*)
NCrunch can’t build my project because it says one of the classes in foo.generated.cs doesn’t exist.
So what am I missing?
Edited 06 May 2013 15:27 UTC