forked from Wlitsoft/WeixinSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathWlitsoft.Framework.WeixinSDK.sln
78 lines (78 loc) · 5.08 KB
/
Wlitsoft.Framework.WeixinSDK.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{C0AF58DC-D0B8-41DE-8B23-BD9F0CCBE9DC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{671C7F43-BAEE-4792-BB39-4C39A60453A6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeixinSDK", "src\WeixinSDK\WeixinSDK.csproj", "{DC7AF5F6-8D9F-46E6-BD49-3486426E4702}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeixinSDK.Test", "test\WeixinSDK.Test\WeixinSDK.Test.csproj", "{0F275020-6F2E-446C-A947-F05FF51075B1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeixinSDK.Config", "src\WeixinSDK.Config\WeixinSDK.Config.csproj", "{BE4484A0-978C-4ABF-9744-7C95F4686A6E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeixinSDK.Config.Test", "test\WeixinSDK.Config.Test\WeixinSDK.Config.Test.csproj", "{7B3E1908-0E5F-4B3B-B427-47105FE9A880}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeixinSDK.TokenService.Distributed", "src\WeixinSDK.TokenService.Distributed\WeixinSDK.TokenService.Distributed.csproj", "{A4E648D2-E806-4AA9-850F-702FE55C975E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "NuGet", "NuGet", "{829A267D-2FEF-42D5-BFE8-A6E5846B76EC}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WeixinSDK", "WeixinSDK", "{59E11A6E-F568-401B-9508-55537B902E13}"
ProjectSection(SolutionItems) = preProject
src\NuGet\WeixinSDK\WeixinSDK.nuspec = src\NuGet\WeixinSDK\WeixinSDK.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WeixinSDK.Config", "WeixinSDK.Config", "{71FBBCFA-1473-4A40-B55D-C175F9BD2482}"
ProjectSection(SolutionItems) = preProject
src\NuGet\WeixinSDK.Config\WeixinSDK.Config.nuspec = src\NuGet\WeixinSDK.Config\WeixinSDK.Config.nuspec
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WeixinSDK.TokenService.Distributed", "WeixinSDK.TokenService.Distributed", "{21E65084-93AC-4D63-848C-F72D2839FF53}"
ProjectSection(SolutionItems) = preProject
src\NuGet\WeixinSDK.TokenService.Distributed\WeixinSDK.TokenService.Distributed.nuspec = src\NuGet\WeixinSDK.TokenService.Distributed\WeixinSDK.TokenService.Distributed.nuspec
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DC7AF5F6-8D9F-46E6-BD49-3486426E4702}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DC7AF5F6-8D9F-46E6-BD49-3486426E4702}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DC7AF5F6-8D9F-46E6-BD49-3486426E4702}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DC7AF5F6-8D9F-46E6-BD49-3486426E4702}.Release|Any CPU.Build.0 = Release|Any CPU
{0F275020-6F2E-446C-A947-F05FF51075B1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0F275020-6F2E-446C-A947-F05FF51075B1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0F275020-6F2E-446C-A947-F05FF51075B1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0F275020-6F2E-446C-A947-F05FF51075B1}.Release|Any CPU.Build.0 = Release|Any CPU
{BE4484A0-978C-4ABF-9744-7C95F4686A6E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BE4484A0-978C-4ABF-9744-7C95F4686A6E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BE4484A0-978C-4ABF-9744-7C95F4686A6E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BE4484A0-978C-4ABF-9744-7C95F4686A6E}.Release|Any CPU.Build.0 = Release|Any CPU
{7B3E1908-0E5F-4B3B-B427-47105FE9A880}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B3E1908-0E5F-4B3B-B427-47105FE9A880}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B3E1908-0E5F-4B3B-B427-47105FE9A880}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B3E1908-0E5F-4B3B-B427-47105FE9A880}.Release|Any CPU.Build.0 = Release|Any CPU
{A4E648D2-E806-4AA9-850F-702FE55C975E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A4E648D2-E806-4AA9-850F-702FE55C975E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A4E648D2-E806-4AA9-850F-702FE55C975E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A4E648D2-E806-4AA9-850F-702FE55C975E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{DC7AF5F6-8D9F-46E6-BD49-3486426E4702} = {671C7F43-BAEE-4792-BB39-4C39A60453A6}
{0F275020-6F2E-446C-A947-F05FF51075B1} = {C0AF58DC-D0B8-41DE-8B23-BD9F0CCBE9DC}
{BE4484A0-978C-4ABF-9744-7C95F4686A6E} = {671C7F43-BAEE-4792-BB39-4C39A60453A6}
{7B3E1908-0E5F-4B3B-B427-47105FE9A880} = {C0AF58DC-D0B8-41DE-8B23-BD9F0CCBE9DC}
{A4E648D2-E806-4AA9-850F-702FE55C975E} = {671C7F43-BAEE-4792-BB39-4C39A60453A6}
{829A267D-2FEF-42D5-BFE8-A6E5846B76EC} = {671C7F43-BAEE-4792-BB39-4C39A60453A6}
{59E11A6E-F568-401B-9508-55537B902E13} = {829A267D-2FEF-42D5-BFE8-A6E5846B76EC}
{71FBBCFA-1473-4A40-B55D-C175F9BD2482} = {829A267D-2FEF-42D5-BFE8-A6E5846B76EC}
{21E65084-93AC-4D63-848C-F72D2839FF53} = {829A267D-2FEF-42D5-BFE8-A6E5846B76EC}
EndGlobalSection
EndGlobal