-
Notifications
You must be signed in to change notification settings - Fork 66
/
Copy pathThemes.sln
35 lines (35 loc) · 1.78 KB
/
Themes.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.9.34723.18
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CE0FCEE9-0B4D-41B8-ABD0-530CF859C758}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Theme.WPF", "Theme.WPF\Theme.WPF.csproj", "{EDCEF5AC-7DF0-479C-95E2-76C40BA0CC6F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Theme.Avalonia", "Theme.Avalonia\Theme.Avalonia.csproj", "{C9E9DD0E-B2AF-4B5D-A364-E96EEFFBDB0B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{EDCEF5AC-7DF0-479C-95E2-76C40BA0CC6F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EDCEF5AC-7DF0-479C-95E2-76C40BA0CC6F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EDCEF5AC-7DF0-479C-95E2-76C40BA0CC6F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EDCEF5AC-7DF0-479C-95E2-76C40BA0CC6F}.Release|Any CPU.Build.0 = Release|Any CPU
{C9E9DD0E-B2AF-4B5D-A364-E96EEFFBDB0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9E9DD0E-B2AF-4B5D-A364-E96EEFFBDB0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9E9DD0E-B2AF-4B5D-A364-E96EEFFBDB0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9E9DD0E-B2AF-4B5D-A364-E96EEFFBDB0B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CF5B118B-4724-4324-A325-30E3A46444B9}
EndGlobalSection
EndGlobal