-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathCodeDocumentor.sln
More file actions
137 lines (137 loc) · 8.81 KB
/
CodeDocumentor.sln
File metadata and controls
137 lines (137 loc) · 8.81 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.0.11109.219
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "SolutionItems", "SolutionItems", "{FC202D1D-DC77-4AD6-BFA7-AFD04EFCAB03}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
LICENSE.txt = LICENSE.txt
Readme.md = Readme.md
Readme2022.md = Readme2022.md
Reset-Exp.ps1 = Reset-Exp.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CodeDocumentor.Test", "CodeDocumentor.Test\CodeDocumentor.Test.csproj", "{9F806DE0-98F2-4E73-87E5-6F683206E976}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeDocumentor", "CodeDocumentor\CodeDocumentor.csproj", "{0D6E3633-F45F-4883-AC62-DEC9F714AA9B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "GifInstruction", "GifInstruction", "{71CE4E03-2814-4AC9-88D4-968D55686C30}"
ProjectSection(SolutionItems) = preProject
GifInstruction\outOfProcess.png = GifInstruction\outOfProcess.png
GifInstruction\Settings.PNG = GifInstruction\Settings.PNG
GifInstruction\short cut to quick add.gif = GifInstruction\short cut to quick add.gif
GifInstruction\SingleTypeAddComments.gif = GifInstruction\SingleTypeAddComments.gif
GifInstruction\SingleTypeUpdateComments.gif = GifInstruction\SingleTypeUpdateComments.gif
GifInstruction\SingleTypeUpdatePreserveComments.gif = GifInstruction\SingleTypeUpdatePreserveComments.gif
GifInstruction\SingleTypeUpdatePreserveCommentsDisabled.gif = GifInstruction\SingleTypeUpdatePreserveCommentsDisabled.gif
GifInstruction\unitTestIssues.png = GifInstruction\unitTestIssues.png
GifInstruction\UpdateWholeFile.gif = GifInstruction\UpdateWholeFile.gif
GifInstruction\warning wave line.gif = GifInstruction\warning wave line.gif
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{0A66D98B-E7CD-41E8-BB41-106CD04552B0}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeDocumentor.Common", "CodeDocumentor.Common\CodeDocumentor.Common.csproj", "{7CC64CDF-A7FF-463B-8F05-C37A6C0A820C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeDocumentor.Analyzers", "CodeDocumentor.Analyzers\CodeDocumentor.Analyzers.csproj", "{738D16AF-93E6-4F9C-9F6A-9283A3E62243}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeDocumentor2026", "CodeDocumentor2026\CodeDocumentor2026.csproj", "{FE2D9454-9027-44A1-83B3-A4B0350EC8A0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2026", "2026", "{916832B5-AA2A-401F-A29B-A85E0AD7FE9D}"
ProjectSection(SolutionItems) = preProject
GifInstruction\2026\CodeDocumentor2026Demo.gif = GifInstruction\2026\CodeDocumentor2026Demo.gif
GifInstruction\2026\DocumentThisKeyboard.png = GifInstruction\2026\DocumentThisKeyboard.png
GifInstruction\2026\FileKeyboard.png = GifInstruction\2026\FileKeyboard.png
GifInstruction\2026\KeyboardSearch.png = GifInstruction\2026\KeyboardSearch.png
GifInstruction\2026\RightContext.png = GifInstruction\2026\RightContext.png
GifInstruction\2026\SolutionFile.png = GifInstruction\2026\SolutionFile.png
GifInstruction\2026\SolutionFolder.png = GifInstruction\2026\SolutionFolder.png
GifInstruction\2026\ToolsMenu.png = GifInstruction\2026\ToolsMenu.png
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{9F806DE0-98F2-4E73-87E5-6F683206E976}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9F806DE0-98F2-4E73-87E5-6F683206E976}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9F806DE0-98F2-4E73-87E5-6F683206E976}.Debug|x64.ActiveCfg = Debug|Any CPU
{9F806DE0-98F2-4E73-87E5-6F683206E976}.Debug|x64.Build.0 = Debug|Any CPU
{9F806DE0-98F2-4E73-87E5-6F683206E976}.Debug|x86.ActiveCfg = Debug|Any CPU
{9F806DE0-98F2-4E73-87E5-6F683206E976}.Debug|x86.Build.0 = Debug|Any CPU
{9F806DE0-98F2-4E73-87E5-6F683206E976}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9F806DE0-98F2-4E73-87E5-6F683206E976}.Release|Any CPU.Build.0 = Release|Any CPU
{9F806DE0-98F2-4E73-87E5-6F683206E976}.Release|x64.ActiveCfg = Release|Any CPU
{9F806DE0-98F2-4E73-87E5-6F683206E976}.Release|x64.Build.0 = Release|Any CPU
{9F806DE0-98F2-4E73-87E5-6F683206E976}.Release|x86.ActiveCfg = Release|Any CPU
{9F806DE0-98F2-4E73-87E5-6F683206E976}.Release|x86.Build.0 = Release|Any CPU
{0D6E3633-F45F-4883-AC62-DEC9F714AA9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0D6E3633-F45F-4883-AC62-DEC9F714AA9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0D6E3633-F45F-4883-AC62-DEC9F714AA9B}.Debug|x64.ActiveCfg = Debug|Any CPU
{0D6E3633-F45F-4883-AC62-DEC9F714AA9B}.Debug|x64.Build.0 = Debug|Any CPU
{0D6E3633-F45F-4883-AC62-DEC9F714AA9B}.Debug|x86.ActiveCfg = Debug|x86
{0D6E3633-F45F-4883-AC62-DEC9F714AA9B}.Debug|x86.Build.0 = Debug|x86
{0D6E3633-F45F-4883-AC62-DEC9F714AA9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0D6E3633-F45F-4883-AC62-DEC9F714AA9B}.Release|Any CPU.Build.0 = Release|Any CPU
{0D6E3633-F45F-4883-AC62-DEC9F714AA9B}.Release|x64.ActiveCfg = Release|Any CPU
{0D6E3633-F45F-4883-AC62-DEC9F714AA9B}.Release|x64.Build.0 = Release|Any CPU
{0D6E3633-F45F-4883-AC62-DEC9F714AA9B}.Release|x86.ActiveCfg = Release|x86
{0D6E3633-F45F-4883-AC62-DEC9F714AA9B}.Release|x86.Build.0 = Release|x86
{7CC64CDF-A7FF-463B-8F05-C37A6C0A820C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7CC64CDF-A7FF-463B-8F05-C37A6C0A820C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7CC64CDF-A7FF-463B-8F05-C37A6C0A820C}.Debug|x64.ActiveCfg = Debug|Any CPU
{7CC64CDF-A7FF-463B-8F05-C37A6C0A820C}.Debug|x64.Build.0 = Debug|Any CPU
{7CC64CDF-A7FF-463B-8F05-C37A6C0A820C}.Debug|x86.ActiveCfg = Debug|Any CPU
{7CC64CDF-A7FF-463B-8F05-C37A6C0A820C}.Debug|x86.Build.0 = Debug|Any CPU
{7CC64CDF-A7FF-463B-8F05-C37A6C0A820C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7CC64CDF-A7FF-463B-8F05-C37A6C0A820C}.Release|Any CPU.Build.0 = Release|Any CPU
{7CC64CDF-A7FF-463B-8F05-C37A6C0A820C}.Release|x64.ActiveCfg = Release|Any CPU
{7CC64CDF-A7FF-463B-8F05-C37A6C0A820C}.Release|x64.Build.0 = Release|Any CPU
{7CC64CDF-A7FF-463B-8F05-C37A6C0A820C}.Release|x86.ActiveCfg = Release|Any CPU
{7CC64CDF-A7FF-463B-8F05-C37A6C0A820C}.Release|x86.Build.0 = Release|Any CPU
{738D16AF-93E6-4F9C-9F6A-9283A3E62243}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{738D16AF-93E6-4F9C-9F6A-9283A3E62243}.Debug|Any CPU.Build.0 = Debug|Any CPU
{738D16AF-93E6-4F9C-9F6A-9283A3E62243}.Debug|x64.ActiveCfg = Debug|Any CPU
{738D16AF-93E6-4F9C-9F6A-9283A3E62243}.Debug|x64.Build.0 = Debug|Any CPU
{738D16AF-93E6-4F9C-9F6A-9283A3E62243}.Debug|x86.ActiveCfg = Debug|Any CPU
{738D16AF-93E6-4F9C-9F6A-9283A3E62243}.Debug|x86.Build.0 = Debug|Any CPU
{738D16AF-93E6-4F9C-9F6A-9283A3E62243}.Release|Any CPU.ActiveCfg = Release|Any CPU
{738D16AF-93E6-4F9C-9F6A-9283A3E62243}.Release|Any CPU.Build.0 = Release|Any CPU
{738D16AF-93E6-4F9C-9F6A-9283A3E62243}.Release|x64.ActiveCfg = Release|Any CPU
{738D16AF-93E6-4F9C-9F6A-9283A3E62243}.Release|x64.Build.0 = Release|Any CPU
{738D16AF-93E6-4F9C-9F6A-9283A3E62243}.Release|x86.ActiveCfg = Release|Any CPU
{738D16AF-93E6-4F9C-9F6A-9283A3E62243}.Release|x86.Build.0 = Release|Any CPU
{FE2D9454-9027-44A1-83B3-A4B0350EC8A0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FE2D9454-9027-44A1-83B3-A4B0350EC8A0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FE2D9454-9027-44A1-83B3-A4B0350EC8A0}.Debug|x64.ActiveCfg = Debug|Any CPU
{FE2D9454-9027-44A1-83B3-A4B0350EC8A0}.Debug|x64.Build.0 = Debug|Any CPU
{FE2D9454-9027-44A1-83B3-A4B0350EC8A0}.Debug|x86.ActiveCfg = Debug|x86
{FE2D9454-9027-44A1-83B3-A4B0350EC8A0}.Debug|x86.Build.0 = Debug|x86
{FE2D9454-9027-44A1-83B3-A4B0350EC8A0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FE2D9454-9027-44A1-83B3-A4B0350EC8A0}.Release|Any CPU.Build.0 = Release|Any CPU
{FE2D9454-9027-44A1-83B3-A4B0350EC8A0}.Release|x64.ActiveCfg = Release|Any CPU
{FE2D9454-9027-44A1-83B3-A4B0350EC8A0}.Release|x64.Build.0 = Release|Any CPU
{FE2D9454-9027-44A1-83B3-A4B0350EC8A0}.Release|x86.ActiveCfg = Release|x86
{FE2D9454-9027-44A1-83B3-A4B0350EC8A0}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{916832B5-AA2A-401F-A29B-A85E0AD7FE9D} = {71CE4E03-2814-4AC9-88D4-968D55686C30}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1C24040-E2CB-4A07-9065-4F50A8208F89}
EndGlobalSection
EndGlobal