-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathEnglishWordsLearning.sln
43 lines (43 loc) · 2.7 KB
/
EnglishWordsLearning.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
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}") = "EnglishWordsLearning.Web", "EnglishWordsLearning.Web\EnglishWordsLearning.Web.csproj", "{4985CBFF-061E-46E8-A31B-E088826330D3}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnglishWordsLearning.Core", "EnglishWordsLearning.Core\EnglishWordsLearning.Core.csproj", "{1B970ACA-5E9C-43BA-9436-51FA47D8637F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnglishWordsLearning.Infrastructure", "EnglishWordsLearning.Infrastructure\EnglishWordsLearning.Infrastructure.csproj", "{E5D7A250-80D8-4AF7-879D-C2A2B03CAC74}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EnglishWordsLearning.Application", "EnglishWordsLearning.Application\EnglishWordsLearning.Application.csproj", "{111170CC-23B6-402D-9620-925F98E6EE1F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4985CBFF-061E-46E8-A31B-E088826330D3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4985CBFF-061E-46E8-A31B-E088826330D3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4985CBFF-061E-46E8-A31B-E088826330D3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4985CBFF-061E-46E8-A31B-E088826330D3}.Release|Any CPU.Build.0 = Release|Any CPU
{1B970ACA-5E9C-43BA-9436-51FA47D8637F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1B970ACA-5E9C-43BA-9436-51FA47D8637F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1B970ACA-5E9C-43BA-9436-51FA47D8637F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1B970ACA-5E9C-43BA-9436-51FA47D8637F}.Release|Any CPU.Build.0 = Release|Any CPU
{E5D7A250-80D8-4AF7-879D-C2A2B03CAC74}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E5D7A250-80D8-4AF7-879D-C2A2B03CAC74}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E5D7A250-80D8-4AF7-879D-C2A2B03CAC74}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E5D7A250-80D8-4AF7-879D-C2A2B03CAC74}.Release|Any CPU.Build.0 = Release|Any CPU
{111170CC-23B6-402D-9620-925F98E6EE1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{111170CC-23B6-402D-9620-925F98E6EE1F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{111170CC-23B6-402D-9620-925F98E6EE1F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{111170CC-23B6-402D-9620-925F98E6EE1F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AD8A8E1C-5E87-4B59-8039-51DDEF62CBE9}
EndGlobalSection
EndGlobal