When an image is added to a WPF project and its BuildAction is set to "SplashScreen", NCrunch fails to build. See steps below for how to repeat the problem. (Present in 1.35.0.16b).
1. Create a WPF application project.
2. Create a test project for it.
3. Enable NCrunch for the solution - verify that NCrunch builds and marks everything as "OK".
4. Add an image to the WPF application project and set the BuildAction to "SplashScreen".
5. NCrunch will have a build error, saying something like the following:
C:\Windows\Microsoft.NET\Framework\v4.0.30319\Microsoft.WinFX.targets (711): File 'SplashScreen.png' cannot be found.