This repository has been archived by the owner on Oct 27, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
js.web.sln
51 lines (51 loc) · 2.92 KB
/
js.web.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29521.150
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8806393A-1323-4511-80BD-2CB6B69E770E}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
LICENSE.md = LICENSE.md
notes.js = notes.js
README.md = README.md
EndProjectSection
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "js.web.components", "js.web.components\js.web.components.njsproj", "{F3EBEE79-F4DA-48D1-90BC-8A352D4B3200}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "js.web.dom", "js.web.dom\js.web.dom.njsproj", "{802C5A60-B759-4E33-8078-BB8EA05900E3}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "js.web.components.exampleWebApp", "js.web.components.exampleWebApp\js.web.components.exampleWebApp.njsproj", "{84CEBC5C-3146-40C8-84E3-DFB67BD63D51}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "js.web.httpClient", "js.web.httpClient\js.web.httpClient.njsproj", "{78F57042-5337-4216-B001-E11C0F2DC860}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F3EBEE79-F4DA-48D1-90BC-8A352D4B3200}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3EBEE79-F4DA-48D1-90BC-8A352D4B3200}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3EBEE79-F4DA-48D1-90BC-8A352D4B3200}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3EBEE79-F4DA-48D1-90BC-8A352D4B3200}.Release|Any CPU.Build.0 = Release|Any CPU
{802C5A60-B759-4E33-8078-BB8EA05900E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{802C5A60-B759-4E33-8078-BB8EA05900E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{802C5A60-B759-4E33-8078-BB8EA05900E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{802C5A60-B759-4E33-8078-BB8EA05900E3}.Release|Any CPU.Build.0 = Release|Any CPU
{84CEBC5C-3146-40C8-84E3-DFB67BD63D51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84CEBC5C-3146-40C8-84E3-DFB67BD63D51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84CEBC5C-3146-40C8-84E3-DFB67BD63D51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84CEBC5C-3146-40C8-84E3-DFB67BD63D51}.Release|Any CPU.Build.0 = Release|Any CPU
{78F57042-5337-4216-B001-E11C0F2DC860}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{78F57042-5337-4216-B001-E11C0F2DC860}.Debug|Any CPU.Build.0 = Debug|Any CPU
{78F57042-5337-4216-B001-E11C0F2DC860}.Release|Any CPU.ActiveCfg = Release|Any CPU
{78F57042-5337-4216-B001-E11C0F2DC860}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63762BF8-4933-4550-BA8E-0991D62432B9}
EndGlobalSection
EndGlobal