-
Notifications
You must be signed in to change notification settings - Fork 1
/
Functoso.sln
60 lines (60 loc) · 3.79 KB
/
Functoso.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Functoso.WebApi", "Functoso.WebApi\Functoso.WebApi.csproj", "{6ED46B41-4451-43EF-B614-2FF4BBD9A076}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Functoso.Domain", "Functoso.Domain\Functoso.Domain.csproj", "{E6FC24CD-6E51-4CB4-B7E1-0DE9D3CC3188}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Functoso.Application", "Functoso.Application\Functoso.Application.csproj", "{D0FAC658-A72D-40E1-B24E-BFAE23D287AC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Functoso.Infrastructure", "Functoso.Infrastructure\Functoso.Infrastructure.csproj", "{F1BDA501-9CE7-4611-B995-A7B0E28DFB04}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5AC90619-A386-4E99-9A8C-95399390B567}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Functoso.UnitTests", "Functoso.UnitTests\Functoso.UnitTests.csproj", "{CA68134D-DC4E-4307-AD16-DCC1CE0ECBD6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Functoso.Contracts", "Functoso.Contracts\Functoso.Contracts.csproj", "{42BE668B-BDEA-42CF-BD8E-279F783CB84A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6ED46B41-4451-43EF-B614-2FF4BBD9A076}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6ED46B41-4451-43EF-B614-2FF4BBD9A076}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6ED46B41-4451-43EF-B614-2FF4BBD9A076}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6ED46B41-4451-43EF-B614-2FF4BBD9A076}.Release|Any CPU.Build.0 = Release|Any CPU
{E6FC24CD-6E51-4CB4-B7E1-0DE9D3CC3188}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E6FC24CD-6E51-4CB4-B7E1-0DE9D3CC3188}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E6FC24CD-6E51-4CB4-B7E1-0DE9D3CC3188}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E6FC24CD-6E51-4CB4-B7E1-0DE9D3CC3188}.Release|Any CPU.Build.0 = Release|Any CPU
{D0FAC658-A72D-40E1-B24E-BFAE23D287AC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D0FAC658-A72D-40E1-B24E-BFAE23D287AC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D0FAC658-A72D-40E1-B24E-BFAE23D287AC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D0FAC658-A72D-40E1-B24E-BFAE23D287AC}.Release|Any CPU.Build.0 = Release|Any CPU
{F1BDA501-9CE7-4611-B995-A7B0E28DFB04}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F1BDA501-9CE7-4611-B995-A7B0E28DFB04}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F1BDA501-9CE7-4611-B995-A7B0E28DFB04}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F1BDA501-9CE7-4611-B995-A7B0E28DFB04}.Release|Any CPU.Build.0 = Release|Any CPU
{CA68134D-DC4E-4307-AD16-DCC1CE0ECBD6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CA68134D-DC4E-4307-AD16-DCC1CE0ECBD6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CA68134D-DC4E-4307-AD16-DCC1CE0ECBD6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CA68134D-DC4E-4307-AD16-DCC1CE0ECBD6}.Release|Any CPU.Build.0 = Release|Any CPU
{42BE668B-BDEA-42CF-BD8E-279F783CB84A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{42BE668B-BDEA-42CF-BD8E-279F783CB84A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{42BE668B-BDEA-42CF-BD8E-279F783CB84A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{42BE668B-BDEA-42CF-BD8E-279F783CB84A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CAE39D8D-AFAC-436E-BD1B-10DEA301ED78}
EndGlobalSection
EndGlobal