-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSuperbar.sln
37 lines (37 loc) · 2 KB
/
Superbar.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 16
VisualStudioVersion = 16.0.28531.58
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Superbar", "Superbar\Superbar.csproj", "{0BEEFA9E-A11E-44A8-9063-8C7EFBED64AA}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AeroVista", "skins\AeroVista\AeroVista.csproj", "{AB4DF95B-A327-40C7-B0EC-D247BA3DF786}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aero", "skins\Aero\Aero.csproj", "{9FB2F38D-9A97-40F0-90BF-864391C6205E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0BEEFA9E-A11E-44A8-9063-8C7EFBED64AA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0BEEFA9E-A11E-44A8-9063-8C7EFBED64AA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0BEEFA9E-A11E-44A8-9063-8C7EFBED64AA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0BEEFA9E-A11E-44A8-9063-8C7EFBED64AA}.Release|Any CPU.Build.0 = Release|Any CPU
{AB4DF95B-A327-40C7-B0EC-D247BA3DF786}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{AB4DF95B-A327-40C7-B0EC-D247BA3DF786}.Debug|Any CPU.Build.0 = Debug|Any CPU
{AB4DF95B-A327-40C7-B0EC-D247BA3DF786}.Release|Any CPU.ActiveCfg = Release|Any CPU
{AB4DF95B-A327-40C7-B0EC-D247BA3DF786}.Release|Any CPU.Build.0 = Release|Any CPU
{9FB2F38D-9A97-40F0-90BF-864391C6205E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FB2F38D-9A97-40F0-90BF-864391C6205E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FB2F38D-9A97-40F0-90BF-864391C6205E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FB2F38D-9A97-40F0-90BF-864391C6205E}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {C3B3B1D1-A66E-41C3-8493-82E525F69AFF}
EndGlobalSection
EndGlobal