I was looking for it all night, but it seems that the project type is not on vs 2010.
But the main problem is, I want to make a custom control (or a user control compiled to a dll, if vs 2010 does not have the custom control library feature). Unluckily, I was not able to find any article for 2010 but only for 2008, which is pretty much different from the 2010 IDE.
http://msdn.microsoft.com/en-us/library/aa479318.aspx#customcontrolfromusercontrol%5Ftopic3
How will I be able to create a custom control in vs2010? Thanks in advance.