-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
Copy pathAntDesign.Pro.Components.sln
40 lines (40 loc) · 2.17 KB
/
AntDesign.Pro.Components.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C60BCE84-4AF4-4393-8D3E-1B69E29549C1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntDesign.ProLayout", "src\layout\src\AntDesign.ProLayout.csproj", "{4E8E4DA8-6738-4F24-93C1-6DF5EA7CAD77}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "layout", "layout", "{978A204D-F45C-454E-A09E-9C2B6CEAB55F}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntDesign.ProLayout.Wasm", "src\layout\example\AntDesign.ProLayout.Wasm\AntDesign.ProLayout.Wasm.csproj", "{47D49A50-3A1D-4DB1-9F16-5D7CA94DA112}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4E8E4DA8-6738-4F24-93C1-6DF5EA7CAD77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4E8E4DA8-6738-4F24-93C1-6DF5EA7CAD77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4E8E4DA8-6738-4F24-93C1-6DF5EA7CAD77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4E8E4DA8-6738-4F24-93C1-6DF5EA7CAD77}.Release|Any CPU.Build.0 = Release|Any CPU
{47D49A50-3A1D-4DB1-9F16-5D7CA94DA112}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{47D49A50-3A1D-4DB1-9F16-5D7CA94DA112}.Debug|Any CPU.Build.0 = Debug|Any CPU
{47D49A50-3A1D-4DB1-9F16-5D7CA94DA112}.Release|Any CPU.ActiveCfg = Release|Any CPU
{47D49A50-3A1D-4DB1-9F16-5D7CA94DA112}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{4E8E4DA8-6738-4F24-93C1-6DF5EA7CAD77} = {978A204D-F45C-454E-A09E-9C2B6CEAB55F}
{978A204D-F45C-454E-A09E-9C2B6CEAB55F} = {C60BCE84-4AF4-4393-8D3E-1B69E29549C1}
{47D49A50-3A1D-4DB1-9F16-5D7CA94DA112} = {978A204D-F45C-454E-A09E-9C2B6CEAB55F}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {E124DDCB-1F8D-4F96-BF41-D87019D0A412}
EndGlobalSection
EndGlobal