You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
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:
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" />
|
||||
|
||||
Reference in New Issue
Block a user