-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNETChallenge.sln
More file actions
49 lines (49 loc) · 2.97 KB
/
NETChallenge.sln
File metadata and controls
49 lines (49 loc) · 2.97 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Frontend", "Frontend\Frontend.csproj", "{D19344EE-3D30-45DB-A25B-5353861EFE79}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "StockService", "StockService\StockService.csproj", "{455B1A63-89E9-4BD8-AA80-AF4AA723C296}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DecoupledBot", "DecoupledBot\DecoupledBot.csproj", "{71C49AEE-7DD4-4834-8B06-4070A22D897F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FrontendUT", "FrontendUT\FrontendUT.csproj", "{84CC201B-B4FB-40EF-812A-4F3349E7C91F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StockServiceUT", "StockServiceUT\StockServiceUT.csproj", "{14B51F30-64A6-4D2E-AAE1-A8332CA44C31}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D19344EE-3D30-45DB-A25B-5353861EFE79}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D19344EE-3D30-45DB-A25B-5353861EFE79}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D19344EE-3D30-45DB-A25B-5353861EFE79}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D19344EE-3D30-45DB-A25B-5353861EFE79}.Release|Any CPU.Build.0 = Release|Any CPU
{455B1A63-89E9-4BD8-AA80-AF4AA723C296}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{455B1A63-89E9-4BD8-AA80-AF4AA723C296}.Debug|Any CPU.Build.0 = Debug|Any CPU
{455B1A63-89E9-4BD8-AA80-AF4AA723C296}.Release|Any CPU.ActiveCfg = Release|Any CPU
{455B1A63-89E9-4BD8-AA80-AF4AA723C296}.Release|Any CPU.Build.0 = Release|Any CPU
{71C49AEE-7DD4-4834-8B06-4070A22D897F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{71C49AEE-7DD4-4834-8B06-4070A22D897F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{71C49AEE-7DD4-4834-8B06-4070A22D897F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{71C49AEE-7DD4-4834-8B06-4070A22D897F}.Release|Any CPU.Build.0 = Release|Any CPU
{84CC201B-B4FB-40EF-812A-4F3349E7C91F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84CC201B-B4FB-40EF-812A-4F3349E7C91F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84CC201B-B4FB-40EF-812A-4F3349E7C91F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84CC201B-B4FB-40EF-812A-4F3349E7C91F}.Release|Any CPU.Build.0 = Release|Any CPU
{14B51F30-64A6-4D2E-AAE1-A8332CA44C31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14B51F30-64A6-4D2E-AAE1-A8332CA44C31}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14B51F30-64A6-4D2E-AAE1-A8332CA44C31}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14B51F30-64A6-4D2E-AAE1-A8332CA44C31}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D4462F8-4C17-4F7C-9C34-7BD2D0BD911A}
EndGlobalSection
EndGlobal