Update project to UE5.2
This commit is contained in:
parent
efa0c9052a
commit
cb2e7671af
10
.vsconfig
10
.vsconfig
|
@ -1,17 +1,13 @@
|
||||||
{
|
{
|
||||||
"version": "1.0",
|
"version": "1.0",
|
||||||
"components": [
|
"components": [
|
||||||
"Microsoft.Net.Component.4.6.2.TargetingPack",
|
"Microsoft.Net.Component.4.6.2.TargetingPack",
|
||||||
"Microsoft.VisualStudio.Component.VC.14.33.17.3.ARM64",
|
"Microsoft.VisualStudio.Component.VC.14.34.17.4.x86.x64",
|
||||||
"Microsoft.VisualStudio.Component.VC.14.33.17.3.x86.x64",
|
|
||||||
"Microsoft.VisualStudio.Component.VC.Tools.ARM64",
|
|
||||||
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
|
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
|
||||||
"Microsoft.VisualStudio.Component.Windows10SDK",
|
"Microsoft.VisualStudio.Component.Windows10SDK",
|
||||||
"Microsoft.VisualStudio.Workload.CoreEditor",
|
"Microsoft.VisualStudio.Workload.CoreEditor",
|
||||||
"Microsoft.VisualStudio.Workload.ManagedDesktop",
|
"Microsoft.VisualStudio.Workload.ManagedDesktop",
|
||||||
"Microsoft.VisualStudio.Workload.NativeCrossPlat",
|
|
||||||
"Microsoft.VisualStudio.Workload.NativeDesktop",
|
"Microsoft.VisualStudio.Workload.NativeDesktop",
|
||||||
"Microsoft.VisualStudio.Workload.NativeGame",
|
"Microsoft.VisualStudio.Workload.NativeGame"
|
||||||
"Microsoft.VisualStudio.Workload.Universal"
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"FileVersion": 3,
|
"FileVersion": 3,
|
||||||
"EngineAssociation": "5.1",
|
"EngineAssociation": "5.2",
|
||||||
"Category": "",
|
"Category": "",
|
||||||
"Description": "",
|
"Description": "",
|
||||||
"Modules": [
|
"Modules": [
|
||||||
|
|
Loading…
Reference in New Issue