-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAnt-Design-Blazor-Admin.sln
37 lines (37 loc) · 2.19 KB
/
Ant-Design-Blazor-Admin.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ant-Design-Blazor-Admin.Server", "Ant-Design-Blazor-Admin\Server\Ant-Design-Blazor-Admin.Server.csproj", "{F8D99543-CD8E-4904-96AC-435C123A1475}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ant-Design-Blazor-Admin.Client", "Ant-Design-Blazor-Admin\Client\Ant-Design-Blazor-Admin.Client.csproj", "{987F68D6-4E06-4160-B90B-81A6752233C8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Ant-Design-Blazor-Admin.Shared", "Ant-Design-Blazor-Admin\Shared\Ant-Design-Blazor-Admin.Shared.csproj", "{73F2CF8E-D1C3-4DDA-83CF-10AA05648EAD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8D99543-CD8E-4904-96AC-435C123A1475}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F8D99543-CD8E-4904-96AC-435C123A1475}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F8D99543-CD8E-4904-96AC-435C123A1475}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F8D99543-CD8E-4904-96AC-435C123A1475}.Release|Any CPU.Build.0 = Release|Any CPU
{987F68D6-4E06-4160-B90B-81A6752233C8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{987F68D6-4E06-4160-B90B-81A6752233C8}.Debug|Any CPU.Build.0 = Debug|Any CPU
{987F68D6-4E06-4160-B90B-81A6752233C8}.Release|Any CPU.ActiveCfg = Release|Any CPU
{987F68D6-4E06-4160-B90B-81A6752233C8}.Release|Any CPU.Build.0 = Release|Any CPU
{73F2CF8E-D1C3-4DDA-83CF-10AA05648EAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{73F2CF8E-D1C3-4DDA-83CF-10AA05648EAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{73F2CF8E-D1C3-4DDA-83CF-10AA05648EAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{73F2CF8E-D1C3-4DDA-83CF-10AA05648EAD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BBB8F05D-D6B9-418C-820B-4862F56E5E1E}
EndGlobalSection
EndGlobal