-
Notifications
You must be signed in to change notification settings - Fork 0
/
mbGPT.sln
43 lines (43 loc) · 2.58 KB
/
mbGPT.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 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mbGPT.Module", "mbGPT.Module\mbGPT.Module.csproj", "{725FBB06-8D27-434B-82F0-BD5A70BB8360}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mbGPT.Win", "mbGPT.Win\mbGPT.Win.csproj", "{BD1A1BCB-9692-4332-BA53-F681131D7E22}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "mbGPT.Blazor.Server", "mbGPT.Blazor.Server\mbGPT.Blazor.Server.csproj", "{2D1B5062-6735-48BB-A2C3-9FCD248B0560}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EasyTest|Any CPU = EasyTest|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{725FBB06-8D27-434B-82F0-BD5A70BB8360}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{725FBB06-8D27-434B-82F0-BD5A70BB8360}.Debug|Any CPU.Build.0 = Debug|Any CPU
{725FBB06-8D27-434B-82F0-BD5A70BB8360}.EasyTest|Any CPU.ActiveCfg = EasyTest|Any CPU
{725FBB06-8D27-434B-82F0-BD5A70BB8360}.EasyTest|Any CPU.Build.0 = EasyTest|Any CPU
{725FBB06-8D27-434B-82F0-BD5A70BB8360}.Release|Any CPU.ActiveCfg = Release|Any CPU
{725FBB06-8D27-434B-82F0-BD5A70BB8360}.Release|Any CPU.Build.0 = Release|Any CPU
{BD1A1BCB-9692-4332-BA53-F681131D7E22}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BD1A1BCB-9692-4332-BA53-F681131D7E22}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BD1A1BCB-9692-4332-BA53-F681131D7E22}.EasyTest|Any CPU.ActiveCfg = EasyTest|Any CPU
{BD1A1BCB-9692-4332-BA53-F681131D7E22}.EasyTest|Any CPU.Build.0 = EasyTest|Any CPU
{BD1A1BCB-9692-4332-BA53-F681131D7E22}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BD1A1BCB-9692-4332-BA53-F681131D7E22}.Release|Any CPU.Build.0 = Release|Any CPU
{2D1B5062-6735-48BB-A2C3-9FCD248B0560}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2D1B5062-6735-48BB-A2C3-9FCD248B0560}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2D1B5062-6735-48BB-A2C3-9FCD248B0560}.EasyTest|Any CPU.ActiveCfg = EasyTest|Any CPU
{2D1B5062-6735-48BB-A2C3-9FCD248B0560}.EasyTest|Any CPU.Build.0 = EasyTest|Any CPU
{2D1B5062-6735-48BB-A2C3-9FCD248B0560}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2D1B5062-6735-48BB-A2C3-9FCD248B0560}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1983CCF0-3C02-4F4C-95AD-C3DAC7F5CC22}
EndGlobalSection
EndGlobal