-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathWWB.Wx.Sdk.sln
60 lines (60 loc) · 3.52 KB
/
WWB.Wx.Sdk.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31612.314
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WWB.Wx.Sdk", "src\WWB.Wx.Sdk\WWB.Wx.Sdk.csproj", "{904B31C8-611F-47BF-A574-AFCFF02702F4}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E50A0865-7AE0-442E-B905-66E43694C8AB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{F3207BD1-F071-4807-959C-107E80772638}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "samples", "samples", "{07787B7D-B8BF-43E8-B511-29FA26CA5FA1}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "build", "build", "{D97773B4-0A67-41F3-A69C-4427CA558B85}"
ProjectSection(SolutionItems) = preProject
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Demo.Api", "samples\Demo.Api\Demo.Api.csproj", "{0CE64E47-755B-41BD-A1E0-AAFFA9EA085E}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WWB.Wx.Sdk.Tests", "tests\WWB.Wx.Sdk.Tests\WWB.Wx.Sdk.Tests.csproj", "{AE3F0907-B6F7-4E0B-A45F-1033B30FFA08}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "WWB.Wx.Sdk.AspNet", "src\WWB.Wx.Sdk.AspNet\WWB.Wx.Sdk.AspNet.csproj", "{65723454-41C3-4553-A0DB-4DA48ECD5286}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{904B31C8-611F-47BF-A574-AFCFF02702F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{904B31C8-611F-47BF-A574-AFCFF02702F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{904B31C8-611F-47BF-A574-AFCFF02702F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{904B31C8-611F-47BF-A574-AFCFF02702F4}.Release|Any CPU.Build.0 = Release|Any CPU
{0CE64E47-755B-41BD-A1E0-AAFFA9EA085E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0CE64E47-755B-41BD-A1E0-AAFFA9EA085E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0CE64E47-755B-41BD-A1E0-AAFFA9EA085E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0CE64E47-755B-41BD-A1E0-AAFFA9EA085E}.Release|Any CPU.Build.0 = Release|Any CPU
{AE3F0907-B6F7-4E0B-A45F-1033B30FFA08}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AE3F0907-B6F7-4E0B-A45F-1033B30FFA08}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AE3F0907-B6F7-4E0B-A45F-1033B30FFA08}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AE3F0907-B6F7-4E0B-A45F-1033B30FFA08}.Release|Any CPU.Build.0 = Release|Any CPU
{65723454-41C3-4553-A0DB-4DA48ECD5286}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{65723454-41C3-4553-A0DB-4DA48ECD5286}.Debug|Any CPU.Build.0 = Debug|Any CPU
{65723454-41C3-4553-A0DB-4DA48ECD5286}.Release|Any CPU.ActiveCfg = Release|Any CPU
{65723454-41C3-4553-A0DB-4DA48ECD5286}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{904B31C8-611F-47BF-A574-AFCFF02702F4} = {E50A0865-7AE0-442E-B905-66E43694C8AB}
{0CE64E47-755B-41BD-A1E0-AAFFA9EA085E} = {07787B7D-B8BF-43E8-B511-29FA26CA5FA1}
{AE3F0907-B6F7-4E0B-A45F-1033B30FFA08} = {F3207BD1-F071-4807-959C-107E80772638}
{65723454-41C3-4553-A0DB-4DA48ECD5286} = {E50A0865-7AE0-442E-B905-66E43694C8AB}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DCF2D20C-0296-4249-8988-659C8EDD3F0B}
EndGlobalSection
EndGlobal