-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathlss-time-savers.sln
More file actions
94 lines (94 loc) · 4.92 KB
/
Copy pathlss-time-savers.sln
File metadata and controls
94 lines (94 loc) · 4.92 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28714.193
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "~Solution Items", "~Solution Items", "{08B276AF-9E6A-4DD9-994F-964CFD71AC29}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
gulpfile.js = gulpfile.js
lss-time-savers.favdoc = lss-time-savers.favdoc
lss-time-savers.notes.md = lss-time-savers.notes.md
lss-time-savers.vsext = lss-time-savers.vsext
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Luminous.TimeSavers", "src\pkg\Luminous.TimeSavers.csproj", "{A2A22BAD-F136-4409-B37D-1E070E373E3D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Luminous.TimeSavers.Options", "src\options\Luminous.TimeSavers.Options.csproj", "{D1FB9B94-BDDB-4474-B8C8-FBBC8F0137B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Luminous.TimeSavers.Core", "src\core\Luminous.TimeSavers.Core.csproj", "{10D8B248-A9A7-4A5D-BBF2-55402E59475B}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Luminous.TimeSavers.UI", "src\ui\Luminous.TimeSavers.UI.csproj", "{7012B73A-B0CE-4B42-A52D-B237CCB61627}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs-source", "docs-source", "{B388B43D-55ED-4F06-B651-A7CF5DFF5B01}"
ProjectSection(SolutionItems) = preProject
docs-source\changelog.md = docs-source\changelog.md
docs-source\features.md = docs-source\features.md
docs-source\getting-started.md = docs-source\getting-started.md
docs-source\index.md = docs-source\index.md
docs-source\marketplace.md = docs-source\marketplace.md
mkdocs.yml = mkdocs.yml
README.md = README.md
docs-source\roadmap.md = docs-source\roadmap.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "github", "github", "{14C79BB0-FD6F-4021-99DA-1EEDB7AE464B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
CHANGELOG.md = CHANGELOG.md
.github\CONTRIBUTING.md = .github\CONTRIBUTING.md
.github\ISSUE_TEMPLATE.md = .github\ISSUE_TEMPLATE.md
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "publish", "publish", "{2209E374-A952-479C-91C3-4563AA95A6BD}"
ProjectSection(SolutionItems) = preProject
commands.json = commands.json
publish-manifest.json = publish-manifest.json
publish.cmd = publish.cmd
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "version", "version", "{7DFBBAEE-34EF-4733-AE8F-0BA412C4EB97}"
ProjectSection(SolutionItems) = preProject
package.json = package.json
src\pkg\source.extension.vsixmanifest = src\pkg\source.extension.vsixmanifest
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A2A22BAD-F136-4409-B37D-1E070E373E3D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2A22BAD-F136-4409-B37D-1E070E373E3D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2A22BAD-F136-4409-B37D-1E070E373E3D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2A22BAD-F136-4409-B37D-1E070E373E3D}.Release|Any CPU.Build.0 = Release|Any CPU
{D1FB9B94-BDDB-4474-B8C8-FBBC8F0137B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D1FB9B94-BDDB-4474-B8C8-FBBC8F0137B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D1FB9B94-BDDB-4474-B8C8-FBBC8F0137B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D1FB9B94-BDDB-4474-B8C8-FBBC8F0137B1}.Release|Any CPU.Build.0 = Release|Any CPU
{10D8B248-A9A7-4A5D-BBF2-55402E59475B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{10D8B248-A9A7-4A5D-BBF2-55402E59475B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{10D8B248-A9A7-4A5D-BBF2-55402E59475B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{10D8B248-A9A7-4A5D-BBF2-55402E59475B}.Release|Any CPU.Build.0 = Release|Any CPU
{7012B73A-B0CE-4B42-A52D-B237CCB61627}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7012B73A-B0CE-4B42-A52D-B237CCB61627}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7012B73A-B0CE-4B42-A52D-B237CCB61627}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7012B73A-B0CE-4B42-A52D-B237CCB61627}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B388B43D-55ED-4F06-B651-A7CF5DFF5B01} = {08B276AF-9E6A-4DD9-994F-964CFD71AC29}
{14C79BB0-FD6F-4021-99DA-1EEDB7AE464B} = {08B276AF-9E6A-4DD9-994F-964CFD71AC29}
{2209E374-A952-479C-91C3-4563AA95A6BD} = {08B276AF-9E6A-4DD9-994F-964CFD71AC29}
{7DFBBAEE-34EF-4733-AE8F-0BA412C4EB97} = {08B276AF-9E6A-4DD9-994F-964CFD71AC29}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C837AE99-4FDA-400B-B90A-533B271E55B8}
EndGlobalSection
EndGlobal