From 3d4c262c56d7e63ae9fc7f1ab9652d9ee92add48 Mon Sep 17 00:00:00 2001 From: nicoboss Date: Sat, 29 Aug 2020 16:59:51 +0200 Subject: [PATCH] Added Visual Studio 2019 Python Project --- .gitignore | 1 + nsz.pyproj | 112 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 113 insertions(+) create mode 100644 nsz.pyproj diff --git a/.gitignore b/.gitignore index 8ce2c2e..461f49a 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ *.ncz *.keys *keys.txt +.vs/ .vscode/ ROMs/ build/ diff --git a/nsz.pyproj b/nsz.pyproj new file mode 100644 index 0000000..2d4fb35 --- /dev/null +++ b/nsz.pyproj @@ -0,0 +1,112 @@ + + + + Debug + 2.0 + {39fabc12-415b-4deb-bfae-38ac2d1fc72c} + + nsz.py + + . + . + {888888a0-9f3d-457c-b088-3a5042f75d52} + Standard Python launcher + Global|PythonCore|3.8 + + + + + 10.0 + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file