-
Notifications
You must be signed in to change notification settings - Fork 0
/
nlw-expert-csharp.sln
39 lines (39 loc) · 2.06 KB
/
nlw-expert-csharp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34525.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{B34311FC-9795-403C-A8BD-559FAB7A634A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{106861AA-BBEB-41C9-9077-3E8315D6D39E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "RocketseatAuction.API", "src\RocketseatAuction.API\RocketseatAuction.API.csproj", "{52D2171D-343E-4733-A3FC-795D9911C257}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UseCases.Test", "tests\UseCases.Test\UseCases.Test.csproj", "{2DB3F61E-F418-498F-9F1D-825181AC68B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{52D2171D-343E-4733-A3FC-795D9911C257}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52D2171D-343E-4733-A3FC-795D9911C257}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52D2171D-343E-4733-A3FC-795D9911C257}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52D2171D-343E-4733-A3FC-795D9911C257}.Release|Any CPU.Build.0 = Release|Any CPU
{2DB3F61E-F418-498F-9F1D-825181AC68B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2DB3F61E-F418-498F-9F1D-825181AC68B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2DB3F61E-F418-498F-9F1D-825181AC68B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2DB3F61E-F418-498F-9F1D-825181AC68B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{52D2171D-343E-4733-A3FC-795D9911C257} = {B34311FC-9795-403C-A8BD-559FAB7A634A}
{2DB3F61E-F418-498F-9F1D-825181AC68B2} = {106861AA-BBEB-41C9-9077-3E8315D6D39E}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {51BD4A5B-CEFF-41B3-8A7C-0D3C8A438880}
EndGlobalSection
EndGlobal