How to create a WSP from Visual Studio?

1.6k Views Asked by At

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?

1

There are 1 best solutions below

0
Lee On

You need create farm solution.

Custom CF DEMO1 Custom CF DEMO2

Publish when you ready to deploy your solution(VS2017 in my local, VS2019 should be similar).

enter image description here