-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathNativeLikeCaptionButton.sln
More file actions
50 lines (50 loc) · 3.43 KB
/
Copy pathNativeLikeCaptionButton.sln
File metadata and controls
50 lines (50 loc) · 3.43 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
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36414.22
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuGarToolkit.WinUI3.Controls.NativeLikeCaptionButton", "SuGarToolkit.WinUI3.Controls.NativeLikeCaptionButton\SuGarToolkit.WinUI3.Controls.NativeLikeCaptionButton.csproj", "{083EB485-C675-4E5E-8A93-4B2B4B50E564}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuGarToolkit.WinUI3.SourceGenerators.DependencyPropertyGenerator", "SuGarToolkit.WinUI3.SourceGenerators.DependencyPropertyGenerator\SuGarToolkit.WinUI3.SourceGenerators.DependencyPropertyGenerator.csproj", "{CEFF6EC3-19D9-6C02-3B3E-F4FEFD27B92A}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuGarToolkit.WinUI3.Samples.NativeLikeCaptionButton", "SuGarToolkit.WinUI3.Samples.NativeLikeCaptionButton\SuGarToolkit.WinUI3.Samples.NativeLikeCaptionButton.csproj", "{F4431F7C-3BB0-4E4B-A849-EA981E5927EC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "SuGarToolkit.WinUI3.SourceGenerators.RelayDependencyPropertyGenerator", "SuGarToolkit.WinUI3.SourceGenerators.RelayDependencyPropertyGenerator\SuGarToolkit.WinUI3.SourceGenerators.RelayDependencyPropertyGenerator.csproj", "{26BC2BDB-C759-FF0D-7621-5717365A7DDC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{083EB485-C675-4E5E-8A93-4B2B4B50E564}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{083EB485-C675-4E5E-8A93-4B2B4B50E564}.Debug|Any CPU.Build.0 = Debug|Any CPU
{083EB485-C675-4E5E-8A93-4B2B4B50E564}.Release|Any CPU.ActiveCfg = Release|Any CPU
{083EB485-C675-4E5E-8A93-4B2B4B50E564}.Release|Any CPU.Build.0 = Release|Any CPU
{CEFF6EC3-19D9-6C02-3B3E-F4FEFD27B92A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CEFF6EC3-19D9-6C02-3B3E-F4FEFD27B92A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CEFF6EC3-19D9-6C02-3B3E-F4FEFD27B92A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CEFF6EC3-19D9-6C02-3B3E-F4FEFD27B92A}.Release|Any CPU.Build.0 = Release|Any CPU
{F4431F7C-3BB0-4E4B-A849-EA981E5927EC}.Debug|Any CPU.ActiveCfg = Debug|x64
{F4431F7C-3BB0-4E4B-A849-EA981E5927EC}.Debug|Any CPU.Build.0 = Debug|x64
{F4431F7C-3BB0-4E4B-A849-EA981E5927EC}.Debug|Any CPU.Deploy.0 = Debug|x64
{F4431F7C-3BB0-4E4B-A849-EA981E5927EC}.Release|Any CPU.ActiveCfg = Release|x64
{F4431F7C-3BB0-4E4B-A849-EA981E5927EC}.Release|Any CPU.Build.0 = Release|x64
{F4431F7C-3BB0-4E4B-A849-EA981E5927EC}.Release|Any CPU.Deploy.0 = Release|x64
{26BC2BDB-C759-FF0D-7621-5717365A7DDC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{26BC2BDB-C759-FF0D-7621-5717365A7DDC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{26BC2BDB-C759-FF0D-7621-5717365A7DDC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{26BC2BDB-C759-FF0D-7621-5717365A7DDC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0D2C89F2-9376-4E2A-91F6-5D336340C23E}
EndGlobalSection
EndGlobal