-
Notifications
You must be signed in to change notification settings - Fork 3
/
reuse-tabs.sln
36 lines (36 loc) · 1.62 KB
/
reuse-tabs.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31423.177
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{6B199788-B36D-43D3-A98C-D424091B6E52}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntDesign.TabView", "src\AntDesign.TabView\AntDesign.TabView.csproj", "{F3C68267-A66B-43F6-BEA2-22DF33F08790}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A3658C20-CF70-43CA-AD06-F39BEACE405F}"
ProjectSection(SolutionItems) = preProject
README-zh_CN.md = README-zh_CN.md
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F3C68267-A66B-43F6-BEA2-22DF33F08790}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3C68267-A66B-43F6-BEA2-22DF33F08790}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3C68267-A66B-43F6-BEA2-22DF33F08790}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3C68267-A66B-43F6-BEA2-22DF33F08790}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F3C68267-A66B-43F6-BEA2-22DF33F08790} = {6B199788-B36D-43D3-A98C-D424091B6E52}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0FFA01AA-F1E2-444C-AFA1-69E3AC22EF5E}
EndGlobalSection
EndGlobal