The candidate for Visual Studio 2015 release has a new project template called "Class Library (package)". This is in the Visual C # / Web category. The project type information panel says: "PREVIEW is a project template for creating a class library in the form of a NuGet package that can target any platform."
I am doing something similar that I was doing in a regular Library Library project and it includes an embedded resource. Typically, in the Properties dialog box, there is an option to specify a Build Action. Then you can select "Embedded Resource". This option does not appear in the Properties dialog box for the file in the Project Class Project.
Does anyone know how to add an embedded resource to the Class Library (Package) project in VS 2015 RC? Is it possible?
source share