forked from dotnetcore/Alipay.AopSdk.Core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Alipay.AopSdk.Core.sln
43 lines (43 loc) · 2.37 KB
/
Alipay.AopSdk.Core.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alipay.AopSdk.Core", "Alipay.AopSdk.Core\Alipay.AopSdk.Core.csproj", "{4B01FFF7-C94A-46DC-A9DA-6407992F1C52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alipay.AopSdk.Core.UnitTest", "Alipay.AopSdk.Core.UnitTest\Alipay.AopSdk.Core.UnitTest.csproj", "{FC4F36D1-13BF-4974-BCB1-5B4E905F7B07}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Alipay.AopSdk.AspnetCore", "Alipay.AopSdk.AspnetCore\Alipay.AopSdk.AspnetCore.csproj", "{6A78B4AB-B857-4BA8-88C4-85F6298C8E70}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{946D3C5A-4580-44C8-9EA9-B529F5657143}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B01FFF7-C94A-46DC-A9DA-6407992F1C52}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B01FFF7-C94A-46DC-A9DA-6407992F1C52}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B01FFF7-C94A-46DC-A9DA-6407992F1C52}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B01FFF7-C94A-46DC-A9DA-6407992F1C52}.Release|Any CPU.Build.0 = Release|Any CPU
{FC4F36D1-13BF-4974-BCB1-5B4E905F7B07}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FC4F36D1-13BF-4974-BCB1-5B4E905F7B07}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FC4F36D1-13BF-4974-BCB1-5B4E905F7B07}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FC4F36D1-13BF-4974-BCB1-5B4E905F7B07}.Release|Any CPU.Build.0 = Release|Any CPU
{6A78B4AB-B857-4BA8-88C4-85F6298C8E70}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6A78B4AB-B857-4BA8-88C4-85F6298C8E70}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6A78B4AB-B857-4BA8-88C4-85F6298C8E70}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6A78B4AB-B857-4BA8-88C4-85F6298C8E70}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {356EDB96-6423-4963-9A51-508938FDBC91}
EndGlobalSection
EndGlobal