This website requires JavaScript.
Explore
Help
Sign In
izzy
/
UnrealEngineUWP
Watch
0
Star
0
Fork
0
You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced
2026-03-26 18:15:20 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
1fb237117fd39f5db5229d84d19ba576cb74acbb
UnrealEngineUWP
/
Engine
/
Source
/
Programs
/
Shared
/
EpicGames.MsBuild
History
Ben Marsh
d302274b33
Fix other xmldoc issues when building UBT.
...
#preflight none [CL 20777501 by Ben Marsh in ue5-main branch]
2022-06-22 13:40:26 -04:00
..
CsProjBuilder.cs
Fix other xmldoc issues when building UBT.
2022-06-22 13:40:26 -04:00
EpicGames.MsBuild.csproj
Moved C# project build support from UAT to EpicGames.Build. Isolated code referencing Microsoft.Build into a dll to avoid any issues calling Assembly.GetTypes(). In prior code, it would attempt to resolve the types for things using Microsoft.Build.Framework and fail to load it. By resolving that issue, any future changes to UBT that will utilize this code will not result in any build/target scripts needing to be modified if they use Assembly.GetTypes().
2022-04-18 12:17:12 -04:00