I have a silverlight solution and I'am trying to create a fakes assembly for System.Windows.Controls.Data.DataForm.Toolkit (to play with DataForm).
After I add the fakes assembly I get the following build error:
Error 6 The extern alias 'swd' was not specified in a /reference option [C:\Dev\Temp\SLTest1\Controls.Tests\obj\Debug\Fakes\swcddft\f.csproj] C:\Dev\Temp\SLTest1\Controls.Tests\f.cs 16 1 Controls.Tests
Looks like that .csproj is regenerated on each build, so I can't modify the project file. How can I specify the reference? Any ideas?