I have a language service that I created for a custom file type.
In addition, I created a custom target (build action) in the MSBuild project files. However, I cannot find a way to associate this default assembly action with my custom extension.
For example, if you added a .cs file, the default build action will be “compiled”. I would like to do the same for myself. that is, when adding the .dsl file, I would like the build action to be “Generate”, which is my custom target (and therefore the result of the build).
Is there a way without using the item wizard?
Darien ford
source share