Browse code

enforcing activity type

Louis Jonget authored on10/10/2023 10:25:59
Showing1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,16 @@
1
+{
2
+    "configurations": [
3
+        {
4
+            "name": "Win32",
5
+            "includePath": [
6
+                "${workspaceFolder}/**"
7
+            ],
8
+            "defines": [
9
+                "_DEBUG",
10
+                "UNICODE",
11
+                "_UNICODE"
12
+            ]
13
+        }
14
+    ],
15
+    "version": 4
16
+}
0 17
\ No newline at end of file