Is it possible to create a stripped down .NET assembly that only contains method/class/interface definitions with all actual code removed (or replaced with NotImplemented exceptions)?
I want to be able to only compile against it and replace it with a full-fledged assembly before running.