-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathWeixinAuth.sln
73 lines (73 loc) · 4.39 KB
/
WeixinAuth.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32319.34
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{672FEA18-F072-4549-9C4C-DBD1F9CDC7BB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_", "_", "{E9754587-13F5-4E3A-9F3F-71C98EF97990}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
Changelog.md = Changelog.md
delete_all_bin_and_obj.cmd = delete_all_bin_and_obj.cmd
Directory.Build.props = Directory.Build.props
Directory.Build.targets = Directory.Build.targets
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
global.json = global.json
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{73FCFCF4-3A1C-4D4D-939A-9CABDC2341DC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeixinAuth", "src\WeixinAuth\WeixinAuth.csproj", "{009C886C-3B18-44F3-8509-5EAF6731E276}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeixinAuth.UnitTest", "test\WeixinAuth.UnitTest\WeixinAuth.UnitTest.csproj", "{94ABBE67-3755-4DD1-A25E-2407FB32C60E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeixinAuth.UnitTest_3_1", "test\WeixinAuth.UnitTest_3_1\WeixinAuth.UnitTest_3_1.csproj", "{688F627F-FF2D-4FE4-BAA7-BD94C139798B}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeixinAuth.UnitTest_5_0", "test\WeixinAuth.UnitTest_5_0\WeixinAuth.UnitTest_5_0.csproj", "{B812C99A-70DF-4EB6-95B6-E3B8CECE5A3A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeixinAuth.UnitTest_6_0", "test\WeixinAuth.UnitTest_6_0\WeixinAuth.UnitTest_6_0.csproj", "{97F5B4DD-9362-4363-9EB8-2B6C027DCA39}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{009C886C-3B18-44F3-8509-5EAF6731E276}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{009C886C-3B18-44F3-8509-5EAF6731E276}.Debug|Any CPU.Build.0 = Debug|Any CPU
{009C886C-3B18-44F3-8509-5EAF6731E276}.Release|Any CPU.ActiveCfg = Release|Any CPU
{009C886C-3B18-44F3-8509-5EAF6731E276}.Release|Any CPU.Build.0 = Release|Any CPU
{94ABBE67-3755-4DD1-A25E-2407FB32C60E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{94ABBE67-3755-4DD1-A25E-2407FB32C60E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{94ABBE67-3755-4DD1-A25E-2407FB32C60E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94ABBE67-3755-4DD1-A25E-2407FB32C60E}.Release|Any CPU.Build.0 = Release|Any CPU
{688F627F-FF2D-4FE4-BAA7-BD94C139798B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{688F627F-FF2D-4FE4-BAA7-BD94C139798B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{688F627F-FF2D-4FE4-BAA7-BD94C139798B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{688F627F-FF2D-4FE4-BAA7-BD94C139798B}.Release|Any CPU.Build.0 = Release|Any CPU
{B812C99A-70DF-4EB6-95B6-E3B8CECE5A3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B812C99A-70DF-4EB6-95B6-E3B8CECE5A3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B812C99A-70DF-4EB6-95B6-E3B8CECE5A3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B812C99A-70DF-4EB6-95B6-E3B8CECE5A3A}.Release|Any CPU.Build.0 = Release|Any CPU
{97F5B4DD-9362-4363-9EB8-2B6C027DCA39}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97F5B4DD-9362-4363-9EB8-2B6C027DCA39}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97F5B4DD-9362-4363-9EB8-2B6C027DCA39}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97F5B4DD-9362-4363-9EB8-2B6C027DCA39}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{009C886C-3B18-44F3-8509-5EAF6731E276} = {672FEA18-F072-4549-9C4C-DBD1F9CDC7BB}
{94ABBE67-3755-4DD1-A25E-2407FB32C60E} = {73FCFCF4-3A1C-4D4D-939A-9CABDC2341DC}
{688F627F-FF2D-4FE4-BAA7-BD94C139798B} = {73FCFCF4-3A1C-4D4D-939A-9CABDC2341DC}
{B812C99A-70DF-4EB6-95B6-E3B8CECE5A3A} = {73FCFCF4-3A1C-4D4D-939A-9CABDC2341DC}
{97F5B4DD-9362-4363-9EB8-2B6C027DCA39} = {73FCFCF4-3A1C-4D4D-939A-9CABDC2341DC}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {2AEDFD1F-BBE1-4727-9978-2FB04DCE84AF}
EndGlobalSection
EndGlobal