Skip to content

Instantly share code, notes, and snippets.

@EgorBo
Created November 9, 2017 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EgorBo/1d727b4d9f5b4fc5a26c07056c8302b7 to your computer and use it in GitHub Desktop.
Save EgorBo/1d727b4d9f5b4fc5a26c07056c8302b7 to your computer and use it in GitHub Desktop.
using System.Xml;
namespace ConsoleApp7
{
class Program
{
static void Main(string[] args)
{
new XmlDocument().Load(@"C:\prj\MyIosProject\Info.plist");
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment