When I create a website which uses SQL Server Compact/CE 4.0 in private deployment mode then I result in having 2 additional folders inside /bin directory: amd64 and x86 -- which contain the platform specific non-AnyCPU assemblies.
Is this sub folder feature globally available within .NET, is it website specific or even only SQLCE4 specific? And how could I tell? (I already searched System.Data.SqlServerCe.dll using Reflector.)