forked from myloveCc/NETCore.Encrypt
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NETCore.Encrypt.sln
96 lines (96 loc) · 6.12 KB
/
NETCore.Encrypt.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.8
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{2520DA96-86CD-4BD6-8807-95F27381BE1C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "example", "example", "{CF0D22DD-69A9-424C-963F-D23DCE937138}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{858007F7-5623-4CF8-8621-26CC95F4B41E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NETCore.Encrypt", "src\NETCore.Encrypt\NETCore.Encrypt.csproj", "{E761502C-AF51-4AA9-9776-0E3B157F3385}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NETCore.Encrypt.Demo", "example\NETCore.Encrypt.Demo\NETCore.Encrypt.Demo.csproj", "{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "NETCore.Encrypt.Tests", "test\NETCore.Encrypt.Tests\NETCore.Encrypt.Tests.csproj", "{84CC81FB-9F15-49C2-B480-B6806033F7A6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B8A77A06-282D-4D55-B024-8FBC868306E6}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Framework472.EncryptDemo", "example\Framework472.EncryptDemo\Framework472.EncryptDemo.csproj", "{BD31BCD9-E748-46C3-806F-D8BA8C58185A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Debug|x64.ActiveCfg = Debug|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Debug|x64.Build.0 = Debug|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Debug|x86.ActiveCfg = Debug|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Debug|x86.Build.0 = Debug|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Release|Any CPU.Build.0 = Release|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Release|x64.ActiveCfg = Release|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Release|x64.Build.0 = Release|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Release|x86.ActiveCfg = Release|Any CPU
{E761502C-AF51-4AA9-9776-0E3B157F3385}.Release|x86.Build.0 = Release|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Debug|x64.ActiveCfg = Debug|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Debug|x64.Build.0 = Debug|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Debug|x86.ActiveCfg = Debug|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Debug|x86.Build.0 = Debug|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Release|Any CPU.Build.0 = Release|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Release|x64.ActiveCfg = Release|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Release|x64.Build.0 = Release|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Release|x86.ActiveCfg = Release|Any CPU
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218}.Release|x86.Build.0 = Release|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Debug|x64.ActiveCfg = Debug|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Debug|x64.Build.0 = Debug|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Debug|x86.ActiveCfg = Debug|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Debug|x86.Build.0 = Debug|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Release|Any CPU.Build.0 = Release|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Release|x64.ActiveCfg = Release|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Release|x64.Build.0 = Release|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Release|x86.ActiveCfg = Release|Any CPU
{84CC81FB-9F15-49C2-B480-B6806033F7A6}.Release|x86.Build.0 = Release|Any CPU
{BD31BCD9-E748-46C3-806F-D8BA8C58185A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD31BCD9-E748-46C3-806F-D8BA8C58185A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD31BCD9-E748-46C3-806F-D8BA8C58185A}.Debug|x64.ActiveCfg = Debug|Any CPU
{BD31BCD9-E748-46C3-806F-D8BA8C58185A}.Debug|x64.Build.0 = Debug|Any CPU
{BD31BCD9-E748-46C3-806F-D8BA8C58185A}.Debug|x86.ActiveCfg = Debug|Any CPU
{BD31BCD9-E748-46C3-806F-D8BA8C58185A}.Debug|x86.Build.0 = Debug|Any CPU
{BD31BCD9-E748-46C3-806F-D8BA8C58185A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD31BCD9-E748-46C3-806F-D8BA8C58185A}.Release|Any CPU.Build.0 = Release|Any CPU
{BD31BCD9-E748-46C3-806F-D8BA8C58185A}.Release|x64.ActiveCfg = Release|Any CPU
{BD31BCD9-E748-46C3-806F-D8BA8C58185A}.Release|x64.Build.0 = Release|Any CPU
{BD31BCD9-E748-46C3-806F-D8BA8C58185A}.Release|x86.ActiveCfg = Release|Any CPU
{BD31BCD9-E748-46C3-806F-D8BA8C58185A}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{E761502C-AF51-4AA9-9776-0E3B157F3385} = {2520DA96-86CD-4BD6-8807-95F27381BE1C}
{C98B3A1A-B063-4A53-A8EB-1D8F2C448218} = {CF0D22DD-69A9-424C-963F-D23DCE937138}
{84CC81FB-9F15-49C2-B480-B6806033F7A6} = {858007F7-5623-4CF8-8621-26CC95F4B41E}
{BD31BCD9-E748-46C3-806F-D8BA8C58185A} = {CF0D22DD-69A9-424C-963F-D23DCE937138}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {20C14320-327E-4793-9081-BED6566B2709}
EndGlobalSection
EndGlobal