I have some .HQL files in my project that I want to include as strongly-typed resources. The extension is important because I'm using HQLAddin to get intellisense and validation on them.
If I choose "Add Existing File..." from the menu, it gets added as a binary file (mapped as byte[]
) and I have to manually edit the resource file, which is not practical, to make it a string.
Is there any other easy way to add the resource files (without editing the resx file), or to make Visual Studio recognize them as text files?