-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAiursoft.BaGet.sln
74 lines (74 loc) · 5 KB
/
Aiursoft.BaGet.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33414.496
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aiursoft.BaGet.Core", "src\BaGet.Core\Aiursoft.BaGet.Core.csproj", "{FFFACD28-C300-4046-BCFE-4A7899E88EA3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{26A0B557-53FB-4B9A-94C4-BCCF1BDCB0CC}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aiursoft.BaGet.Protocol", "src\BaGet.Protocol\Aiursoft.BaGet.Protocol.csproj", "{A2D23427-9278-4D52-B31F-759212252832}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aiursoft.BaGet.Web", "src\BaGet.Web\Aiursoft.BaGet.Web.csproj", "{D68B56AC-98DD-4DA7-B4F8-1243538A8A5C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aiursoft.BaGet.Database.Sqlite", "src\BaGet.Database.Sqlite\Aiursoft.BaGet.Database.Sqlite.csproj", "{EC5E6B2C-2494-40E8-8682-080BA580DDA7}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "test", "test", "{D998480A-D226-45AA-8E55-F9116ABEE0EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aiursoft.BaGet.Core.Tests", "tests\BaGet.Core.Tests\Aiursoft.BaGet.Core.Tests.csproj", "{5D10994C-179B-4616-BD4A-5B48C7542619}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aiursoft.BaGet.Protocol.Tests", "tests\BaGet.Protocol.Tests\Aiursoft.BaGet.Protocol.Tests.csproj", "{52C6DFEB-97F7-48B5-83DF-A561324B3023}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aiursoft.BaGet.Web.Tests", "tests\BaGet.Web.Tests\Aiursoft.BaGet.Web.Tests.csproj", "{D759FED1-2DC4-4C89-B4B7-B245B7C1F988}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{FFFACD28-C300-4046-BCFE-4A7899E88EA3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FFFACD28-C300-4046-BCFE-4A7899E88EA3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FFFACD28-C300-4046-BCFE-4A7899E88EA3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FFFACD28-C300-4046-BCFE-4A7899E88EA3}.Release|Any CPU.Build.0 = Release|Any CPU
{A2D23427-9278-4D52-B31F-759212252832}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A2D23427-9278-4D52-B31F-759212252832}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A2D23427-9278-4D52-B31F-759212252832}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A2D23427-9278-4D52-B31F-759212252832}.Release|Any CPU.Build.0 = Release|Any CPU
{D68B56AC-98DD-4DA7-B4F8-1243538A8A5C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D68B56AC-98DD-4DA7-B4F8-1243538A8A5C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D68B56AC-98DD-4DA7-B4F8-1243538A8A5C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D68B56AC-98DD-4DA7-B4F8-1243538A8A5C}.Release|Any CPU.Build.0 = Release|Any CPU
{EC5E6B2C-2494-40E8-8682-080BA580DDA7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EC5E6B2C-2494-40E8-8682-080BA580DDA7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EC5E6B2C-2494-40E8-8682-080BA580DDA7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EC5E6B2C-2494-40E8-8682-080BA580DDA7}.Release|Any CPU.Build.0 = Release|Any CPU
{5D10994C-179B-4616-BD4A-5B48C7542619}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5D10994C-179B-4616-BD4A-5B48C7542619}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5D10994C-179B-4616-BD4A-5B48C7542619}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5D10994C-179B-4616-BD4A-5B48C7542619}.Release|Any CPU.Build.0 = Release|Any CPU
{52C6DFEB-97F7-48B5-83DF-A561324B3023}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{52C6DFEB-97F7-48B5-83DF-A561324B3023}.Debug|Any CPU.Build.0 = Debug|Any CPU
{52C6DFEB-97F7-48B5-83DF-A561324B3023}.Release|Any CPU.ActiveCfg = Release|Any CPU
{52C6DFEB-97F7-48B5-83DF-A561324B3023}.Release|Any CPU.Build.0 = Release|Any CPU
{D759FED1-2DC4-4C89-B4B7-B245B7C1F988}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D759FED1-2DC4-4C89-B4B7-B245B7C1F988}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D759FED1-2DC4-4C89-B4B7-B245B7C1F988}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D759FED1-2DC4-4C89-B4B7-B245B7C1F988}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{FFFACD28-C300-4046-BCFE-4A7899E88EA3} = {26A0B557-53FB-4B9A-94C4-BCCF1BDCB0CC}
{A2D23427-9278-4D52-B31F-759212252832} = {26A0B557-53FB-4B9A-94C4-BCCF1BDCB0CC}
{D68B56AC-98DD-4DA7-B4F8-1243538A8A5C} = {26A0B557-53FB-4B9A-94C4-BCCF1BDCB0CC}
{EC5E6B2C-2494-40E8-8682-080BA580DDA7} = {26A0B557-53FB-4B9A-94C4-BCCF1BDCB0CC}
{5D10994C-179B-4616-BD4A-5B48C7542619} = {D998480A-D226-45AA-8E55-F9116ABEE0EF}
{52C6DFEB-97F7-48B5-83DF-A561324B3023} = {D998480A-D226-45AA-8E55-F9116ABEE0EF}
{D759FED1-2DC4-4C89-B4B7-B245B7C1F988} = {D998480A-D226-45AA-8E55-F9116ABEE0EF}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1423C027-2C90-417F-8629-2A4CF107C055}
EndGlobalSection
EndGlobal