Commit f1432c567a2ffb7c8a88dfbc70941e65deda985d
Exists in
master
and in
1 other branch
Merge branch 'master' of https://github.com/PerryWerneck/libipc3270
Showing
2 changed files
with
24 additions
and
0 deletions
Show diff stats
... | ... | @@ -0,0 +1,24 @@ |
1 | +{ | |
2 | + "configurations": [ | |
3 | + { | |
4 | + "name": "Win32", | |
5 | + "includePath": [ | |
6 | + "${workspaceFolder}/src/include", | |
7 | + "${vcpkgRoot}/x64-windows/include", | |
8 | + "${vcpkgRoot}/x64-windows-static/include", | |
9 | + "C:/Program Files/pw3270/sdk/include" | |
10 | + ], | |
11 | + "defines": [ | |
12 | + "_DEBUG", | |
13 | + "UNICODE", | |
14 | + "_UNICODE" | |
15 | + ], | |
16 | + "windowsSdkVersion": "10.0.18362.0", | |
17 | + "compilerPath": "C:/Program Files (x86)/Microsoft Visual Studio/2019/Community/VC/Tools/MSVC/14.23.28105/bin/Hostx64/x64/cl.exe", | |
18 | + "cStandard": "c11", | |
19 | + "cppStandard": "c++17", | |
20 | + "intelliSenseMode": "msvc-x64" | |
21 | + } | |
22 | + ], | |
23 | + "version": 4 | |
24 | +} | |
0 | 25 | \ No newline at end of file | ... | ... |
No preview for this file type