diff options
Diffstat (limited to '.configurations/2022_cross.vsconfig')
-rw-r--r-- | .configurations/2022_cross.vsconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.configurations/2022_cross.vsconfig b/.configurations/2022_cross.vsconfig new file mode 100644 index 000000000000..e9ac2f114dc5 --- /dev/null +++ b/.configurations/2022_cross.vsconfig @@ -0,0 +1,18 @@ +{
+ "version": "1.0",
+ "components": [
+ "Microsoft.VisualStudio.Workload.CoreEditor",
+ "Microsoft.VisualStudio.Workload.NativeDesktop",
+ "Microsoft.Net.Component.4.8.SDK",
+ "Microsoft.VisualStudio.Component.Git",
+ "Microsoft.VisualStudio.Component.VC.ATL",
+ "Microsoft.VisualStudio.Component.VC.ATL.ARM64",
+ "Microsoft.VisualStudio.Component.VC.Llvm.Clang",
+ "Microsoft.VisualStudio.Component.VC.Redist.MSM",
+ "Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
+ "Microsoft.VisualStudio.Component.VC.Tools.ARM64",
+ "Microsoft.VisualStudio.Component.VC.Tools.ARM64EC",
+ "Microsoft.VisualStudio.Component.Windows11SDK.22621"
+ ],
+ "extensions": []
+}
\ No newline at end of file |