-
Notifications
You must be signed in to change notification settings - Fork 5
/
WeihanLi.Web.Extensions.sln
48 lines (47 loc) · 2.84 KB
/
WeihanLi.Web.Extensions.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2027
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeihanLi.Web.Extensions", "src\WeihanLi.Web.Extensions\WeihanLi.Web.Extensions.csproj", "{0C651F9B-9220-4AC9-8954-519EFDA8461A}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E0D2A889-8DC6-4135-8FF9-4777890B95C2}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{4E0DA003-92C6-49BA-8AE2-F16BDE2FE30C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WeihanLi.Web.Extensions.UnitTest", "test\WeihanLi.Web.Extensions.UnitTest\WeihanLi.Web.Extensions.UnitTest.csproj", "{59948354-653F-403E-B23F-52AD4BF3AE18}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "sample", "sample", "{E465218D-7252-4FEF-B503-C00A761BF583}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WeihanLi.Web.Extensions.Samples", "samples\WeihanLi.Web.Extensions.Samples\WeihanLi.Web.Extensions.Samples.csproj", "{A97D9AD9-0B7E-4C1C-9B90-D9F0D3CEB8F2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0C651F9B-9220-4AC9-8954-519EFDA8461A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0C651F9B-9220-4AC9-8954-519EFDA8461A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0C651F9B-9220-4AC9-8954-519EFDA8461A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0C651F9B-9220-4AC9-8954-519EFDA8461A}.Release|Any CPU.Build.0 = Release|Any CPU
{59948354-653F-403E-B23F-52AD4BF3AE18}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{59948354-653F-403E-B23F-52AD4BF3AE18}.Debug|Any CPU.Build.0 = Debug|Any CPU
{59948354-653F-403E-B23F-52AD4BF3AE18}.Release|Any CPU.ActiveCfg = Release|Any CPU
{59948354-653F-403E-B23F-52AD4BF3AE18}.Release|Any CPU.Build.0 = Release|Any CPU
{A97D9AD9-0B7E-4C1C-9B90-D9F0D3CEB8F2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A97D9AD9-0B7E-4C1C-9B90-D9F0D3CEB8F2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A97D9AD9-0B7E-4C1C-9B90-D9F0D3CEB8F2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A97D9AD9-0B7E-4C1C-9B90-D9F0D3CEB8F2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{0C651F9B-9220-4AC9-8954-519EFDA8461A} = {E0D2A889-8DC6-4135-8FF9-4777890B95C2}
{59948354-653F-403E-B23F-52AD4BF3AE18} = {4E0DA003-92C6-49BA-8AE2-F16BDE2FE30C}
{A97D9AD9-0B7E-4C1C-9B90-D9F0D3CEB8F2} = {E465218D-7252-4FEF-B503-C00A761BF583}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DFCB287D-86F2-49EB-B595-949F7450C00B}
EndGlobalSection
EndGlobal