-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAntDesign.Icons.sln
37 lines (37 loc) · 2.13 KB
/
AntDesign.Icons.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.11.35017.193
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntDesign.Icons.Generator", "src\AntDesign.Icons.Generator\AntDesign.Icons.Generator.csproj", "{E2282C48-FDD2-44A6-8205-EE51CB3CDE40}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AntDesign.Icons", "src\AntDesign.Icons\AntDesign.Icons.csproj", "{1D6CAF6E-D99F-4ED9-BE42-4B03047FDDD5}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AntDesign.Icons.Sample", "src\AntDesign.Icons.Sample\AntDesign.Icons.Sample.csproj", "{809F17E7-92DB-40DD-A742-3981E5DE86F4}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E2282C48-FDD2-44A6-8205-EE51CB3CDE40}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E2282C48-FDD2-44A6-8205-EE51CB3CDE40}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E2282C48-FDD2-44A6-8205-EE51CB3CDE40}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E2282C48-FDD2-44A6-8205-EE51CB3CDE40}.Release|Any CPU.Build.0 = Release|Any CPU
{1D6CAF6E-D99F-4ED9-BE42-4B03047FDDD5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1D6CAF6E-D99F-4ED9-BE42-4B03047FDDD5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1D6CAF6E-D99F-4ED9-BE42-4B03047FDDD5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1D6CAF6E-D99F-4ED9-BE42-4B03047FDDD5}.Release|Any CPU.Build.0 = Release|Any CPU
{809F17E7-92DB-40DD-A742-3981E5DE86F4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{809F17E7-92DB-40DD-A742-3981E5DE86F4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{809F17E7-92DB-40DD-A742-3981E5DE86F4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{809F17E7-92DB-40DD-A742-3981E5DE86F4}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A7D11FD1-054C-4529-9B88-F705B140ADB5}
EndGlobalSection
EndGlobal