-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathN-Tier.MiniApp.sln
55 lines (55 loc) · 3.68 KB
/
N-Tier.MiniApp.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30611.23
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "N-Tier.MiniApp.Core", "N-Tier.MiniApp.Core\N-Tier.MiniApp.Core.csproj", "{C024929E-88D3-4511-BEF8-90E38DA6045C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "N-Tier.MiniApp.Data", "N-Tier.MiniApp.Data\N-Tier.MiniApp.Data.csproj", "{2B61D70B-981B-4B44-BAD5-E5F193DEE870}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "N-Tier.MiniApp.Services", "N-Tier.MiniApp.Services\N-Tier.MiniApp.Services.csproj", "{12881716-303C-4629-B711-3B36013612BC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "N-Tier.MiniApp.WebAPI", "N-Tier.MiniApp.WebAPI\N-Tier.MiniApp.WebAPI.csproj", "{88EB99CA-2344-4083-88D5-B019C9C53AA9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "N-Tier.MiniApp.Presentation.WebUI", "N-Tier.MiniApp.Presentation.WebUI\N-Tier.MiniApp.Presentation.WebUI.csproj", "{0BCDC7A6-8B4D-42F3-9534-2A05F7C06A03}"
EndProject
Project("{9092AA53-FB77-4645-B42D-1CCCA6BD08BD}") = "N.Tier.MiniApp.Presentation.VuejsUI", "N-Tier.MiniApp.Presentation.VuejsUI\N.Tier.MiniApp.Presentation.VuejsUI.njsproj", "{00FFDEB2-C10D-4B10-ADC5-35D08271E92A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C024929E-88D3-4511-BEF8-90E38DA6045C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C024929E-88D3-4511-BEF8-90E38DA6045C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C024929E-88D3-4511-BEF8-90E38DA6045C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C024929E-88D3-4511-BEF8-90E38DA6045C}.Release|Any CPU.Build.0 = Release|Any CPU
{2B61D70B-981B-4B44-BAD5-E5F193DEE870}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2B61D70B-981B-4B44-BAD5-E5F193DEE870}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2B61D70B-981B-4B44-BAD5-E5F193DEE870}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2B61D70B-981B-4B44-BAD5-E5F193DEE870}.Release|Any CPU.Build.0 = Release|Any CPU
{12881716-303C-4629-B711-3B36013612BC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{12881716-303C-4629-B711-3B36013612BC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{12881716-303C-4629-B711-3B36013612BC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{12881716-303C-4629-B711-3B36013612BC}.Release|Any CPU.Build.0 = Release|Any CPU
{88EB99CA-2344-4083-88D5-B019C9C53AA9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{88EB99CA-2344-4083-88D5-B019C9C53AA9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{88EB99CA-2344-4083-88D5-B019C9C53AA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{88EB99CA-2344-4083-88D5-B019C9C53AA9}.Release|Any CPU.Build.0 = Release|Any CPU
{0BCDC7A6-8B4D-42F3-9534-2A05F7C06A03}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BCDC7A6-8B4D-42F3-9534-2A05F7C06A03}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BCDC7A6-8B4D-42F3-9534-2A05F7C06A03}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BCDC7A6-8B4D-42F3-9534-2A05F7C06A03}.Release|Any CPU.Build.0 = Release|Any CPU
{00FFDEB2-C10D-4B10-ADC5-35D08271E92A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{00FFDEB2-C10D-4B10-ADC5-35D08271E92A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{00FFDEB2-C10D-4B10-ADC5-35D08271E92A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{00FFDEB2-C10D-4B10-ADC5-35D08271E92A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {266FA4E2-EBBC-4093-8811-AD150D98C797}
EndGlobalSection
EndGlobal