-
Notifications
You must be signed in to change notification settings - Fork 1
/
Codeit.Enterprise.Base.sln
48 lines (48 loc) · 2.63 KB
/
Codeit.Enterprise.Base.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Codeit.Enterprise.Base", "Codeit.Enterprise.Base\Codeit.Enterprise.Base.csproj", "{3A371292-056A-4F78-A721-45AB33BD0C0E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{2EE2F5B2-7389-4D8E-AE0B-7948701256E9}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
azure-pipelines.yml = azure-pipelines.yml
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
.github\workflows\publish.yml = .github\workflows\publish.yml
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Codeit.Enterprise.Base.Test", "Codeit.Enterprise.Base.Test\Codeit.Enterprise.Base.Test.csproj", "{4C353A9E-4A04-4EC6-AD4F-6AD3B272BC39}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Codeit.Enterprise.Base.Abstractions", "Codeit.Enterprise.Base.Abstractions\Codeit.Enterprise.Base.Abstractions.csproj", "{468C4864-3149-486E-935A-7177FEDB5BCD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A371292-056A-4F78-A721-45AB33BD0C0E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3A371292-056A-4F78-A721-45AB33BD0C0E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3A371292-056A-4F78-A721-45AB33BD0C0E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3A371292-056A-4F78-A721-45AB33BD0C0E}.Release|Any CPU.Build.0 = Release|Any CPU
{4C353A9E-4A04-4EC6-AD4F-6AD3B272BC39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4C353A9E-4A04-4EC6-AD4F-6AD3B272BC39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4C353A9E-4A04-4EC6-AD4F-6AD3B272BC39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4C353A9E-4A04-4EC6-AD4F-6AD3B272BC39}.Release|Any CPU.Build.0 = Release|Any CPU
{468C4864-3149-486E-935A-7177FEDB5BCD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{468C4864-3149-486E-935A-7177FEDB5BCD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{468C4864-3149-486E-935A-7177FEDB5BCD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{468C4864-3149-486E-935A-7177FEDB5BCD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F621D9E6-751A-416A-9DC9-607A8A21B067}
EndGlobalSection
EndGlobal