-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAuditLogManager.sln
43 lines (43 loc) · 2.67 KB
/
AuditLogManager.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.10.34916.146
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuditLogManager", "AuditLogManager\AuditLogManager.csproj", "{36A6CFC7-6C0B-4EBF-A450-9ECEEA609834}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuditLogManager.AppHost", "AuditLogManager.AppHost\AuditLogManager.AppHost.csproj", "{8BFFD5BE-4428-48CA-875F-936A4C0D83A1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuditLogManager.ServiceDefaults", "AuditLogManager.ServiceDefaults\AuditLogManager.ServiceDefaults.csproj", "{49766FF8-D8C6-454B-946A-35770418BCA6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AuditLogManager.Sample.AspNetCore", "AuditLogManager.Sample.AspNetCore\AuditLogManager.Sample.AspNetCore.csproj", "{7DF6AA31-0919-4DF6-9EF1-FE30AF5C892F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{36A6CFC7-6C0B-4EBF-A450-9ECEEA609834}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{36A6CFC7-6C0B-4EBF-A450-9ECEEA609834}.Debug|Any CPU.Build.0 = Debug|Any CPU
{36A6CFC7-6C0B-4EBF-A450-9ECEEA609834}.Release|Any CPU.ActiveCfg = Release|Any CPU
{36A6CFC7-6C0B-4EBF-A450-9ECEEA609834}.Release|Any CPU.Build.0 = Release|Any CPU
{8BFFD5BE-4428-48CA-875F-936A4C0D83A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BFFD5BE-4428-48CA-875F-936A4C0D83A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BFFD5BE-4428-48CA-875F-936A4C0D83A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BFFD5BE-4428-48CA-875F-936A4C0D83A1}.Release|Any CPU.Build.0 = Release|Any CPU
{49766FF8-D8C6-454B-946A-35770418BCA6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{49766FF8-D8C6-454B-946A-35770418BCA6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{49766FF8-D8C6-454B-946A-35770418BCA6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{49766FF8-D8C6-454B-946A-35770418BCA6}.Release|Any CPU.Build.0 = Release|Any CPU
{7DF6AA31-0919-4DF6-9EF1-FE30AF5C892F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7DF6AA31-0919-4DF6-9EF1-FE30AF5C892F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7DF6AA31-0919-4DF6-9EF1-FE30AF5C892F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7DF6AA31-0919-4DF6-9EF1-FE30AF5C892F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C8E4BC5C-31C4-43C3-9151-3E7D504CD156}
EndGlobalSection
EndGlobal