All database objects are now created inside SQL Server database projects.
They removed the distinction between database projects (SQL Scripts) and SQL CLR.
So it's just File -> New -> Project , Installed -> Templates -> SQL Server , SQL Server Database Project .
Then, if you go to Add -> New Item , you will find different categories on the left, including (vaguely) SQL CLR and SQL CLR C# . The first is for creating SQL scripts for adding CLR objects, the second for creating the CLR objects themselves.
Damien_The_Unbeliever Aug 20 2018-12-12T00: 00Z
source share