-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathEntityFrameworkCore.AuditInterceptor.sln
More file actions
58 lines (58 loc) · 3.42 KB
/
EntityFrameworkCore.AuditInterceptor.sln
File metadata and controls
58 lines (58 loc) · 3.42 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.13.35806.99
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{7AACC4A4-5B0D-4182-937D-B689A2E5B124}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3F51A37D-2C5E-4727-B7C0-7E712A3C3B1C}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EntityFrameworkCore.AuditInterceptor.nuspec = EntityFrameworkCore.AuditInterceptor.nuspec
global.json = global.json
nuget.config = nuget.config
.github\workflows\nugt-publish.yml = .github\workflows\nugt-publish.yml
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityFrameworkCore.AuditInterceptor", "src\EntityFrameworkCore.AuditInterceptor\EntityFrameworkCore.AuditInterceptor.csproj", "{B70C3951-AAC2-875D-96DB-2031FB08F9DF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityFrameworkCore.AuditInterceptor.Tests", "tests\EntityFrameworkCore.AuditInterceptor.Tests\EntityFrameworkCore.AuditInterceptor.Tests.csproj", "{C8A8BADE-B68B-47A7-F3AD-00440B538F29}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Samples", "Samples", "{67C4EC00-A8D5-4A46-B799-90D93035FF3A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EntityFrameworkCore.AuditInterceptor.Web", "Samples\EntityFrameworkCore.AuditInterceptor.Web\EntityFrameworkCore.AuditInterceptor.Web.csproj", "{E3BD8C4F-6680-E3EA-8911-1B017A360AB3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B70C3951-AAC2-875D-96DB-2031FB08F9DF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B70C3951-AAC2-875D-96DB-2031FB08F9DF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B70C3951-AAC2-875D-96DB-2031FB08F9DF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B70C3951-AAC2-875D-96DB-2031FB08F9DF}.Release|Any CPU.Build.0 = Release|Any CPU
{C8A8BADE-B68B-47A7-F3AD-00440B538F29}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8A8BADE-B68B-47A7-F3AD-00440B538F29}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8A8BADE-B68B-47A7-F3AD-00440B538F29}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8A8BADE-B68B-47A7-F3AD-00440B538F29}.Release|Any CPU.Build.0 = Release|Any CPU
{E3BD8C4F-6680-E3EA-8911-1B017A360AB3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E3BD8C4F-6680-E3EA-8911-1B017A360AB3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E3BD8C4F-6680-E3EA-8911-1B017A360AB3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E3BD8C4F-6680-E3EA-8911-1B017A360AB3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{B70C3951-AAC2-875D-96DB-2031FB08F9DF} = {02EA681E-C7D8-13C7-8484-4AC65E1B71E8}
{C8A8BADE-B68B-47A7-F3AD-00440B538F29} = {7AACC4A4-5B0D-4182-937D-B689A2E5B124}
{E3BD8C4F-6680-E3EA-8911-1B017A360AB3} = {67C4EC00-A8D5-4A46-B799-90D93035FF3A}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7B10C415-B94A-49DA-8907-92001880C95C}
EndGlobalSection
EndGlobal