Skip to content

Commit 6379e55

Browse files
committed
Add CppProperties.json for x86-Debug configuration with IntelliSense support
1 parent 52bd8e9 commit 6379e55

14 files changed

+1130
-0
lines changed

.vs/CMakeWorkspaceSettings.json

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
{
2+
}

.vs/ProjectSettings.json

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"CurrentProjectSetting": "x86-Debug"
3+
}

.vs/VSWorkspaceState.json

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"ExpandedNodes": [],
3+
"PreviewInSolutionExplorer": false
4+
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

.vs/python-gssapi/config/applicationhost.config

+1,026
Large diffs are not rendered by default.

.vs/python-gssapi/v17/.wsuo

21 KB
Binary file not shown.

.vs/python-gssapi/v17/Browse.VC.db

528 KB
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"Version": 1,
3+
"WorkspaceRootPath": "C:\\Users\\nickl\\source\\repos\\python-gssapi\\",
4+
"Documents": [],
5+
"DocumentGroupContainers": [
6+
{
7+
"Orientation": 0,
8+
"VerticalTabListWidth": 256,
9+
"DocumentGroups": []
10+
}
11+
]
12+
}
+62
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
{
2+
"Version": 1,
3+
"WorkspaceRootPath": "C:\\Users\\nickl\\source\\repos\\python-gssapi\\",
4+
"Documents": [
5+
{
6+
"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}",
7+
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:.vs\\CMakeWorkspaceSettings.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
8+
},
9+
{
10+
"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}",
11+
"RelativeMoniker": "D:0:0:{A2FE74E1-B743-11D0-AE1A-00A0C90FFFC3}|\u003CMiscFiles\u003E|solutionrelative:CppProperties.json||{90A6B3A7-C1A3-4009-A288-E2FF89E96FA0}"
12+
}
13+
],
14+
"DocumentGroupContainers": [
15+
{
16+
"Orientation": 0,
17+
"VerticalTabListWidth": 256,
18+
"DocumentGroups": [
19+
{
20+
"DockedWidth": 200,
21+
"SelectedChildIndex": 2,
22+
"Children": [
23+
{
24+
"$type": "Bookmark",
25+
"Name": "ST:128:0:{1fc202d4-d401-403c-9834-5b218574bb67}"
26+
},
27+
{
28+
"$type": "Bookmark",
29+
"Name": "ST:0:0:{1c4feeaa-4718-4aa9-859d-94ce25d182ba}"
30+
},
31+
{
32+
"$type": "Document",
33+
"DocumentIndex": 0,
34+
"Title": "CMakeWorkspaceSettings.json",
35+
"DocumentMoniker": "C:\\Users\\nickl\\source\\repos\\python-gssapi\\.vs\\CMakeWorkspaceSettings.json",
36+
"RelativeDocumentMoniker": ".vs\\CMakeWorkspaceSettings.json",
37+
"ToolTip": "C:\\Users\\nickl\\source\\repos\\python-gssapi\\.vs\\CMakeWorkspaceSettings.json",
38+
"RelativeToolTip": ".vs\\CMakeWorkspaceSettings.json",
39+
"ViewState": "AgIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
40+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
41+
"WhenOpened": "2025-04-18T12:05:13.246Z",
42+
"EditorCaption": ""
43+
},
44+
{
45+
"$type": "Document",
46+
"DocumentIndex": 1,
47+
"Title": "CppProperties.json",
48+
"DocumentMoniker": "C:\\Users\\nickl\\source\\repos\\python-gssapi\\CppProperties.json",
49+
"RelativeDocumentMoniker": "CppProperties.json",
50+
"ToolTip": "C:\\Users\\nickl\\source\\repos\\python-gssapi\\CppProperties.json",
51+
"RelativeToolTip": "CppProperties.json",
52+
"ViewState": "AgIAAAYAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==",
53+
"Icon": "ae27a6b0-e345-4288-96df-5eaf394ee369.001642|",
54+
"WhenOpened": "2025-04-18T12:02:36.171Z",
55+
"EditorCaption": ""
56+
}
57+
]
58+
}
59+
]
60+
}
61+
]
62+
}

.vs/slnx.sqlite

96 KB
Binary file not shown.

CppProperties.json

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"configurations": [
3+
{
4+
"inheritEnvironments": [
5+
"msvc_x86"
6+
],
7+
"name": "x86-Debug",
8+
"includePath": [
9+
"${env.INCLUDE}",
10+
"${workspaceRoot}\\**"
11+
],
12+
"defines": [
13+
"WIN32",
14+
"_DEBUG",
15+
"UNICODE",
16+
"_UNICODE"
17+
],
18+
"intelliSenseMode": "windows-msvc-x86"
19+
}
20+
]
21+
}

0 commit comments

Comments
 (0)