Hi,
I've small issue with resx files used in SharePoint project. I can use resources from JS if they contains following code:
<?xml version="1.0" encoding="utf-8"?><root><resheader name="scriptResx"><value>true</value></resheader><!-- the full name of the JavaScript class. --><resheader name="classFullName"><value>Roche.Intranet.Resources</value></resheader><!-- Rest autogenerated stuff --></root>
Everything works fine until some edits the resources file via VS Resources Designer. Regeneration removes additional nodes:/
Is there option in Visual Studio/resx to block regeneration of specific section or pass above attributes from designer?
BR,
Igby