Skip to content

Add CppProperties.json for x86-Debug configuration with IntelliSense support #358

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .vs/CMakeWorkspaceSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{
}
3 changes: 3 additions & 0 deletions .vs/ProjectSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"CurrentProjectSetting": "x86-Debug"
}
4 changes: 4 additions & 0 deletions .vs/VSWorkspaceState.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"ExpandedNodes": [],
"PreviewInSolutionExplorer": false
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1,026 changes: 1,026 additions & 0 deletions .vs/python-gssapi/config/applicationhost.config

Large diffs are not rendered by default.

Binary file added .vs/python-gssapi/v17/.wsuo
Binary file not shown.
Binary file added .vs/python-gssapi/v17/Browse.VC.db
Binary file not shown.
12 changes: 12 additions & 0 deletions .vs/python-gssapi/v17/DocumentLayout.backup.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\nickl\\source\\repos\\python-gssapi\\",
"Documents": [],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": []
}
]
}
62 changes: 62 additions & 0 deletions .vs/python-gssapi/v17/DocumentLayout.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"Version": 1,
"WorkspaceRootPath": "C:\\Users\\nickl\\source\\repos\\python-gssapi\\",
"Documents": [
{
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\nickl\\source\\repos\\python-gssapi\\.vs\\CMakeWorkspaceSettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:.vs\\CMakeWorkspaceSettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
},
{
"AbsoluteMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|C:\\Users\\nickl\\source\\repos\\python-gssapi\\CppProperties.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}",
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:CppProperties.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
}
],
"DocumentGroupContainers": [
{
"Orientation": 0,
"VerticalTabListWidth": 256,
"DocumentGroups": [
{
"DockedWidth": 200,
"SelectedChildIndex": 2,
"Children": [
{
"$type": "Bookmark",
"Name": "ST:128:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
},
{
"$type": "Bookmark",
"Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}"
},
{
"$type": "Document",
"DocumentIndex": 0,
"Title": "CMakeWorkspaceSettings.json",
"DocumentMoniker": "C:\\Users\\nickl\\source\\repos\\python-gssapi\\.vs\\CMakeWorkspaceSettings.json",
"RelativeDocumentMoniker": ".vs\\CMakeWorkspaceSettings.json",
"ToolTip": "C:\\Users\\nickl\\source\\repos\\python-gssapi\\.vs\\CMakeWorkspaceSettings.json",
"RelativeToolTip": ".vs\\CMakeWorkspaceSettings.json",
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
"WhenOpened": "2025-04-18T12:05:13.246Z",
"EditorCaption": ""
},
{
"$type": "Document",
"DocumentIndex": 1,
"Title": "CppProperties.json",
"DocumentMoniker": "C:\\Users\\nickl\\source\\repos\\python-gssapi\\CppProperties.json",
"RelativeDocumentMoniker": "CppProperties.json",
"ToolTip": "C:\\Users\\nickl\\source\\repos\\python-gssapi\\CppProperties.json",
"RelativeToolTip": "CppProperties.json",
"ViewState": "AgIAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
"WhenOpened": "2025-04-18T12:02:36.171Z",
"EditorCaption": ""
}
]
}
]
}
]
}
Binary file added .vs/slnx.sqlite
Binary file not shown.
21 changes: 21 additions & 0 deletions CppProperties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"configurations": [
{
"inheritEnvironments": [
"msvc_x86"
],
"name": "x86-Debug",
"includePath": [
"${env.INCLUDE}",
"${workspaceRoot}\\**"
],
"defines": [
"WIN32",
"_DEBUG",
"UNICODE",
"_UNICODE"
],
"intelliSenseMode": "windows-msvc-x86"
}
]
}