-
Notifications
You must be signed in to change notification settings - Fork 43
/
Jering.Javascript.NodeJS.sln
65 lines (65 loc) · 3.89 KB
/
Jering.Javascript.NodeJS.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33213.308
MinimumVisualStudioVersion = 15.0.26730.03
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jering.Javascript.NodeJS", "src\NodeJS\Jering.Javascript.NodeJS.csproj", "{66B77203-1469-41DF-92F2-2BE6900BD36F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B78BFF8F-5D42-4B0E-B32D-EA12717F590D}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
Changelog.md = Changelog.md
codecov.yml = codecov.yml
keypair.snk = keypair.snk
License.md = License.md
NuGet.Config = NuGet.Config
src\NodeJS\nuget_icon.png = src\NodeJS\nuget_icon.png
ReadMe.md = ReadMe.md
ThirdPartyLicenses.txt = ThirdPartyLicenses.txt
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jering.Javascript.NodeJS.Tests", "test\NodeJS\Jering.Javascript.NodeJS.Tests.csproj", "{FB3D3274-0BDE-4C06-8165-9508862D267C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jering.Javascript.NodeJS.Performance", "perf\NodeJS\Jering.Javascript.NodeJS.Performance.csproj", "{248EFBD7-AD1B-4543-8FFC-4C1E5D13F8FD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jering.Javascript.NodeJS.DocumentationGenerators", "generators\Jering.Javascript.NodeJS.DocumentationGenerators\Jering.Javascript.NodeJS.DocumentationGenerators.csproj", "{50977D29-D4DC-4220-8C97-D806349FBE2C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Jering.Javascript.NodeJS.CodeGenerators", "generators\Jering.Javascript.NodeJS.CodeGenerators\Jering.Javascript.NodeJS.CodeGenerators.csproj", "{C81ADDC5-6BFF-443B-9FCF-5A43DC7C634A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{66B77203-1469-41DF-92F2-2BE6900BD36F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{66B77203-1469-41DF-92F2-2BE6900BD36F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{66B77203-1469-41DF-92F2-2BE6900BD36F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{66B77203-1469-41DF-92F2-2BE6900BD36F}.Release|Any CPU.Build.0 = Release|Any CPU
{FB3D3274-0BDE-4C06-8165-9508862D267C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FB3D3274-0BDE-4C06-8165-9508862D267C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FB3D3274-0BDE-4C06-8165-9508862D267C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FB3D3274-0BDE-4C06-8165-9508862D267C}.Release|Any CPU.Build.0 = Release|Any CPU
{248EFBD7-AD1B-4543-8FFC-4C1E5D13F8FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{248EFBD7-AD1B-4543-8FFC-4C1E5D13F8FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{248EFBD7-AD1B-4543-8FFC-4C1E5D13F8FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{248EFBD7-AD1B-4543-8FFC-4C1E5D13F8FD}.Release|Any CPU.Build.0 = Release|Any CPU
{50977D29-D4DC-4220-8C97-D806349FBE2C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{50977D29-D4DC-4220-8C97-D806349FBE2C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{50977D29-D4DC-4220-8C97-D806349FBE2C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{50977D29-D4DC-4220-8C97-D806349FBE2C}.Release|Any CPU.Build.0 = Release|Any CPU
{C81ADDC5-6BFF-443B-9FCF-5A43DC7C634A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C81ADDC5-6BFF-443B-9FCF-5A43DC7C634A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C81ADDC5-6BFF-443B-9FCF-5A43DC7C634A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C81ADDC5-6BFF-443B-9FCF-5A43DC7C634A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DDF59B0D-2DEC-45D6-8667-DCB767487101}
EndGlobalSection
EndGlobal