-
Notifications
You must be signed in to change notification settings - Fork 0
/
galdevweb.sln
62 lines (62 loc) · 3.74 KB
/
galdevweb.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32210.238
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution", "Solution", "{6480EB88-FD80-4051-8CE2-60B655CDFD5A}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Dockerfile = Dockerfile
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GaldevWeb", "code\galdevweb\GaldevWeb\GaldevWeb.csproj", "{01A8F030-660A-4B6B-B924-BA68ADC022EA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonPath", "code\galdevweb\JsonPath\JsonPath.csproj", "{69DE6283-351C-47E9-AB1E-BF96CE23B7F9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "JsonPath.Test", "code\galdevweb\JsonPath.Test\JsonPath.Test.csproj", "{9E564B68-F850-4A2F-B5AC-5D0A9103EEC7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "n3q.Tools", "code\galdevweb\n3q.Tools\n3q.Tools.csproj", "{C5C372FD-4231-41BF-81D2-D2A525417ED1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GaldevWeb.Test", "code\galdevweb\GaldevWeb.Test\GaldevWeb.Test.csproj", "{C69BC625-C94D-4D47-87CA-D63BAFC49C86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "data", "data\data.csproj", "{ECACEAE3-8D51-4DAC-9A10-7F0E8E2F6302}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{01A8F030-660A-4B6B-B924-BA68ADC022EA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{01A8F030-660A-4B6B-B924-BA68ADC022EA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{01A8F030-660A-4B6B-B924-BA68ADC022EA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{01A8F030-660A-4B6B-B924-BA68ADC022EA}.Release|Any CPU.Build.0 = Release|Any CPU
{69DE6283-351C-47E9-AB1E-BF96CE23B7F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69DE6283-351C-47E9-AB1E-BF96CE23B7F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69DE6283-351C-47E9-AB1E-BF96CE23B7F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69DE6283-351C-47E9-AB1E-BF96CE23B7F9}.Release|Any CPU.Build.0 = Release|Any CPU
{9E564B68-F850-4A2F-B5AC-5D0A9103EEC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9E564B68-F850-4A2F-B5AC-5D0A9103EEC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9E564B68-F850-4A2F-B5AC-5D0A9103EEC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9E564B68-F850-4A2F-B5AC-5D0A9103EEC7}.Release|Any CPU.Build.0 = Release|Any CPU
{C5C372FD-4231-41BF-81D2-D2A525417ED1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5C372FD-4231-41BF-81D2-D2A525417ED1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5C372FD-4231-41BF-81D2-D2A525417ED1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5C372FD-4231-41BF-81D2-D2A525417ED1}.Release|Any CPU.Build.0 = Release|Any CPU
{C69BC625-C94D-4D47-87CA-D63BAFC49C86}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C69BC625-C94D-4D47-87CA-D63BAFC49C86}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C69BC625-C94D-4D47-87CA-D63BAFC49C86}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C69BC625-C94D-4D47-87CA-D63BAFC49C86}.Release|Any CPU.Build.0 = Release|Any CPU
{ECACEAE3-8D51-4DAC-9A10-7F0E8E2F6302}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{ECACEAE3-8D51-4DAC-9A10-7F0E8E2F6302}.Debug|Any CPU.Build.0 = Debug|Any CPU
{ECACEAE3-8D51-4DAC-9A10-7F0E8E2F6302}.Release|Any CPU.ActiveCfg = Release|Any CPU
{ECACEAE3-8D51-4DAC-9A10-7F0E8E2F6302}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F6EC67BE-A8F9-4B1C-BA9A-29FA89EA5313}
EndGlobalSection
EndGlobal