Turning a project into a static library

I checked the Microsoft docs. it shows how to create a static library when creating a project. but not necessarily about how to convert a previously executed project to a static library. So my question is, where can I turn my previously made project into a static lib. so i can include it in my other projects

+2


a source to share


2 answers


Project | Properties -> Configuration Properties -> General -> Configuration Type (Static Library).



+5


a source


1) See my comments on the previous question



2) Properties - Configuration type - static library

0


a source







All Articles