-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathOpenBBSMiddleware.sln
43 lines (43 loc) · 2.46 KB
/
OpenBBSMiddleware.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 Version 16
VisualStudioVersion = 16.0.30114.105
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "middleware", "middleware\middleware.csproj", "{C85A412C-9FF2-49C4-B2CD-D4896F85EE0C}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "BILib", "BILib\BILib.csproj", "{A0BAF342-98E6-4462-B53F-0F4E4A7035BA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DBModel", "DBModel\DBModel.csproj", "{E25E6F81-6238-4C46-B98D-78C987FA9DC5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DtoModel", "DtoModel\DtoModel.csproj", "{7C2EB81B-8ABC-4541-ABF2-4546B9B87200}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C85A412C-9FF2-49C4-B2CD-D4896F85EE0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C85A412C-9FF2-49C4-B2CD-D4896F85EE0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C85A412C-9FF2-49C4-B2CD-D4896F85EE0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C85A412C-9FF2-49C4-B2CD-D4896F85EE0C}.Release|Any CPU.Build.0 = Release|Any CPU
{A0BAF342-98E6-4462-B53F-0F4E4A7035BA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0BAF342-98E6-4462-B53F-0F4E4A7035BA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0BAF342-98E6-4462-B53F-0F4E4A7035BA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0BAF342-98E6-4462-B53F-0F4E4A7035BA}.Release|Any CPU.Build.0 = Release|Any CPU
{E25E6F81-6238-4C46-B98D-78C987FA9DC5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E25E6F81-6238-4C46-B98D-78C987FA9DC5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E25E6F81-6238-4C46-B98D-78C987FA9DC5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E25E6F81-6238-4C46-B98D-78C987FA9DC5}.Release|Any CPU.Build.0 = Release|Any CPU
{7C2EB81B-8ABC-4541-ABF2-4546B9B87200}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C2EB81B-8ABC-4541-ABF2-4546B9B87200}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C2EB81B-8ABC-4541-ABF2-4546B9B87200}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C2EB81B-8ABC-4541-ABF2-4546B9B87200}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A612FBA1-059A-451C-B1CE-098BBBAA1659}
EndGlobalSection
EndGlobal