aboutsummaryrefslogtreecommitdiff
path: root/CppProperties.json
diff options
context:
space:
mode:
authorJordan HarrisToovy <[email protected]>2021-10-18 01:07:43 -0700
committerJordan HarrisToovy <[email protected]>2021-10-18 01:07:43 -0700
commit3245f72ea310b3ea0f1035f60e86f41d8f0371e7 (patch)
tree08a20ef965b0682d06be724d811052660e0cec99 /CppProperties.json
parentAdd online IDE url (diff)
downloadcst116-lab3-jordanht-oit-3245f72ea310b3ea0f1035f60e86f41d8f0371e7.tar.xz
cst116-lab3-jordanht-oit-3245f72ea310b3ea0f1035f60e86f41d8f0371e7.zip
Temporary push for backup
Diffstat (limited to 'CppProperties.json')
-rw-r--r--CppProperties.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/CppProperties.json b/CppProperties.json
new file mode 100644
index 0000000..659bf4e
--- /dev/null
+++ b/CppProperties.json
@@ -0,0 +1,21 @@
+{
+ "configurations": [
+ {
+ "inheritEnvironments": [
+ "msvc_x86"
+ ],
+ "name": "x86-Debug",
+ "includePath": [
+ "${env.INCLUDE}",
+ "${workspaceRoot}\\**"
+ ],
+ "defines": [
+ "WIN32",
+ "_DEBUG",
+ "UNICODE",
+ "_UNICODE"
+ ],
+ "intelliSenseMode": "windows-msvc-x86"
+ }
+ ]
+} \ No newline at end of file