aboutsummaryrefslogtreecommitdiffstats
path: root/.vsconfig
diff options
context:
space:
mode:
authorNeil Kollack <nkollack@gmail.com>2022-04-18 13:22:11 -0500
committerGitHub <noreply@github.com>2022-04-18 13:22:11 -0500
commit41e8678c463b7606dfaf292d67d05244ff044878 (patch)
tree4bad1628cc223bbd40bd5a593c8bf9576fda0402 /.vsconfig
parenta8e4db0544c6b2ac370693ad32e0e4adc01ef32e (diff)
parentb11db6ce1af50c7f76f17b3797c76275f81801d2 (diff)
Merge pull request #6 from MontanaJohns/develop
Prototype
Diffstat (limited to '.vsconfig')
-rw-r--r--.vsconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/.vsconfig b/.vsconfig
new file mode 100644
index 0000000..d70cd98
--- /dev/null
+++ b/.vsconfig
@@ -0,0 +1,6 @@
+{
+ "version": "1.0",
+ "components": [
+ "Microsoft.VisualStudio.Workload.ManagedGame"
+ ]
+}