A generic C++ class. (This is not in the Add New Item dialogit is in the Add Class dialog. The Add Class dialog can be opened by right-clicking on the project in the Solution Explorer and selecting Add Add Class.)
A C++ source file.
A C++ header file.
A COM Interface Definition Language file.
A file listing DLL entry points.
A source file containing a class derived from System.Windows.Forms.Form.
A source file containing a class that derives from System.ComponentModel.Component. (This enables integration with the VS.NET design-time environment. See Chapter 7 for more details.)
A source file containing a class that derives from System.Windows.Forms.UserControl. User controls can be edited using the visual designer.
An XML schema and a generated strongly typed DataSet class.
A .NET application configuration file. This file is named app.config, but at build time, VS.NET copies the file into the startup directory with the name <exename>.exe.config. (This is the name that the .NET Framework expects configuration files to have.)
A source file containing a class to be invoked at setup time. This would be used in a project that implements a custom action for a Setup and Deployment project.
An .asmx file and associated codebehind file.