-
Notifications
You must be signed in to change notification settings - Fork 4
/
MagicUI.sln
37 lines (37 loc) · 2.04 KB
/
MagicUI.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.2.32630.192
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MagicUI", "MagicUI\MagicUI.csproj", "{4B6FE558-7B15-44C5-980A-EFE4FF5768BB}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "MagicUIExamples", "MagicUIExamples\MagicUIExamples.csproj", "{8FA405E0-EF0C-4532-8F2A-C030663EEF3A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "StyleGenerators", "StyleGenerators\StyleGenerators.csproj", "{B7E25847-87B8-446B-96E7-DEC6625E5A2D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B6FE558-7B15-44C5-980A-EFE4FF5768BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B6FE558-7B15-44C5-980A-EFE4FF5768BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B6FE558-7B15-44C5-980A-EFE4FF5768BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B6FE558-7B15-44C5-980A-EFE4FF5768BB}.Release|Any CPU.Build.0 = Release|Any CPU
{8FA405E0-EF0C-4532-8F2A-C030663EEF3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8FA405E0-EF0C-4532-8F2A-C030663EEF3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8FA405E0-EF0C-4532-8F2A-C030663EEF3A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8FA405E0-EF0C-4532-8F2A-C030663EEF3A}.Release|Any CPU.Build.0 = Release|Any CPU
{B7E25847-87B8-446B-96E7-DEC6625E5A2D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B7E25847-87B8-446B-96E7-DEC6625E5A2D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B7E25847-87B8-446B-96E7-DEC6625E5A2D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B7E25847-87B8-446B-96E7-DEC6625E5A2D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {F245D237-BF93-4183-8825-6F9FE725EE17}
EndGlobalSection
EndGlobal