-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathGolemClientMock.sln
100 lines (100 loc) · 6.51 KB
/
GolemClientMock.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
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
95
96
97
98
99
100
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.28307.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GolemMarketApiMockup", "GolemMarketApiMockup\GolemMarketApiMockup.csproj", "{3AE9F096-BBE2-4075-89BD-52B384DA4CBA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GolemMarketApiMockupTests", "GolemMarketApiMockupTests\GolemMarketApiMockupTests.csproj", "{B406FE72-7F49-4320-9A42-91E3FDB5AAA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GolemMarketApiMockupRunner", "GolemMarketApiMockupRunner\GolemMarketApiMockupRunner.csproj", "{97A9E249-D1A4-4E3B-BCA6-A02D39604BB8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GolemClientMockAPI", "GolemClientMockAPI\GolemClientMockAPI.csproj", "{23006AEE-B834-4BB6-9F92-F3504EAD6649}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nng.Shared", "nng.Shared\nng.Shared.csproj", "{B1782329-1991-4F7B-B980-8EC71BD9CE73}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nng.NETCore", "nng.NETCore\nng.NETCore.csproj", "{9D04929B-00BB-4873-865A-4B929E0C69C4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "nng.Tests", "nng.Tests\nng.Tests.csproj", "{31C20319-FA75-40DE-A344-2149EF7B1958}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "general", "general", "{21740BD4-D7A1-4DB8-9DB7-9830E65A9434}"
ProjectSection(SolutionItems) = preProject
docker_build.bat = docker_build.bat
docker_run.bat = docker_run.bat
Dockerfile = Dockerfile
README.md = README.md
start_api.sh = start_api.sh
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3AE9F096-BBE2-4075-89BD-52B384DA4CBA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3AE9F096-BBE2-4075-89BD-52B384DA4CBA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3AE9F096-BBE2-4075-89BD-52B384DA4CBA}.Debug|x64.ActiveCfg = Debug|x64
{3AE9F096-BBE2-4075-89BD-52B384DA4CBA}.Debug|x64.Build.0 = Debug|x64
{3AE9F096-BBE2-4075-89BD-52B384DA4CBA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3AE9F096-BBE2-4075-89BD-52B384DA4CBA}.Release|Any CPU.Build.0 = Release|Any CPU
{3AE9F096-BBE2-4075-89BD-52B384DA4CBA}.Release|x64.ActiveCfg = Release|x64
{3AE9F096-BBE2-4075-89BD-52B384DA4CBA}.Release|x64.Build.0 = Release|x64
{B406FE72-7F49-4320-9A42-91E3FDB5AAA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B406FE72-7F49-4320-9A42-91E3FDB5AAA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B406FE72-7F49-4320-9A42-91E3FDB5AAA6}.Debug|x64.ActiveCfg = Debug|x64
{B406FE72-7F49-4320-9A42-91E3FDB5AAA6}.Debug|x64.Build.0 = Debug|x64
{B406FE72-7F49-4320-9A42-91E3FDB5AAA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B406FE72-7F49-4320-9A42-91E3FDB5AAA6}.Release|Any CPU.Build.0 = Release|Any CPU
{B406FE72-7F49-4320-9A42-91E3FDB5AAA6}.Release|x64.ActiveCfg = Release|x64
{B406FE72-7F49-4320-9A42-91E3FDB5AAA6}.Release|x64.Build.0 = Release|x64
{97A9E249-D1A4-4E3B-BCA6-A02D39604BB8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97A9E249-D1A4-4E3B-BCA6-A02D39604BB8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97A9E249-D1A4-4E3B-BCA6-A02D39604BB8}.Debug|x64.ActiveCfg = Debug|Any CPU
{97A9E249-D1A4-4E3B-BCA6-A02D39604BB8}.Debug|x64.Build.0 = Debug|Any CPU
{97A9E249-D1A4-4E3B-BCA6-A02D39604BB8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97A9E249-D1A4-4E3B-BCA6-A02D39604BB8}.Release|Any CPU.Build.0 = Release|Any CPU
{97A9E249-D1A4-4E3B-BCA6-A02D39604BB8}.Release|x64.ActiveCfg = Release|Any CPU
{97A9E249-D1A4-4E3B-BCA6-A02D39604BB8}.Release|x64.Build.0 = Release|Any CPU
{23006AEE-B834-4BB6-9F92-F3504EAD6649}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{23006AEE-B834-4BB6-9F92-F3504EAD6649}.Debug|Any CPU.Build.0 = Debug|Any CPU
{23006AEE-B834-4BB6-9F92-F3504EAD6649}.Debug|x64.ActiveCfg = Debug|Any CPU
{23006AEE-B834-4BB6-9F92-F3504EAD6649}.Debug|x64.Build.0 = Debug|Any CPU
{23006AEE-B834-4BB6-9F92-F3504EAD6649}.Release|Any CPU.ActiveCfg = Release|Any CPU
{23006AEE-B834-4BB6-9F92-F3504EAD6649}.Release|Any CPU.Build.0 = Release|Any CPU
{23006AEE-B834-4BB6-9F92-F3504EAD6649}.Release|x64.ActiveCfg = Release|Any CPU
{23006AEE-B834-4BB6-9F92-F3504EAD6649}.Release|x64.Build.0 = Release|Any CPU
{B1782329-1991-4F7B-B980-8EC71BD9CE73}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B1782329-1991-4F7B-B980-8EC71BD9CE73}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B1782329-1991-4F7B-B980-8EC71BD9CE73}.Debug|x64.ActiveCfg = Debug|Any CPU
{B1782329-1991-4F7B-B980-8EC71BD9CE73}.Debug|x64.Build.0 = Debug|Any CPU
{B1782329-1991-4F7B-B980-8EC71BD9CE73}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B1782329-1991-4F7B-B980-8EC71BD9CE73}.Release|Any CPU.Build.0 = Release|Any CPU
{B1782329-1991-4F7B-B980-8EC71BD9CE73}.Release|x64.ActiveCfg = Release|Any CPU
{B1782329-1991-4F7B-B980-8EC71BD9CE73}.Release|x64.Build.0 = Release|Any CPU
{9D04929B-00BB-4873-865A-4B929E0C69C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9D04929B-00BB-4873-865A-4B929E0C69C4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9D04929B-00BB-4873-865A-4B929E0C69C4}.Debug|x64.ActiveCfg = Debug|Any CPU
{9D04929B-00BB-4873-865A-4B929E0C69C4}.Debug|x64.Build.0 = Debug|Any CPU
{9D04929B-00BB-4873-865A-4B929E0C69C4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9D04929B-00BB-4873-865A-4B929E0C69C4}.Release|Any CPU.Build.0 = Release|Any CPU
{9D04929B-00BB-4873-865A-4B929E0C69C4}.Release|x64.ActiveCfg = Release|Any CPU
{9D04929B-00BB-4873-865A-4B929E0C69C4}.Release|x64.Build.0 = Release|Any CPU
{31C20319-FA75-40DE-A344-2149EF7B1958}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{31C20319-FA75-40DE-A344-2149EF7B1958}.Debug|Any CPU.Build.0 = Debug|Any CPU
{31C20319-FA75-40DE-A344-2149EF7B1958}.Debug|x64.ActiveCfg = Debug|Any CPU
{31C20319-FA75-40DE-A344-2149EF7B1958}.Debug|x64.Build.0 = Debug|Any CPU
{31C20319-FA75-40DE-A344-2149EF7B1958}.Release|Any CPU.ActiveCfg = Release|Any CPU
{31C20319-FA75-40DE-A344-2149EF7B1958}.Release|Any CPU.Build.0 = Release|Any CPU
{31C20319-FA75-40DE-A344-2149EF7B1958}.Release|x64.ActiveCfg = Release|Any CPU
{31C20319-FA75-40DE-A344-2149EF7B1958}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C161FC64-E291-40A2-BD00-1483E22FE8D5}
EndGlobalSection
EndGlobal