Fix casing of System.Xml reference in EnvVarsToXML to fix Mac build.

[CL 2496954 by Richard Fawcett in Main branch]
This commit is contained in:
Richard Fawcett
2015-03-31 05:03:52 -04:00
committed by richard.fawcett@epicgames.com
parent b1ae738c35
commit da6a6a32ec
@@ -35,7 +35,7 @@
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.XML" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Program.cs" />