You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
62 lines
2.0 KiB
JSON
62 lines
2.0 KiB
JSON
{
|
|
"MainVersion": "10.0.22621.0",
|
|
"MinVersion": "10.0.19041.0",
|
|
"MaxVersion": "10.9.99999.0",
|
|
|
|
"MinSoftwareVersion": "10.0.19041.0",
|
|
|
|
"PreferredClangVersions": [
|
|
"18.1.3-18.999",
|
|
"16.0.0-16.999"
|
|
],
|
|
"MinimumClangVersion": "16.0.0",
|
|
|
|
// this is a strange format, but instead of a version range, this mapping min clang version for each MSVC version
|
|
"MinimumRequiredClangVersion": [
|
|
"14.40-17", // VS2022 17.10.x
|
|
"14.37-16" // VS2022 17.7.x - 17.9.x
|
|
],
|
|
|
|
// Version number is the MSVC family, which is the version in the Visual Studio folder
|
|
"PreferredVisualCppVersions": [
|
|
"14.38.33130-14.38.99999" // VS2022 17.8.x
|
|
],
|
|
|
|
"BannedVisualCppVersions": [
|
|
"14.40.33807-14.40.99999", // VS2022 17.10.0: Codegen issue causes runtime crash for AVX/2/512. 17.10.x: PGO optimize issue causes runtime crash
|
|
"14.39.33519-14.39.99999" // VS2022 17.9.0 - 17.9.3: Internal compiler errors. 17.9.x: Codegen issue causes runtime crash for AVX/2/512
|
|
],
|
|
"MinimumVisualCppVersion": "14.38.33130",
|
|
|
|
"PreferredIntelOneApiVersions": [
|
|
"2024.2.0-2024.9999"
|
|
],
|
|
"MinimumIntelOneApiVersion": "2024.2.0",
|
|
|
|
"VisualStudioSuggestedComponents": [
|
|
"Microsoft.Net.Component.4.6.2.TargetingPack",
|
|
"Microsoft.VisualStudio.Component.Unreal.Workspace",
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64", // Only LTSC versions of MSVC should be suggested
|
|
"Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL", // Match version of MSVC
|
|
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
|
|
"Microsoft.VisualStudio.Component.Windows11SDK.22621",
|
|
"Microsoft.VisualStudio.Workload.CoreEditor",
|
|
"Microsoft.VisualStudio.Workload.ManagedDesktop",
|
|
"Microsoft.VisualStudio.Workload.NativeDesktop",
|
|
"Microsoft.VisualStudio.Workload.NativeGame"
|
|
],
|
|
|
|
"VisualStudioSuggestedLinuxComponents": [
|
|
"Microsoft.VisualStudio.Workload.NativeCrossPlat"
|
|
],
|
|
|
|
"VisualStudio2022SuggestedComponents": [
|
|
],
|
|
|
|
"MinimumVisualStudio2022Version": "17.8",
|
|
|
|
"MinimumWindowsX64TargetVersion": "0x601", // Win7
|
|
"MinimumWindowsArm64TargetVersion": "0xA00" // Win10
|
|
|
|
}
|