-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCoinTrackApi.sln
49 lines (49 loc) · 3.09 KB
/
CoinTrackApi.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoinTrackApi.Web", "CoinTrackApi.Web\CoinTrackApi.Web.csproj", "{C5B309E9-1089-43D4-837B-5849D1708A08}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoinTrackApi.Domain", "CoinTrackApi.Domain\CoinTrackApi.Domain.csproj", "{FDFD0980-45F2-4B61-9F53-642532D0926B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoinTrackApi.Infrastructure", "CoinTrackApi.Infrastructure\CoinTrackApi.Infrastructure.csproj", "{3EC264C0-7B7B-4FF8-BA54-892792AC1E8B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoinTrackApi.Core", "CoinTrackApi.Core\CoinTrackApi.Core.csproj", "{FDD78D4F-E6DC-4920-937D-B3E9BA1448E9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "CoinTrackApi.Tests", "CoinTrackApi.Tests\CoinTrackApi.Tests.csproj", "{57CE1F16-8AF2-4EA8-AF43-53AE35269B41}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C5B309E9-1089-43D4-837B-5849D1708A08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C5B309E9-1089-43D4-837B-5849D1708A08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C5B309E9-1089-43D4-837B-5849D1708A08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C5B309E9-1089-43D4-837B-5849D1708A08}.Release|Any CPU.Build.0 = Release|Any CPU
{FDFD0980-45F2-4B61-9F53-642532D0926B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDFD0980-45F2-4B61-9F53-642532D0926B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDFD0980-45F2-4B61-9F53-642532D0926B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDFD0980-45F2-4B61-9F53-642532D0926B}.Release|Any CPU.Build.0 = Release|Any CPU
{3EC264C0-7B7B-4FF8-BA54-892792AC1E8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3EC264C0-7B7B-4FF8-BA54-892792AC1E8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3EC264C0-7B7B-4FF8-BA54-892792AC1E8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3EC264C0-7B7B-4FF8-BA54-892792AC1E8B}.Release|Any CPU.Build.0 = Release|Any CPU
{FDD78D4F-E6DC-4920-937D-B3E9BA1448E9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FDD78D4F-E6DC-4920-937D-B3E9BA1448E9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FDD78D4F-E6DC-4920-937D-B3E9BA1448E9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FDD78D4F-E6DC-4920-937D-B3E9BA1448E9}.Release|Any CPU.Build.0 = Release|Any CPU
{57CE1F16-8AF2-4EA8-AF43-53AE35269B41}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{57CE1F16-8AF2-4EA8-AF43-53AE35269B41}.Debug|Any CPU.Build.0 = Debug|Any CPU
{57CE1F16-8AF2-4EA8-AF43-53AE35269B41}.Release|Any CPU.ActiveCfg = Release|Any CPU
{57CE1F16-8AF2-4EA8-AF43-53AE35269B41}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {9317A091-3417-4FC7-9B7E-A06D7E08BCBC}
EndGlobalSection
EndGlobal