-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRepository.sln
More file actions
90 lines (89 loc) · 5.85 KB
/
Repository.sln
File metadata and controls
90 lines (89 loc) · 5.85 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26124.0
MinimumVisualStudioVersion = 15.0.26124.0
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProjectAPI", "ProjectAPI\ProjectAPI.csproj", "{4AAC73EE-CA90-4A23-B3FF-7DDE5F7C0F58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project.Data", "Project.Data\Project.Data.csproj", "{26E43C50-2FBE-4D0C-947E-20C98D7C24E8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project.Model", "Project.Model\Project.Model.csproj", "{34B344BB-A311-4905-BC50-9E9AF19823F4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project.Service", "Project.Service\Project.Service.csproj", "{784D3992-1BA1-4D9F-B6C0-451F4B54607C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Project.Infra", "Project.Infra\Project.Infra.csproj", "{953F2316-E8A4-401C-B4CF-16195BF44930}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4AAC73EE-CA90-4A23-B3FF-7DDE5F7C0F58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4AAC73EE-CA90-4A23-B3FF-7DDE5F7C0F58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4AAC73EE-CA90-4A23-B3FF-7DDE5F7C0F58}.Debug|x64.ActiveCfg = Debug|x64
{4AAC73EE-CA90-4A23-B3FF-7DDE5F7C0F58}.Debug|x64.Build.0 = Debug|x64
{4AAC73EE-CA90-4A23-B3FF-7DDE5F7C0F58}.Debug|x86.ActiveCfg = Debug|x86
{4AAC73EE-CA90-4A23-B3FF-7DDE5F7C0F58}.Debug|x86.Build.0 = Debug|x86
{4AAC73EE-CA90-4A23-B3FF-7DDE5F7C0F58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4AAC73EE-CA90-4A23-B3FF-7DDE5F7C0F58}.Release|Any CPU.Build.0 = Release|Any CPU
{4AAC73EE-CA90-4A23-B3FF-7DDE5F7C0F58}.Release|x64.ActiveCfg = Release|x64
{4AAC73EE-CA90-4A23-B3FF-7DDE5F7C0F58}.Release|x64.Build.0 = Release|x64
{4AAC73EE-CA90-4A23-B3FF-7DDE5F7C0F58}.Release|x86.ActiveCfg = Release|x86
{4AAC73EE-CA90-4A23-B3FF-7DDE5F7C0F58}.Release|x86.Build.0 = Release|x86
{26E43C50-2FBE-4D0C-947E-20C98D7C24E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26E43C50-2FBE-4D0C-947E-20C98D7C24E8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26E43C50-2FBE-4D0C-947E-20C98D7C24E8}.Debug|x64.ActiveCfg = Debug|x64
{26E43C50-2FBE-4D0C-947E-20C98D7C24E8}.Debug|x64.Build.0 = Debug|x64
{26E43C50-2FBE-4D0C-947E-20C98D7C24E8}.Debug|x86.ActiveCfg = Debug|x86
{26E43C50-2FBE-4D0C-947E-20C98D7C24E8}.Debug|x86.Build.0 = Debug|x86
{26E43C50-2FBE-4D0C-947E-20C98D7C24E8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26E43C50-2FBE-4D0C-947E-20C98D7C24E8}.Release|Any CPU.Build.0 = Release|Any CPU
{26E43C50-2FBE-4D0C-947E-20C98D7C24E8}.Release|x64.ActiveCfg = Release|x64
{26E43C50-2FBE-4D0C-947E-20C98D7C24E8}.Release|x64.Build.0 = Release|x64
{26E43C50-2FBE-4D0C-947E-20C98D7C24E8}.Release|x86.ActiveCfg = Release|x86
{26E43C50-2FBE-4D0C-947E-20C98D7C24E8}.Release|x86.Build.0 = Release|x86
{34B344BB-A311-4905-BC50-9E9AF19823F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{34B344BB-A311-4905-BC50-9E9AF19823F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{34B344BB-A311-4905-BC50-9E9AF19823F4}.Debug|x64.ActiveCfg = Debug|x64
{34B344BB-A311-4905-BC50-9E9AF19823F4}.Debug|x64.Build.0 = Debug|x64
{34B344BB-A311-4905-BC50-9E9AF19823F4}.Debug|x86.ActiveCfg = Debug|x86
{34B344BB-A311-4905-BC50-9E9AF19823F4}.Debug|x86.Build.0 = Debug|x86
{34B344BB-A311-4905-BC50-9E9AF19823F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{34B344BB-A311-4905-BC50-9E9AF19823F4}.Release|Any CPU.Build.0 = Release|Any CPU
{34B344BB-A311-4905-BC50-9E9AF19823F4}.Release|x64.ActiveCfg = Release|x64
{34B344BB-A311-4905-BC50-9E9AF19823F4}.Release|x64.Build.0 = Release|x64
{34B344BB-A311-4905-BC50-9E9AF19823F4}.Release|x86.ActiveCfg = Release|x86
{34B344BB-A311-4905-BC50-9E9AF19823F4}.Release|x86.Build.0 = Release|x86
{784D3992-1BA1-4D9F-B6C0-451F4B54607C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{784D3992-1BA1-4D9F-B6C0-451F4B54607C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{784D3992-1BA1-4D9F-B6C0-451F4B54607C}.Debug|x64.ActiveCfg = Debug|x64
{784D3992-1BA1-4D9F-B6C0-451F4B54607C}.Debug|x64.Build.0 = Debug|x64
{784D3992-1BA1-4D9F-B6C0-451F4B54607C}.Debug|x86.ActiveCfg = Debug|x86
{784D3992-1BA1-4D9F-B6C0-451F4B54607C}.Debug|x86.Build.0 = Debug|x86
{784D3992-1BA1-4D9F-B6C0-451F4B54607C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{784D3992-1BA1-4D9F-B6C0-451F4B54607C}.Release|Any CPU.Build.0 = Release|Any CPU
{784D3992-1BA1-4D9F-B6C0-451F4B54607C}.Release|x64.ActiveCfg = Release|x64
{784D3992-1BA1-4D9F-B6C0-451F4B54607C}.Release|x64.Build.0 = Release|x64
{784D3992-1BA1-4D9F-B6C0-451F4B54607C}.Release|x86.ActiveCfg = Release|x86
{784D3992-1BA1-4D9F-B6C0-451F4B54607C}.Release|x86.Build.0 = Release|x86
{953F2316-E8A4-401C-B4CF-16195BF44930}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{953F2316-E8A4-401C-B4CF-16195BF44930}.Debug|Any CPU.Build.0 = Debug|Any CPU
{953F2316-E8A4-401C-B4CF-16195BF44930}.Debug|x64.ActiveCfg = Debug|x64
{953F2316-E8A4-401C-B4CF-16195BF44930}.Debug|x64.Build.0 = Debug|x64
{953F2316-E8A4-401C-B4CF-16195BF44930}.Debug|x86.ActiveCfg = Debug|x86
{953F2316-E8A4-401C-B4CF-16195BF44930}.Debug|x86.Build.0 = Debug|x86
{953F2316-E8A4-401C-B4CF-16195BF44930}.Release|Any CPU.ActiveCfg = Release|Any CPU
{953F2316-E8A4-401C-B4CF-16195BF44930}.Release|Any CPU.Build.0 = Release|Any CPU
{953F2316-E8A4-401C-B4CF-16195BF44930}.Release|x64.ActiveCfg = Release|x64
{953F2316-E8A4-401C-B4CF-16195BF44930}.Release|x64.Build.0 = Release|x64
{953F2316-E8A4-401C-B4CF-16195BF44930}.Release|x86.ActiveCfg = Release|x86
{953F2316-E8A4-401C-B4CF-16195BF44930}.Release|x86.Build.0 = Release|x86
EndGlobalSection
EndGlobal