If you display the properties for a project element in Visual Studio, in the "Advanced" category, there is the "Create Action" property. In my Visual Studio installation, it contains "None", "Compile", "Content", etc.
If I try to enter an unrecognized value in the field, I will get a warning "Property value is invalid."
Can I add my own values ββto this list? If so, how?
I am not asking how to add custom assembly types to the MSBuild project file - I already know how to do this. It's just that I'm too lazy to "Unload the project" / "Edit the project" / change <None Include="Foo.bar"/> to <Whatever Include="Foo.bar"/> / "Update the project" / " Yes, I'm sure I want to reload the project, even if itβs already open in the editor. "
source share