This repository was archived by the owner on Nov 15, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathModernWpf Community Toolkit.sln
More file actions
49 lines (49 loc) · 3.19 KB
/
ModernWpf Community Toolkit.sln
File metadata and controls
49 lines (49 loc) · 3.19 KB
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 16
VisualStudioVersion = 16.0.30128.36
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModernWpf.Toolkit.SampleApp", "ModernWpf.Toolkit.SampleApp\ModernWpf.Toolkit.SampleApp.csproj", "{C9D2DBC9-FAD7-4923-9A70-44435C6F31E2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModernWpf.Toolkit.UI.Controls", "ModernWpf.Toolkit.UI.Controls\ModernWpf.Toolkit.UI.Controls.csproj", "{5A197E07-36CE-41C6-AB80-B4886D9FAB14}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModernWpf.Toolkit", "ModernWpf.Toolkit\ModernWpf.Toolkit.csproj", "{E094D380-B238-4252-99E0-BA2F10EDEB51}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ModernWpf.Toolkit.UI", "ModernWpf.Toolkit.UI\ModernWpf.Toolkit.UI.csproj", "{DB1F7DC6-5FC7-4987-816E-65E66BAD7154}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ModernWpf.Toolkit.UI.Controls.Markdown", "ModernWpf.Toolkit.UI.Controls.Markdown\ModernWpf.Toolkit.UI.Controls.Markdown.csproj", "{EE62AF2F-FB8B-472D-AF17-3F62F588A41F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9D2DBC9-FAD7-4923-9A70-44435C6F31E2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9D2DBC9-FAD7-4923-9A70-44435C6F31E2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9D2DBC9-FAD7-4923-9A70-44435C6F31E2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9D2DBC9-FAD7-4923-9A70-44435C6F31E2}.Release|Any CPU.Build.0 = Release|Any CPU
{5A197E07-36CE-41C6-AB80-B4886D9FAB14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5A197E07-36CE-41C6-AB80-B4886D9FAB14}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5A197E07-36CE-41C6-AB80-B4886D9FAB14}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5A197E07-36CE-41C6-AB80-B4886D9FAB14}.Release|Any CPU.Build.0 = Release|Any CPU
{E094D380-B238-4252-99E0-BA2F10EDEB51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E094D380-B238-4252-99E0-BA2F10EDEB51}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E094D380-B238-4252-99E0-BA2F10EDEB51}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E094D380-B238-4252-99E0-BA2F10EDEB51}.Release|Any CPU.Build.0 = Release|Any CPU
{DB1F7DC6-5FC7-4987-816E-65E66BAD7154}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DB1F7DC6-5FC7-4987-816E-65E66BAD7154}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DB1F7DC6-5FC7-4987-816E-65E66BAD7154}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DB1F7DC6-5FC7-4987-816E-65E66BAD7154}.Release|Any CPU.Build.0 = Release|Any CPU
{EE62AF2F-FB8B-472D-AF17-3F62F588A41F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{EE62AF2F-FB8B-472D-AF17-3F62F588A41F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{EE62AF2F-FB8B-472D-AF17-3F62F588A41F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{EE62AF2F-FB8B-472D-AF17-3F62F588A41F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4D2E5882-F819-4EB6-BE25-227B22BE1804}
EndGlobalSection
EndGlobal