Commit f1432c567a2ffb7c8a88dfbc70941e65deda985d

Authored by Perry Werneck
2 parents 80a47274 e32fe994
Exists in master and in 1 other branch develop

Merge branch 'master' of https://github.com/PerryWerneck/libipc3270

client/.vscode/c_cpp_properties.json 0 → 100644
... ... @@ -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
... ...
client/vc140.pdb 0 → 100644
No preview for this file type