Relative Content

Tag Archive for c#visual-studio

How do i package a class in a class library to a dll

I’m using visual studio 2022, I have a class library called bulletcontrols.core and in this class library I have many classes. These classes are called for example DropdownList, BannerCarousal, ProductSlider etc. But when I build the class library I get a dll called BulletControls.Core which contains these classes but what I want is a dll for each class in the class library so I get BulletControls.Core.DropdownList, BulletControls.Core.BannerCarousal, BulletControls.Core.ProductSlider.

How do i package a class in a class library to a dll

I’m using visual studio 2022, I have a class library called bulletcontrols.core and in this class library I have many classes. These classes are called for example DropdownList, BannerCarousal, ProductSlider etc. But when I build the class library I get a dll called BulletControls.Core which contains these classes but what I want is a dll for each class in the class library so I get BulletControls.Core.DropdownList, BulletControls.Core.BannerCarousal, BulletControls.Core.ProductSlider.

How do i package a class in a class library to a dll

I’m using visual studio 2022, I have a class library called bulletcontrols.core and in this class library I have many classes. These classes are called for example DropdownList, BannerCarousal, ProductSlider etc. But when I build the class library I get a dll called BulletControls.Core which contains these classes but what I want is a dll for each class in the class library so I get BulletControls.Core.DropdownList, BulletControls.Core.BannerCarousal, BulletControls.Core.ProductSlider.

How do i package a class in a class library to a dll

I’m using visual studio 2022, I have a class library called bulletcontrols.core and in this class library I have many classes. These classes are called for example DropdownList, BannerCarousal, ProductSlider etc. But when I build the class library I get a dll called BulletControls.Core which contains these classes but what I want is a dll for each class in the class library so I get BulletControls.Core.DropdownList, BulletControls.Core.BannerCarousal, BulletControls.Core.ProductSlider.