forked from microsoft/vc-ue-extensions
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVisualStudioTools.uplugin
More file actions
38 lines (38 loc) · 909 Bytes
/
VisualStudioTools.uplugin
File metadata and controls
38 lines (38 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"FileVersion": 3,
"Version": 1,
"VersionName": "2.8",
"FriendlyName": "Visual Studio Integration Tools",
"Description": "Enables integration with Visual Studio IDE.",
"Category": "Programming",
"CreatedBy": "Microsoft",
"CreatedByURL": "http://www.microsoft.com",
"DocsURL": "",
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/362651520df94e4fa65492dbcba44ae2",
"SupportURL": "https://developercommunity.visualstudio.com/",
"EnabledByDefault": true,
"Installed": false,
"bExplicitlyLoaded": true,
"CanContainContent": false,
"SupportedTargetPlatforms": [
"Win64"
],
"Modules": [
{
"Name": "VisualStudioTools",
"Type": "Editor",
"LoadingPhase": "Default",
"PlatformAllowList": [
"Win64"
]
},
{
"Name": "VisualStudioBlueprintDebuggerHelper",
"Type": "Editor",
"LoadingPhase": "None",
"PlatformAllowList": [
"Win64"
]
}
]
}