forked from JeffreySu/WeiXinMPSDK
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Senparc.Weixin.MP.Sample.WebForms.sln
62 lines (62 loc) · 3.58 KB
/
Senparc.Weixin.MP.Sample.WebForms.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29519.87
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Senparc.Weixin.MP.Sample.CommonService", "..\net45-mvc\Senparc.Weixin.MP.Sample.CommonService\Senparc.Weixin.MP.Sample.CommonService.csproj", "{CCD291E9-16FA-4B53-B032-EBD3F659567B}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Library", "Library", "{4AF09A77-6409-4029-ABDE-DB33B750E837}"
ProjectSection(SolutionItems) = preProject
readme.Library.md = readme.Library.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Sample", "Sample", "{7F389BAD-A1D1-4A0A-A34B-FE38B15B43E9}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Senparc.Weixin.MP.Sample.WebForms", "Senparc.Weixin.MP.Sample.WebForms\Senparc.Weixin.MP.Sample.WebForms.csproj", "{F4913863-687B-44EF-B1A4-655C49A5BCB7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
Test|Any CPU = Test|Any CPU
Test|x86 = Test|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CCD291E9-16FA-4B53-B032-EBD3F659567B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CCD291E9-16FA-4B53-B032-EBD3F659567B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CCD291E9-16FA-4B53-B032-EBD3F659567B}.Debug|x86.ActiveCfg = Debug|x86
{CCD291E9-16FA-4B53-B032-EBD3F659567B}.Debug|x86.Build.0 = Debug|x86
{CCD291E9-16FA-4B53-B032-EBD3F659567B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CCD291E9-16FA-4B53-B032-EBD3F659567B}.Release|Any CPU.Build.0 = Release|Any CPU
{CCD291E9-16FA-4B53-B032-EBD3F659567B}.Release|x86.ActiveCfg = Release|x86
{CCD291E9-16FA-4B53-B032-EBD3F659567B}.Release|x86.Build.0 = Release|x86
{CCD291E9-16FA-4B53-B032-EBD3F659567B}.Test|Any CPU.ActiveCfg = Release|Any CPU
{CCD291E9-16FA-4B53-B032-EBD3F659567B}.Test|Any CPU.Build.0 = Release|Any CPU
{CCD291E9-16FA-4B53-B032-EBD3F659567B}.Test|x86.ActiveCfg = Release|x86
{CCD291E9-16FA-4B53-B032-EBD3F659567B}.Test|x86.Build.0 = Release|x86
{F4913863-687B-44EF-B1A4-655C49A5BCB7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4913863-687B-44EF-B1A4-655C49A5BCB7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4913863-687B-44EF-B1A4-655C49A5BCB7}.Debug|x86.ActiveCfg = Debug|Any CPU
{F4913863-687B-44EF-B1A4-655C49A5BCB7}.Debug|x86.Build.0 = Debug|Any CPU
{F4913863-687B-44EF-B1A4-655C49A5BCB7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4913863-687B-44EF-B1A4-655C49A5BCB7}.Release|Any CPU.Build.0 = Release|Any CPU
{F4913863-687B-44EF-B1A4-655C49A5BCB7}.Release|x86.ActiveCfg = Release|Any CPU
{F4913863-687B-44EF-B1A4-655C49A5BCB7}.Release|x86.Build.0 = Release|Any CPU
{F4913863-687B-44EF-B1A4-655C49A5BCB7}.Test|Any CPU.ActiveCfg = Release|Any CPU
{F4913863-687B-44EF-B1A4-655C49A5BCB7}.Test|Any CPU.Build.0 = Release|Any CPU
{F4913863-687B-44EF-B1A4-655C49A5BCB7}.Test|x86.ActiveCfg = Release|Any CPU
{F4913863-687B-44EF-B1A4-655C49A5BCB7}.Test|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{CCD291E9-16FA-4B53-B032-EBD3F659567B} = {7F389BAD-A1D1-4A0A-A34B-FE38B15B43E9}
{F4913863-687B-44EF-B1A4-655C49A5BCB7} = {7F389BAD-A1D1-4A0A-A34B-FE38B15B43E9}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AB54033B-C93A-47CE-BA9C-3B3BDD31E0A0}
EndGlobalSection
EndGlobal