-
Notifications
You must be signed in to change notification settings - Fork 3
/
MCSoft.sln
60 lines (60 loc) · 3.71 KB
/
MCSoft.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29905.134
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MCSoft", "MCSoft\MCSoft.csproj", "{C79838C6-6C28-4F4A-9564-6525626F327E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MCSoft.Domain", "MCSoft.Domain\MCSoft.Domain.csproj", "{762CA35D-113F-4751-BF61-175AF21EAED8}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MCSoft.Infrastructure", "MCSoft.Infrastructure\MCSoft.Infrastructure.csproj", "{CB486145-696D-4907-8302-8D67A8BA5A70}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MCSoft.Application", "MCSoft.Application\MCSoft.Application.csproj", "{68509468-52C9-439D-9B6A-642E211A653D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MCSoft.Utility", "MCSoft.Utility\MCSoft.Utility.csproj", "{AB804ABF-5A3B-4625-BF05-CCED7F61523E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MCSoft.Api", "MCSoft.Api\MCSoft.Api.csproj", "{F5917F8F-1224-4DEB-AFB0-0FB10592858A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{78648D24-B661-477B-9FA9-8746C397065B}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C79838C6-6C28-4F4A-9564-6525626F327E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C79838C6-6C28-4F4A-9564-6525626F327E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C79838C6-6C28-4F4A-9564-6525626F327E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C79838C6-6C28-4F4A-9564-6525626F327E}.Release|Any CPU.Build.0 = Release|Any CPU
{762CA35D-113F-4751-BF61-175AF21EAED8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{762CA35D-113F-4751-BF61-175AF21EAED8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{762CA35D-113F-4751-BF61-175AF21EAED8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{762CA35D-113F-4751-BF61-175AF21EAED8}.Release|Any CPU.Build.0 = Release|Any CPU
{CB486145-696D-4907-8302-8D67A8BA5A70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB486145-696D-4907-8302-8D67A8BA5A70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB486145-696D-4907-8302-8D67A8BA5A70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB486145-696D-4907-8302-8D67A8BA5A70}.Release|Any CPU.Build.0 = Release|Any CPU
{68509468-52C9-439D-9B6A-642E211A653D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{68509468-52C9-439D-9B6A-642E211A653D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{68509468-52C9-439D-9B6A-642E211A653D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{68509468-52C9-439D-9B6A-642E211A653D}.Release|Any CPU.Build.0 = Release|Any CPU
{AB804ABF-5A3B-4625-BF05-CCED7F61523E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB804ABF-5A3B-4625-BF05-CCED7F61523E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB804ABF-5A3B-4625-BF05-CCED7F61523E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB804ABF-5A3B-4625-BF05-CCED7F61523E}.Release|Any CPU.Build.0 = Release|Any CPU
{F5917F8F-1224-4DEB-AFB0-0FB10592858A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5917F8F-1224-4DEB-AFB0-0FB10592858A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5917F8F-1224-4DEB-AFB0-0FB10592858A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5917F8F-1224-4DEB-AFB0-0FB10592858A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EB2B1C35-0080-470B-BEBF-14BF742FBA07}
EndGlobalSection
EndGlobal