❔ No Build Action option in Property pages

When I right click on my x.bmp file in my project, and access properties, I get the attached screen, with only those options, while supposedly I am able to change Build Actions via this menu, but I haven't found a way to do that at all
7 Replies
.logik.
.logik.17mo ago
I'm not familiar with property pages but I think you should be able to access it through the property window directly If you hit F4 or go to View > Properties Window, that should open a little panel on the bottom right of Visual Studio. Then by clicking the bitmap in your solution explorer you should get the options there
.logik.
.logik.17mo ago
FricativeMelon
FricativeMelon17mo ago
That window looks like this for me
FricativeMelon
FricativeMelon17mo ago
Is what you mean?
FricativeMelon
FricativeMelon17mo ago
@implicit electron Not sure what you mean by "Item Type". There's a "File Type" option but that isn't helpful Okay I think that's what I was looking for! Thank you!
Accord
Accord17mo ago
Was this issue resolved? If so, run /close - otherwise I will mark this as stale and this post will be archived until there is new activity.
Want results from more Discord servers?
Add your server
More Posts
✅ Index was outside of bounds of the arrayI've written a Morse Code translator, and it pretty much works 100% besides the fact it throws an exMaking a shortcut for checking null component in unityEvetime I create a new component in unity, I something like ``` if (!TryGetComponent(out _rb2D)) {✅ Help with non-nullable field must contain a non-null value when exiting constructor.Following an online tutorial and trying to resolve nullable reference warnings (the tutorial was befC# WPF Login Oracle DatabaseSo I'm making a login system with C# WPF and I use Oracle DB. As I understood oracle it only has one❔ Using mvvm toolkit- Why my view has no access to my command?I got the following Code in the view model: ``` [RelayCommand] public void CalculateAnd❔ Razor Page - Select Tag Helper (form-select): Need help with onchange event for drop-down listIn my APR.cshtml page I have the following drop down list present: `<select asp-for="@Model.ServerNa❔ EF Core setting property with value converter to nulli have a value object ```cs public record ShippingOrderNumber(int Number);``` that i'm mapping to ❔ Some bug i guess**Code that works** ``` Task.Run(() => Static_class_name.START(param1, param2, param3)); ``` *inside❔ Visual Studio not producing templates?Hey everyone, I'm attempting to teach myself C# via this website " https://www.w3schools.com/cs/cs_g❔ Confusing ClientWebSocket.ReceiveAsync() behaviorPicture the following class: ```cs private ClientWebSocket _ws = new(); private Memory<byte> _buffe