-
Notifications
You must be signed in to change notification settings - Fork 5
/
CodeDocumentor.sln
88 lines (88 loc) · 5.02 KB
/
CodeDocumentor.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
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
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}") = "Manifests", "Manifests", "{7D0C4464-A2B6-445E-A5B3-65B56D486D5D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "vs2022", "vs2022", "{F2631D48-BF7F-4DF2-B9BC-6F698DF98F3F}"
ProjectSection(SolutionItems) = preProject
Manifests\vs2022\source.extension.vsixmanifest = Manifests\vs2022\source.extension.vsixmanifest
EndProjectSection
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
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
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F2631D48-BF7F-4DF2-B9BC-6F698DF98F3F} = {7D0C4464-A2B6-445E-A5B3-65B56D486D5D}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1C24040-E2CB-4A07-9065-4F50A8208F89}
EndGlobalSection
EndGlobal