-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathNuvTools.Security.sln
58 lines (58 loc) · 3.5 KB
/
NuvTools.Security.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{76147AE2-A48F-401F-ABA0-1A006F38ECED}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{814F05D8-9FC4-4815-A665-8053E47E7698}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{D4A175C6-4A8E-4532-B9F4-ACEF4EB6F8C0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuvTools.Security.Models", "src\NuvTools.Security.Models\NuvTools.Security.Models.csproj", "{E7A15CAB-25D7-4F79-BB85-498DF1B6323A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuvTools.Security.AspNetCore", "src\NuvTools.Security.AspNetCore\NuvTools.Security.AspNetCore.csproj", "{C10E1382-1201-41C6-8183-B5A9105DB35C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuvTools.Security", "src\NuvTools.Security\NuvTools.Security.csproj", "{795B3434-1D0C-45FB-941E-8B4712743171}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NuvTools.Security.Test", "tests\NuvTools.Security.Test\NuvTools.Security.Test.csproj", "{C8B742CD-4115-42C7-85EA-9D29B62C91F0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E7A15CAB-25D7-4F79-BB85-498DF1B6323A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E7A15CAB-25D7-4F79-BB85-498DF1B6323A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E7A15CAB-25D7-4F79-BB85-498DF1B6323A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E7A15CAB-25D7-4F79-BB85-498DF1B6323A}.Release|Any CPU.Build.0 = Release|Any CPU
{C10E1382-1201-41C6-8183-B5A9105DB35C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C10E1382-1201-41C6-8183-B5A9105DB35C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C10E1382-1201-41C6-8183-B5A9105DB35C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C10E1382-1201-41C6-8183-B5A9105DB35C}.Release|Any CPU.Build.0 = Release|Any CPU
{795B3434-1D0C-45FB-941E-8B4712743171}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{795B3434-1D0C-45FB-941E-8B4712743171}.Debug|Any CPU.Build.0 = Debug|Any CPU
{795B3434-1D0C-45FB-941E-8B4712743171}.Release|Any CPU.ActiveCfg = Release|Any CPU
{795B3434-1D0C-45FB-941E-8B4712743171}.Release|Any CPU.Build.0 = Release|Any CPU
{C8B742CD-4115-42C7-85EA-9D29B62C91F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C8B742CD-4115-42C7-85EA-9D29B62C91F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C8B742CD-4115-42C7-85EA-9D29B62C91F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C8B742CD-4115-42C7-85EA-9D29B62C91F0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E7A15CAB-25D7-4F79-BB85-498DF1B6323A} = {814F05D8-9FC4-4815-A665-8053E47E7698}
{C10E1382-1201-41C6-8183-B5A9105DB35C} = {814F05D8-9FC4-4815-A665-8053E47E7698}
{795B3434-1D0C-45FB-941E-8B4712743171} = {814F05D8-9FC4-4815-A665-8053E47E7698}
{C8B742CD-4115-42C7-85EA-9D29B62C91F0} = {D4A175C6-4A8E-4532-B9F4-ACEF4EB6F8C0}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D0E80189-14F2-4621-9F44-529F26936A6C}
EndGlobalSection
EndGlobal