rschroeder I believe they are now in the database itself.
SELECT TOP 1000 [TemplateName] ,[SystemOID] ,[TemplateXml] ,[Comments] ,[UseForAutoDetect] ,[IsDefault] ,[Author] FROM [dbo].[NCM_DeviceTemplates]
After I upgraded, a while back, I noticed we had many problems because they did not take any of our custom templates into the upgrade. So, I had to go back through and put them back in there myself...
-Will