-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBinanceTransfer.sln
52 lines (52 loc) · 3.65 KB
/
BinanceTransfer.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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BinanceTransferAPI", "BinanceTransferAPI\BinanceTransferAPI.csproj", "{E7206EFA-B6AF-4988-ABF2-03068EBD89FB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Domain", "Domain", "{0E297F4E-31CF-41C8-9A94-7A09F8B1049E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BinanceTransfer.Domain.Core", "BinanceTransfer.Domain.Core\BinanceTransfer.Domain.Core.csproj", "{854C7214-CE11-4312-8BB5-E24F20C7DB9A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BinanceTransfer.Domain.Interfaces", "BinanceTransfer.Domain.Interfaces\BinanceTransfer.Domain.Interfaces.csproj", "{C3FB801F-171F-485B-AA03-8B60A4B990AA}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Application", "Application", "{0C042085-31B5-4D4C-A2EC-182A6155BB86}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BinanceTransfer.Application", "BinanceTransfer.Application\BinanceTransfer.Application.csproj", "{263A86B3-8046-446F-B764-C7B061ACE044}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Infrastructure", "Infrastructure", "{66D056E5-C6AD-43B4-84C6-25837A2A664C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BinanceTransfer.Infrastructure", "BinanceTransfer.Infrastructure\BinanceTransfer.Infrastructure.csproj", "{3E0F1A81-DB9D-46F1-BEFB-B741F8729359}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E7206EFA-B6AF-4988-ABF2-03068EBD89FB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7206EFA-B6AF-4988-ABF2-03068EBD89FB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7206EFA-B6AF-4988-ABF2-03068EBD89FB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7206EFA-B6AF-4988-ABF2-03068EBD89FB}.Release|Any CPU.Build.0 = Release|Any CPU
{854C7214-CE11-4312-8BB5-E24F20C7DB9A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{854C7214-CE11-4312-8BB5-E24F20C7DB9A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{854C7214-CE11-4312-8BB5-E24F20C7DB9A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{854C7214-CE11-4312-8BB5-E24F20C7DB9A}.Release|Any CPU.Build.0 = Release|Any CPU
{C3FB801F-171F-485B-AA03-8B60A4B990AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C3FB801F-171F-485B-AA03-8B60A4B990AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C3FB801F-171F-485B-AA03-8B60A4B990AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C3FB801F-171F-485B-AA03-8B60A4B990AA}.Release|Any CPU.Build.0 = Release|Any CPU
{263A86B3-8046-446F-B764-C7B061ACE044}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{263A86B3-8046-446F-B764-C7B061ACE044}.Debug|Any CPU.Build.0 = Debug|Any CPU
{263A86B3-8046-446F-B764-C7B061ACE044}.Release|Any CPU.ActiveCfg = Release|Any CPU
{263A86B3-8046-446F-B764-C7B061ACE044}.Release|Any CPU.Build.0 = Release|Any CPU
{3E0F1A81-DB9D-46F1-BEFB-B741F8729359}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3E0F1A81-DB9D-46F1-BEFB-B741F8729359}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3E0F1A81-DB9D-46F1-BEFB-B741F8729359}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3E0F1A81-DB9D-46F1-BEFB-B741F8729359}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{854C7214-CE11-4312-8BB5-E24F20C7DB9A} = {0E297F4E-31CF-41C8-9A94-7A09F8B1049E}
{C3FB801F-171F-485B-AA03-8B60A4B990AA} = {0E297F4E-31CF-41C8-9A94-7A09F8B1049E}
{263A86B3-8046-446F-B764-C7B061ACE044} = {0C042085-31B5-4D4C-A2EC-182A6155BB86}
{3E0F1A81-DB9D-46F1-BEFB-B741F8729359} = {66D056E5-C6AD-43B4-84C6-25837A2A664C}
EndGlobalSection
EndGlobal