-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSpotifalso.sln
67 lines (67 loc) · 4.38 KB
/
Spotifalso.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31410.357
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spotifalso.API", "Spotifalso.API\Spotifalso.API.csproj", "{D2FFAC8C-C0F1-4D4B-B3DD-A8556E25CD67}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{A9EEEBA3-F9EF-4F05-92D8-8D943368A934}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spotifalso.Aplication", "Spotifalso.Aplication\Spotifalso.Aplication.csproj", "{247D8219-603C-45EC-9DA3-FB8BC7679C83}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spotifalso.Core", "Spotifalso.Core\Spotifalso.Core.csproj", "{055C8E36-75D9-4EBD-8556-179EA8D69B3B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spotifalso.Infrastructure", "Spotifalso.Infrastructure\Spotifalso.Infrastructure.csproj", "{8436D4DD-BE6E-4353-BC6B-83E4FBF1558D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{1F894661-1BAA-46B2-9AD8-B7A356242FFD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spotifalso.UnitTests", "Spotifalso.UnitTests\Spotifalso.UnitTests.csproj", "{B98588B5-11A7-4005-9864-AF85F5FFD46E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Spotifalso.IntegrationTests", "Spotifalso.IntegrationTests\Spotifalso.IntegrationTests.csproj", "{AA8331DD-7C36-45CD-864E-1A140A9416B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D2FFAC8C-C0F1-4D4B-B3DD-A8556E25CD67}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D2FFAC8C-C0F1-4D4B-B3DD-A8556E25CD67}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D2FFAC8C-C0F1-4D4B-B3DD-A8556E25CD67}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D2FFAC8C-C0F1-4D4B-B3DD-A8556E25CD67}.Release|Any CPU.Build.0 = Release|Any CPU
{247D8219-603C-45EC-9DA3-FB8BC7679C83}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{247D8219-603C-45EC-9DA3-FB8BC7679C83}.Debug|Any CPU.Build.0 = Debug|Any CPU
{247D8219-603C-45EC-9DA3-FB8BC7679C83}.Release|Any CPU.ActiveCfg = Release|Any CPU
{247D8219-603C-45EC-9DA3-FB8BC7679C83}.Release|Any CPU.Build.0 = Release|Any CPU
{055C8E36-75D9-4EBD-8556-179EA8D69B3B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{055C8E36-75D9-4EBD-8556-179EA8D69B3B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{055C8E36-75D9-4EBD-8556-179EA8D69B3B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{055C8E36-75D9-4EBD-8556-179EA8D69B3B}.Release|Any CPU.Build.0 = Release|Any CPU
{8436D4DD-BE6E-4353-BC6B-83E4FBF1558D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8436D4DD-BE6E-4353-BC6B-83E4FBF1558D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8436D4DD-BE6E-4353-BC6B-83E4FBF1558D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8436D4DD-BE6E-4353-BC6B-83E4FBF1558D}.Release|Any CPU.Build.0 = Release|Any CPU
{B98588B5-11A7-4005-9864-AF85F5FFD46E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B98588B5-11A7-4005-9864-AF85F5FFD46E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B98588B5-11A7-4005-9864-AF85F5FFD46E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B98588B5-11A7-4005-9864-AF85F5FFD46E}.Release|Any CPU.Build.0 = Release|Any CPU
{AA8331DD-7C36-45CD-864E-1A140A9416B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AA8331DD-7C36-45CD-864E-1A140A9416B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AA8331DD-7C36-45CD-864E-1A140A9416B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AA8331DD-7C36-45CD-864E-1A140A9416B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{D2FFAC8C-C0F1-4D4B-B3DD-A8556E25CD67} = {A9EEEBA3-F9EF-4F05-92D8-8D943368A934}
{247D8219-603C-45EC-9DA3-FB8BC7679C83} = {A9EEEBA3-F9EF-4F05-92D8-8D943368A934}
{055C8E36-75D9-4EBD-8556-179EA8D69B3B} = {A9EEEBA3-F9EF-4F05-92D8-8D943368A934}
{8436D4DD-BE6E-4353-BC6B-83E4FBF1558D} = {A9EEEBA3-F9EF-4F05-92D8-8D943368A934}
{B98588B5-11A7-4005-9864-AF85F5FFD46E} = {1F894661-1BAA-46B2-9AD8-B7A356242FFD}
{AA8331DD-7C36-45CD-864E-1A140A9416B2} = {1F894661-1BAA-46B2-9AD8-B7A356242FFD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1DC97F2C-31A4-4AFC-8484-13290EA020EA}
EndGlobalSection
EndGlobal