forked from DidikeM/RecycleCoin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathRecycleCoin.sln
81 lines (81 loc) · 5.81 KB
/
RecycleCoin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33110.190
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecycleCoin.WebUI", "RecycleCoin.WebUI\RecycleCoin.WebUI.csproj", "{F2F1188D-5FF7-4301-B857-468E939E21CA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecycleCoin.Business", "RecycleCoin.Business\RecycleCoin.Business.csproj", "{676EF54D-24B1-42AF-A8C1-732F87F96184}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecycleCoin.DataAccess", "RecycleCoin.DataAccess\RecycleCoin.DataAccess.csproj", "{76ECAF24-F8AD-4C2C-AD8A-CAF715B6FA30}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecycleCoin.Entities", "RecycleCoin.Entities\RecycleCoin.Entities.csproj", "{5D26DE99-1056-4094-9804-12BE0E5A84EE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "test", "test\test.csproj", "{5BC32A28-7188-4405-9675-0D75F5131739}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecycleCoin.API", "RecycleCoin.API\RecycleCoin.API.csproj", "{D0C4CE71-3383-4576-9294-F3BA9C8A1A8C}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "RecycleCoin.ObjectDetectionService", "RecycleCoin.ObjectDetectionService\RecycleCoin.ObjectDetectionService.pyproj", "{731CEE11-B1C9-4077-9C5A-260B82B463BC}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "RecycleCoin.CoinTransferService", "RecycleCoin.CoinTransferService\RecycleCoin.CoinTransferService.njsproj", "{B65FC2E2-3707-453A-97BF-7C0D77C1520B}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "RecycleCoin.BlockExplorer", "RecycleCoin.BlockExplorer\RecycleCoin.BlockExplorer.njsproj", "{8BE8CA67-02DB-4690-9B36-F6ED133695F7}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RecycleCoin.Test", "RecycleCoin.Test\RecycleCoin.Test.csproj", "{8290EC75-CACB-450A-A296-521F1A0057B4}"
EndProject
Project("{888888A0-9F3D-457C-B088-3A5042F75D52}") = "RecycleCoin.QuestionReplyService", "RecycleCoin.QuestionReplyService\RecycleCoin.QuestionReplyService.pyproj", "{9BCAA673-5320-4DE4-AA6D-33E6130EBD91}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F2F1188D-5FF7-4301-B857-468E939E21CA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F2F1188D-5FF7-4301-B857-468E939E21CA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F2F1188D-5FF7-4301-B857-468E939E21CA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F2F1188D-5FF7-4301-B857-468E939E21CA}.Release|Any CPU.Build.0 = Release|Any CPU
{676EF54D-24B1-42AF-A8C1-732F87F96184}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{676EF54D-24B1-42AF-A8C1-732F87F96184}.Debug|Any CPU.Build.0 = Debug|Any CPU
{676EF54D-24B1-42AF-A8C1-732F87F96184}.Release|Any CPU.ActiveCfg = Release|Any CPU
{676EF54D-24B1-42AF-A8C1-732F87F96184}.Release|Any CPU.Build.0 = Release|Any CPU
{76ECAF24-F8AD-4C2C-AD8A-CAF715B6FA30}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{76ECAF24-F8AD-4C2C-AD8A-CAF715B6FA30}.Debug|Any CPU.Build.0 = Debug|Any CPU
{76ECAF24-F8AD-4C2C-AD8A-CAF715B6FA30}.Release|Any CPU.ActiveCfg = Release|Any CPU
{76ECAF24-F8AD-4C2C-AD8A-CAF715B6FA30}.Release|Any CPU.Build.0 = Release|Any CPU
{5D26DE99-1056-4094-9804-12BE0E5A84EE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D26DE99-1056-4094-9804-12BE0E5A84EE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D26DE99-1056-4094-9804-12BE0E5A84EE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D26DE99-1056-4094-9804-12BE0E5A84EE}.Release|Any CPU.Build.0 = Release|Any CPU
{5BC32A28-7188-4405-9675-0D75F5131739}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5BC32A28-7188-4405-9675-0D75F5131739}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5BC32A28-7188-4405-9675-0D75F5131739}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5BC32A28-7188-4405-9675-0D75F5131739}.Release|Any CPU.Build.0 = Release|Any CPU
{D0C4CE71-3383-4576-9294-F3BA9C8A1A8C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0C4CE71-3383-4576-9294-F3BA9C8A1A8C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0C4CE71-3383-4576-9294-F3BA9C8A1A8C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0C4CE71-3383-4576-9294-F3BA9C8A1A8C}.Release|Any CPU.Build.0 = Release|Any CPU
{731CEE11-B1C9-4077-9C5A-260B82B463BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{731CEE11-B1C9-4077-9C5A-260B82B463BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B65FC2E2-3707-453A-97BF-7C0D77C1520B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B65FC2E2-3707-453A-97BF-7C0D77C1520B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B65FC2E2-3707-453A-97BF-7C0D77C1520B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B65FC2E2-3707-453A-97BF-7C0D77C1520B}.Release|Any CPU.Build.0 = Release|Any CPU
{8BE8CA67-02DB-4690-9B36-F6ED133695F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BE8CA67-02DB-4690-9B36-F6ED133695F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BE8CA67-02DB-4690-9B36-F6ED133695F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BE8CA67-02DB-4690-9B36-F6ED133695F7}.Release|Any CPU.Build.0 = Release|Any CPU
{8290EC75-CACB-450A-A296-521F1A0057B4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8290EC75-CACB-450A-A296-521F1A0057B4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8290EC75-CACB-450A-A296-521F1A0057B4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8290EC75-CACB-450A-A296-521F1A0057B4}.Release|Any CPU.Build.0 = Release|Any CPU
{9BCAA673-5320-4DE4-AA6D-33E6130EBD91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9BCAA673-5320-4DE4-AA6D-33E6130EBD91}.Release|Any CPU.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {63A76DF3-2AC9-47C6-A711-2B0E09FE90F9}
EndGlobalSection
EndGlobal