-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGitApp.sln
63 lines (63 loc) · 3.97 KB
/
GitApp.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
63
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "0 - DOMAIN", "0 - DOMAIN", "{EFE9713E-77CA-4377-AD97-6460EEE68C4E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "1 - DATA", "1 - DATA", "{DE526F56-66DD-4F4A-B7D5-7FC69C34099C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "2 - BUSINESS", "2 - BUSINESS", "{A280BDAC-7251-40BE-9490-E91F79DA3694}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "3 - SERVICES", "3 - SERVICES", "{36CE6135-C362-4BE3-9EA8-A203C1FE307C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "4 - UI", "4 - UI", "{883BC45C-40F6-4EDF-88AC-24767043A1C4}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitApp.WebMVC", "GitApp.WebMVC\GitApp.WebMVC.csproj", "{29E9A702-F392-4B5A-8655-B5EC42FC945D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitApp.WinForm", "GitApp.WinForm\GitApp.WinForm.csproj", "{FAFF5E93-5248-4CB0-B5FD-8402CC1A2460}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitApp.Entity", "GitApp.Entity\GitApp.Entity.csproj", "{69D5C8BF-81B4-455F-B869-088DC680E526}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitApp.Data", "GitApp.Data\GitApp.Data.csproj", "{29FD680C-5A43-4D88-B2C3-106BB2816F55}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitApp.Business", "GitApp.Business\GitApp.Business.csproj", "{F3D2A675-4448-4B32-8504-33AA0D456625}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{29E9A702-F392-4B5A-8655-B5EC42FC945D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29E9A702-F392-4B5A-8655-B5EC42FC945D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29E9A702-F392-4B5A-8655-B5EC42FC945D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29E9A702-F392-4B5A-8655-B5EC42FC945D}.Release|Any CPU.Build.0 = Release|Any CPU
{FAFF5E93-5248-4CB0-B5FD-8402CC1A2460}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FAFF5E93-5248-4CB0-B5FD-8402CC1A2460}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FAFF5E93-5248-4CB0-B5FD-8402CC1A2460}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FAFF5E93-5248-4CB0-B5FD-8402CC1A2460}.Release|Any CPU.Build.0 = Release|Any CPU
{69D5C8BF-81B4-455F-B869-088DC680E526}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69D5C8BF-81B4-455F-B869-088DC680E526}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69D5C8BF-81B4-455F-B869-088DC680E526}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69D5C8BF-81B4-455F-B869-088DC680E526}.Release|Any CPU.Build.0 = Release|Any CPU
{29FD680C-5A43-4D88-B2C3-106BB2816F55}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{29FD680C-5A43-4D88-B2C3-106BB2816F55}.Debug|Any CPU.Build.0 = Debug|Any CPU
{29FD680C-5A43-4D88-B2C3-106BB2816F55}.Release|Any CPU.ActiveCfg = Release|Any CPU
{29FD680C-5A43-4D88-B2C3-106BB2816F55}.Release|Any CPU.Build.0 = Release|Any CPU
{F3D2A675-4448-4B32-8504-33AA0D456625}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3D2A675-4448-4B32-8504-33AA0D456625}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3D2A675-4448-4B32-8504-33AA0D456625}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3D2A675-4448-4B32-8504-33AA0D456625}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{29E9A702-F392-4B5A-8655-B5EC42FC945D} = {883BC45C-40F6-4EDF-88AC-24767043A1C4}
{FAFF5E93-5248-4CB0-B5FD-8402CC1A2460} = {883BC45C-40F6-4EDF-88AC-24767043A1C4}
{69D5C8BF-81B4-455F-B869-088DC680E526} = {EFE9713E-77CA-4377-AD97-6460EEE68C4E}
{29FD680C-5A43-4D88-B2C3-106BB2816F55} = {DE526F56-66DD-4F4A-B7D5-7FC69C34099C}
{F3D2A675-4448-4B32-8504-33AA0D456625} = {A280BDAC-7251-40BE-9490-E91F79DA3694}
EndGlobalSection
EndGlobal