aboutsummaryrefslogtreecommitdiff
path: root/.vscode/c_cpp_properties.json
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-01-27 22:17:10 -0500
committerAlee <Alee14498@gmail.com>2019-01-27 22:17:10 -0500
commitab3bc9a86613d9aca5da531595394b83c94669ff (patch)
tree80379a2afd007bb92c7c5fc50694d32d958ef60f /.vscode/c_cpp_properties.json
parent71c43d4c407e05cfabbcecfcb4d1e3625bdbdd25 (diff)
downloadProject-Xeon-ab3bc9a86613d9aca5da531595394b83c94669ff.tar.gz
Project-Xeon-ab3bc9a86613d9aca5da531595394b83c94669ff.tar.bz2
Project-Xeon-ab3bc9a86613d9aca5da531595394b83c94669ff.zip
Things
Diffstat (limited to '.vscode/c_cpp_properties.json')
-rw-r--r--.vscode/c_cpp_properties.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json
new file mode 100644
index 0000000..180ed08
--- /dev/null
+++ b/.vscode/c_cpp_properties.json
@@ -0,0 +1,21 @@
+{
+ "configurations": [
+ {
+ "name": "Win32",
+ "includePath": [
+ "${workspaceFolder}/**"
+ ],
+ "defines": [
+ "_DEBUG",
+ "UNICODE",
+ "_UNICODE"
+ ],
+ "windowsSdkVersion": "10.0.17763.0",
+ "compilerPath": "D:/Program Files (x86)/Microsoft Visual Studio/2019/Preview/VC/Tools/MSVC/14.20.27027/bin/Hostx64/x64/cl.exe",
+ "cStandard": "c11",
+ "cppStandard": "c++17",
+ "intelliSenseMode": "msvc-x64"
+ }
+ ],
+ "version": 4
+} \ No newline at end of file