-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSanlog.sln
44 lines (44 loc) · 2.31 KB
/
Sanlog.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34601.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8608BFC4-7829-473A-B38C-A8B13517EAEF}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sanlog", "Sanlog\Sanlog.csproj", "{8DC4655A-F872-405D-B203-7E3905757AFB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sanlog.EFCore", "Sanlog.EFCore\Sanlog.EFCore.csproj", "{E8FC1727-FD53-45AA-ADB8-45B8B79D6330}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sanlog.MSTest", "Sanlog.MSTest\Sanlog.MSTest.csproj", "{6635E84C-96C8-4C4A-8E81-5807EFD80A9B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8DC4655A-F872-405D-B203-7E3905757AFB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8DC4655A-F872-405D-B203-7E3905757AFB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8DC4655A-F872-405D-B203-7E3905757AFB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8DC4655A-F872-405D-B203-7E3905757AFB}.Release|Any CPU.Build.0 = Release|Any CPU
{E8FC1727-FD53-45AA-ADB8-45B8B79D6330}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8FC1727-FD53-45AA-ADB8-45B8B79D6330}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8FC1727-FD53-45AA-ADB8-45B8B79D6330}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8FC1727-FD53-45AA-ADB8-45B8B79D6330}.Release|Any CPU.Build.0 = Release|Any CPU
{6635E84C-96C8-4C4A-8E81-5807EFD80A9B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6635E84C-96C8-4C4A-8E81-5807EFD80A9B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6635E84C-96C8-4C4A-8E81-5807EFD80A9B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6635E84C-96C8-4C4A-8E81-5807EFD80A9B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {990FAFDB-010B-4258-BA2D-C7AA887CC488}
EndGlobalSection
EndGlobal