I'm new to Sharepoint and Visual Studio. I want to understand which is the proper way to create a WSP using Visual Studio.
The WSP must have this content:
- Folder ISAPI which contains service.svc file;
- manifest.xml file;
- myLibrary.ddl file;
Which type of project should I create in Visual Studio to have this output? Which are the various steps to create this file in Visual Studio?