-
Notifications
You must be signed in to change notification settings - Fork 0
/
TesteFlurl.sln
37 lines (37 loc) · 2.09 KB
/
TesteFlurl.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.31702.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TesteFlurl.API", "TesteFlurl.API\TesteFlurl.API.csproj", "{94662BB6-46B1-4F11-AD75-229BF8EB3CBD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TesteFlurl.Contracts", "TesteFlurl.Contracts\TesteFlurl.Contracts.csproj", "{F5B9F2E0-9532-4448-BEBF-CB52363DFF69}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TesteFlurl.Services", "TesteFlurl.Services\TesteFlurl.Services.csproj", "{92197EDF-5585-4DAD-A70C-0E7E18E24E38}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{94662BB6-46B1-4F11-AD75-229BF8EB3CBD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94662BB6-46B1-4F11-AD75-229BF8EB3CBD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94662BB6-46B1-4F11-AD75-229BF8EB3CBD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94662BB6-46B1-4F11-AD75-229BF8EB3CBD}.Release|Any CPU.Build.0 = Release|Any CPU
{F5B9F2E0-9532-4448-BEBF-CB52363DFF69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5B9F2E0-9532-4448-BEBF-CB52363DFF69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5B9F2E0-9532-4448-BEBF-CB52363DFF69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5B9F2E0-9532-4448-BEBF-CB52363DFF69}.Release|Any CPU.Build.0 = Release|Any CPU
{92197EDF-5585-4DAD-A70C-0E7E18E24E38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{92197EDF-5585-4DAD-A70C-0E7E18E24E38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{92197EDF-5585-4DAD-A70C-0E7E18E24E38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{92197EDF-5585-4DAD-A70C-0E7E18E24E38}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B75B72E3-CEAA-4600-A008-2A2F63C6E087}
EndGlobalSection
EndGlobal