-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
CodeNav.sln
97 lines (97 loc) · 6.33 KB
/
CodeNav.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
89
90
91
92
93
94
95
96
97
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31410.414
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F472B188-F0AE-48F0-B5A0-62F62468D78B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
publish-manifest.VS2019.json = publish-manifest.VS2019.json
publish-manifest.VS2022.json = publish-manifest.VS2022.json
README.md = README.md
.github\workflows\workflow.yml = .github\workflows\workflow.yml
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeNav.VS2022", "CodeNav.VS2022\CodeNav.VS2022.csproj", "{5F314B23-2D45-4748-90BE-362411F06EF0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeNav.Tests", "CodeNav.Tests\CodeNav.Tests.csproj", "{3FF290DC-DCE3-4B6C-B3B9-0CE6B995E908}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CodeNav.Shared", "CodeNav.Shared\CodeNav.Shared.shproj", "{FDB3D737-BCD7-42B1-A560-CA869DE9BCE3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CodeNav.VS2019", "CodeNav.VS2019\CodeNav.VS2019.csproj", "{B5B2D0BD-CCDF-4E89-AF10-C8C60B087ECE}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Languages", "Languages", "{8DFFB8DD-7AEB-4200-A268-BF13D0DDD6A9}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CodeNav.Languages.CSS", "CodeNav.Languages.CSS\CodeNav.Languages.CSS.shproj", "{55D33626-0080-407A-BCDA-52DAFC2EB45C}"
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "CodeNav.Languages.JS", "CodeNav.Languages.JS\CodeNav.Languages.JS.shproj", "{BF58BA60-38BF-4C54-BD9D-307475371CAD}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
CodeNav.Languages.CSS\CodeNav.Languages.CSS.projitems*{55d33626-0080-407a-bcda-52dafc2eb45c}*SharedItemsImports = 13
CodeNav.Languages.CSS\CodeNav.Languages.CSS.projitems*{5f314b23-2d45-4748-90be-362411f06ef0}*SharedItemsImports = 4
CodeNav.Languages.JS\CodeNav.Languages.JS.projitems*{5f314b23-2d45-4748-90be-362411f06ef0}*SharedItemsImports = 4
CodeNav.Shared\CodeNav.Shared.projitems*{5f314b23-2d45-4748-90be-362411f06ef0}*SharedItemsImports = 4
CodeNav.Languages.CSS\CodeNav.Languages.CSS.projitems*{b5b2d0bd-ccdf-4e89-af10-c8c60b087ece}*SharedItemsImports = 4
CodeNav.Languages.JS\CodeNav.Languages.JS.projitems*{b5b2d0bd-ccdf-4e89-af10-c8c60b087ece}*SharedItemsImports = 4
CodeNav.Shared\CodeNav.Shared.projitems*{b5b2d0bd-ccdf-4e89-af10-c8c60b087ece}*SharedItemsImports = 4
CodeNav.Languages.JS\CodeNav.Languages.JS.projitems*{bf58ba60-38bf-4c54-bd9d-307475371cad}*SharedItemsImports = 13
CodeNav.Shared\CodeNav.Shared.projitems*{fdb3d737-bcd7-42b1-a560-ca869de9bce3}*SharedItemsImports = 13
EndGlobalSection
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
{5F314B23-2D45-4748-90BE-362411F06EF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F314B23-2D45-4748-90BE-362411F06EF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F314B23-2D45-4748-90BE-362411F06EF0}.Debug|x64.ActiveCfg = Debug|Any CPU
{5F314B23-2D45-4748-90BE-362411F06EF0}.Debug|x64.Build.0 = Debug|Any CPU
{5F314B23-2D45-4748-90BE-362411F06EF0}.Debug|x86.ActiveCfg = Debug|Any CPU
{5F314B23-2D45-4748-90BE-362411F06EF0}.Debug|x86.Build.0 = Debug|Any CPU
{5F314B23-2D45-4748-90BE-362411F06EF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F314B23-2D45-4748-90BE-362411F06EF0}.Release|Any CPU.Build.0 = Release|Any CPU
{5F314B23-2D45-4748-90BE-362411F06EF0}.Release|x64.ActiveCfg = Release|Any CPU
{5F314B23-2D45-4748-90BE-362411F06EF0}.Release|x64.Build.0 = Release|Any CPU
{5F314B23-2D45-4748-90BE-362411F06EF0}.Release|x86.ActiveCfg = Release|Any CPU
{5F314B23-2D45-4748-90BE-362411F06EF0}.Release|x86.Build.0 = Release|Any CPU
{3FF290DC-DCE3-4B6C-B3B9-0CE6B995E908}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3FF290DC-DCE3-4B6C-B3B9-0CE6B995E908}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3FF290DC-DCE3-4B6C-B3B9-0CE6B995E908}.Debug|x64.ActiveCfg = Debug|Any CPU
{3FF290DC-DCE3-4B6C-B3B9-0CE6B995E908}.Debug|x64.Build.0 = Debug|Any CPU
{3FF290DC-DCE3-4B6C-B3B9-0CE6B995E908}.Debug|x86.ActiveCfg = Debug|Any CPU
{3FF290DC-DCE3-4B6C-B3B9-0CE6B995E908}.Debug|x86.Build.0 = Debug|Any CPU
{3FF290DC-DCE3-4B6C-B3B9-0CE6B995E908}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3FF290DC-DCE3-4B6C-B3B9-0CE6B995E908}.Release|Any CPU.Build.0 = Release|Any CPU
{3FF290DC-DCE3-4B6C-B3B9-0CE6B995E908}.Release|x64.ActiveCfg = Release|Any CPU
{3FF290DC-DCE3-4B6C-B3B9-0CE6B995E908}.Release|x64.Build.0 = Release|Any CPU
{3FF290DC-DCE3-4B6C-B3B9-0CE6B995E908}.Release|x86.ActiveCfg = Release|Any CPU
{3FF290DC-DCE3-4B6C-B3B9-0CE6B995E908}.Release|x86.Build.0 = Release|Any CPU
{B5B2D0BD-CCDF-4E89-AF10-C8C60B087ECE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B5B2D0BD-CCDF-4E89-AF10-C8C60B087ECE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B5B2D0BD-CCDF-4E89-AF10-C8C60B087ECE}.Debug|x64.ActiveCfg = Debug|Any CPU
{B5B2D0BD-CCDF-4E89-AF10-C8C60B087ECE}.Debug|x64.Build.0 = Debug|Any CPU
{B5B2D0BD-CCDF-4E89-AF10-C8C60B087ECE}.Debug|x86.ActiveCfg = Debug|x86
{B5B2D0BD-CCDF-4E89-AF10-C8C60B087ECE}.Debug|x86.Build.0 = Debug|x86
{B5B2D0BD-CCDF-4E89-AF10-C8C60B087ECE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B5B2D0BD-CCDF-4E89-AF10-C8C60B087ECE}.Release|Any CPU.Build.0 = Release|Any CPU
{B5B2D0BD-CCDF-4E89-AF10-C8C60B087ECE}.Release|x64.ActiveCfg = Release|Any CPU
{B5B2D0BD-CCDF-4E89-AF10-C8C60B087ECE}.Release|x64.Build.0 = Release|Any CPU
{B5B2D0BD-CCDF-4E89-AF10-C8C60B087ECE}.Release|x86.ActiveCfg = Release|x86
{B5B2D0BD-CCDF-4E89-AF10-C8C60B087ECE}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{55D33626-0080-407A-BCDA-52DAFC2EB45C} = {8DFFB8DD-7AEB-4200-A268-BF13D0DDD6A9}
{BF58BA60-38BF-4C54-BD9D-307475371CAD} = {8DFFB8DD-7AEB-4200-A268-BF13D0DDD6A9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F182C2A3-8479-440F-B192-2E5F16581804}
EndGlobalSection
EndGlobal