-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathAcrylicUI.sln
49 lines (49 loc) · 2.82 KB
/
AcrylicUI.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
38
39
40
41
42
43
44
45
46
47
48
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32421.90
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AcrylicUI", "AcrylicUI\AcrylicUI.csproj", "{A65593A4-4B54-4589-B852-DB418A6E2D58}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Examples", "Examples\Examples.csproj", "{A5087EFC-CA1C-439E-B29B-597741E5874C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6ED8BE56-1AAF-4462-9ADC-A16FB1B709CA}"
ProjectSection(SolutionItems) = preProject
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AcrylicFormTemplateProject", "AcrylicFormTemplateProject\AcrylicFormTemplateProject.csproj", "{7ACBD2C7-8186-4DDA-846F-F9CA9716F399}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "AcrylicControlLibraryTemplates", "AcrylicControlLibraryTemplates\AcrylicControlLibraryTemplates.csproj", "{CC9E311C-D89A-4455-8DFB-C00FE6ABD4B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A65593A4-4B54-4589-B852-DB418A6E2D58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A65593A4-4B54-4589-B852-DB418A6E2D58}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A65593A4-4B54-4589-B852-DB418A6E2D58}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A65593A4-4B54-4589-B852-DB418A6E2D58}.Release|Any CPU.Build.0 = Release|Any CPU
{A5087EFC-CA1C-439E-B29B-597741E5874C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A5087EFC-CA1C-439E-B29B-597741E5874C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A5087EFC-CA1C-439E-B29B-597741E5874C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A5087EFC-CA1C-439E-B29B-597741E5874C}.Release|Any CPU.Build.0 = Release|Any CPU
{7ACBD2C7-8186-4DDA-846F-F9CA9716F399}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7ACBD2C7-8186-4DDA-846F-F9CA9716F399}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7ACBD2C7-8186-4DDA-846F-F9CA9716F399}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7ACBD2C7-8186-4DDA-846F-F9CA9716F399}.Release|Any CPU.Build.0 = Release|Any CPU
{CC9E311C-D89A-4455-8DFB-C00FE6ABD4B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CC9E311C-D89A-4455-8DFB-C00FE6ABD4B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CC9E311C-D89A-4455-8DFB-C00FE6ABD4B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CC9E311C-D89A-4455-8DFB-C00FE6ABD4B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C00E029-931A-4346-91C5-0F94DFA30589}
EndGlobalSection
EndGlobal