From f1de2d47d793c1c37ef57ce6ece4b053aa59c70b Mon Sep 17 00:00:00 2001 From: 10000Je Date: Sun, 13 Apr 2025 22:11:12 +0900 Subject: [PATCH] first commit --- .gitignore | 1 + .vsconfig | 15 +++++++++++++++ 2 files changed, 16 insertions(+) create mode 100644 .vsconfig diff --git a/.gitignore b/.gitignore index f4334a5..eca6ca1 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ Binaries DerivedDataCache Intermediate Saved +.idea .vscode .vs *.VC.db diff --git a/.vsconfig b/.vsconfig new file mode 100644 index 0000000..b3c233d --- /dev/null +++ b/.vsconfig @@ -0,0 +1,15 @@ +{ + "version": "1.0", + "components": [ + "Microsoft.Net.Component.4.6.2.TargetingPack", + "Microsoft.VisualStudio.Component.Unreal.Workspace", + "Microsoft.VisualStudio.Component.VC.14.38.17.8.ATL", + "Microsoft.VisualStudio.Component.VC.14.38.17.8.x86.x64", + "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" + ] +}