-
Notifications
You must be signed in to change notification settings - Fork 51
/
Nodexr.sln
64 lines (64 loc) · 3.97 KB
/
Nodexr.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nodexr", "Nodexr\Nodexr.csproj", "{061BD0DD-860F-4748-A647-287C46D449D9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nodexr.Tests", "Nodexr.Tests\Nodexr.Tests.csproj", "{E060746D-7469-4FB9-A9C2-BDA3465875B1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nodexr.Api.Functions", "Nodexr.Api.Functions\Nodexr.Api.Functions.csproj", "{B1EA28C7-D162-4B83-9670-E847492E1007}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nodexr.Api.Contracts", "Nodexr.Api.Contracts\Nodexr.Api.Contracts.csproj", "{5F8D5439-8F14-45C9-9388-8A59443C1843}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{4BCFF22F-A275-422F-AB12-9DA703704771}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
.github\workflows\codeql-analysis.yml = .github\workflows\codeql-analysis.yml
.github\workflows\main.yml = .github\workflows\main.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BlazorNodes", "BlazorNodes\BlazorNodes.csproj", "{6CADED3B-BDBD-4C3D-B2E8-9C6AB520A106}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Nodexr.Api.Functions.IntegrationTests", "Nodexr.Api.Functions.IntegrationTests\Nodexr.Api.Functions.IntegrationTests.csproj", "{84DB42CE-BCB0-4651-B7DC-924947263F36}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{061BD0DD-860F-4748-A647-287C46D449D9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{061BD0DD-860F-4748-A647-287C46D449D9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{061BD0DD-860F-4748-A647-287C46D449D9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{061BD0DD-860F-4748-A647-287C46D449D9}.Release|Any CPU.Build.0 = Release|Any CPU
{E060746D-7469-4FB9-A9C2-BDA3465875B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E060746D-7469-4FB9-A9C2-BDA3465875B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E060746D-7469-4FB9-A9C2-BDA3465875B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E060746D-7469-4FB9-A9C2-BDA3465875B1}.Release|Any CPU.Build.0 = Release|Any CPU
{B1EA28C7-D162-4B83-9670-E847492E1007}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1EA28C7-D162-4B83-9670-E847492E1007}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1EA28C7-D162-4B83-9670-E847492E1007}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1EA28C7-D162-4B83-9670-E847492E1007}.Release|Any CPU.Build.0 = Release|Any CPU
{5F8D5439-8F14-45C9-9388-8A59443C1843}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5F8D5439-8F14-45C9-9388-8A59443C1843}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5F8D5439-8F14-45C9-9388-8A59443C1843}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5F8D5439-8F14-45C9-9388-8A59443C1843}.Release|Any CPU.Build.0 = Release|Any CPU
{6CADED3B-BDBD-4C3D-B2E8-9C6AB520A106}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6CADED3B-BDBD-4C3D-B2E8-9C6AB520A106}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6CADED3B-BDBD-4C3D-B2E8-9C6AB520A106}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6CADED3B-BDBD-4C3D-B2E8-9C6AB520A106}.Release|Any CPU.Build.0 = Release|Any CPU
{84DB42CE-BCB0-4651-B7DC-924947263F36}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84DB42CE-BCB0-4651-B7DC-924947263F36}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84DB42CE-BCB0-4651-B7DC-924947263F36}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84DB42CE-BCB0-4651-B7DC-924947263F36}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {93C7B036-9E55-46A2-AEC6-E8A441068197}
EndGlobalSection
EndGlobal