-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathAdonisUI.sln
37 lines (37 loc) · 2.05 KB
/
AdonisUI.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.29215.179
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdonisUI.Demo", "AdonisUI.Demo\AdonisUI.Demo.csproj", "{BB83094A-C51A-41DA-8A74-C0B41E84539A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdonisUI", "AdonisUI\AdonisUI.csproj", "{D61E5C5D-9A37-47FA-B328-6D399D901D91}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AdonisUI.ClassicTheme", "AdonisUI.ClassicTheme\AdonisUI.ClassicTheme.csproj", "{D101AED9-9911-4E2F-B932-415F0B956945}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BB83094A-C51A-41DA-8A74-C0B41E84539A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB83094A-C51A-41DA-8A74-C0B41E84539A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB83094A-C51A-41DA-8A74-C0B41E84539A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB83094A-C51A-41DA-8A74-C0B41E84539A}.Release|Any CPU.Build.0 = Release|Any CPU
{D61E5C5D-9A37-47FA-B328-6D399D901D91}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D61E5C5D-9A37-47FA-B328-6D399D901D91}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D61E5C5D-9A37-47FA-B328-6D399D901D91}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D61E5C5D-9A37-47FA-B328-6D399D901D91}.Release|Any CPU.Build.0 = Release|Any CPU
{D101AED9-9911-4E2F-B932-415F0B956945}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D101AED9-9911-4E2F-B932-415F0B956945}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D101AED9-9911-4E2F-B932-415F0B956945}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D101AED9-9911-4E2F-B932-415F0B956945}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {031E44CB-D4B2-4C16-863E-A3D94DD55C4B}
EndGlobalSection
EndGlobal