Handle a file ref, with backslashes, in a .resx, on a non-windows system
authorAnkit Jain <ankit.jain@xamarin.com>
Sat, 11 Mar 2017 02:38:04 +0000 (21:38 -0500)
committerMarek Safar <marek.safar@gmail.com>
Sat, 11 Mar 2017 10:03:07 +0000 (11:03 +0100)
commita3195b79f6fdba3a8d59f0de5a881f90dcf7d458
tree9c9e3a5fffc02a40985fd9b9b68b5eaf1e20e339
parent572e92c5970a67035bc1695519bfd0de49ae2e5f
Handle a file ref, with backslashes, in a .resx, on a non-windows system

File ref of the form:

```xml
  <data name="foo" type="System.Resources.ResXFileRef, System.Windows.Forms">
    <value>..\Resources\foo.json;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
  </data>
```
mcs/class/System.Windows.Forms/System.Resources/ResXFileRef.cs
mcs/class/System.Windows.Forms/Test/System.Resources/ResXFileRefTest.cs