-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEfuApp.sln
62 lines (62 loc) · 4.08 KB
/
EfuApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.002.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EfuApp.WebApp", "EfuApp.WebApp\EfuApp.WebApp.csproj", "{1D21686D-BA55-478C-AE75-6095FE3E1537}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EfuApp.UseCases", "EfuApp.UseCases\EfuApp.UseCases.csproj", "{2E2FD773-9EBC-4A6E-B10D-314771F0CD2B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EfuApp.CoreBusiness", "EfuApp.CoreBusiness\EfuApp.CoreBusiness.csproj", "{20E3F778-C5EB-4715-8B20-57E08D6CE88E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "EfuApp.Plugins", "EfuApp.Plugins", "{C8F4604F-3D53-4ACC-B972-D142A5895FBE}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EfuApp.Plugins.InMemory", "EfuApp.Plugins\EfuApp.Plugins.InMemory\EfuApp.Plugins.InMemory.csproj", "{EE3AC37E-1DF4-4EC0-B3F9-1484913C1751}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EfuApp.Plugins.Sqlite", "EfuApp.Plugins\EfuApp.Plugins.Sqlite\EfuApp.Plugins.Sqlite.csproj", "{BD75FABE-3C72-4871-81C8-88B3AC609F6D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "EfuApp.Plugins.EfCoreSqlServer", "EfuApp.Plugins\EfuApp.Plugins.EfCoreSqlServer\EfuApp.Plugins.EfCoreSqlServer.csproj", "{FA1808B2-3288-4B6A-BF8B-EB5F930E4511}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1D21686D-BA55-478C-AE75-6095FE3E1537}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D21686D-BA55-478C-AE75-6095FE3E1537}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D21686D-BA55-478C-AE75-6095FE3E1537}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D21686D-BA55-478C-AE75-6095FE3E1537}.Release|Any CPU.Build.0 = Release|Any CPU
{2E2FD773-9EBC-4A6E-B10D-314771F0CD2B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E2FD773-9EBC-4A6E-B10D-314771F0CD2B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E2FD773-9EBC-4A6E-B10D-314771F0CD2B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E2FD773-9EBC-4A6E-B10D-314771F0CD2B}.Release|Any CPU.Build.0 = Release|Any CPU
{20E3F778-C5EB-4715-8B20-57E08D6CE88E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{20E3F778-C5EB-4715-8B20-57E08D6CE88E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{20E3F778-C5EB-4715-8B20-57E08D6CE88E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{20E3F778-C5EB-4715-8B20-57E08D6CE88E}.Release|Any CPU.Build.0 = Release|Any CPU
{EE3AC37E-1DF4-4EC0-B3F9-1484913C1751}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE3AC37E-1DF4-4EC0-B3F9-1484913C1751}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE3AC37E-1DF4-4EC0-B3F9-1484913C1751}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE3AC37E-1DF4-4EC0-B3F9-1484913C1751}.Release|Any CPU.Build.0 = Release|Any CPU
{BD75FABE-3C72-4871-81C8-88B3AC609F6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD75FABE-3C72-4871-81C8-88B3AC609F6D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD75FABE-3C72-4871-81C8-88B3AC609F6D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD75FABE-3C72-4871-81C8-88B3AC609F6D}.Release|Any CPU.Build.0 = Release|Any CPU
{FA1808B2-3288-4B6A-BF8B-EB5F930E4511}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FA1808B2-3288-4B6A-BF8B-EB5F930E4511}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FA1808B2-3288-4B6A-BF8B-EB5F930E4511}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FA1808B2-3288-4B6A-BF8B-EB5F930E4511}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{EE3AC37E-1DF4-4EC0-B3F9-1484913C1751} = {C8F4604F-3D53-4ACC-B972-D142A5895FBE}
{BD75FABE-3C72-4871-81C8-88B3AC609F6D} = {C8F4604F-3D53-4ACC-B972-D142A5895FBE}
{FA1808B2-3288-4B6A-BF8B-EB5F930E4511} = {C8F4604F-3D53-4ACC-B972-D142A5895FBE}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A0BABBD7-AD1E-42DE-8CFA-452B79C7B14D}
EndGlobalSection
EndGlobal