-
Notifications
You must be signed in to change notification settings - Fork 1
/
WinUI32.sln
43 lines (43 loc) · 2.56 KB
/
WinUI32.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33516.290
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Windows.UI.Composition", "Windows.UI.Composition\Windows.UI.Composition.csproj", "{F5CBDBAF-BE0A-49DB-811D-8B65F7B6ECDA}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestApp", "TestApp\TestApp.csproj", "{7B4EB048-BF75-4D9E-99A9-68C1FE441C46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Windows.UI.Controls", "Windows.UI.Controls\Windows.UI.Controls.csproj", "{14EE303A-1A19-4D68-90D2-168FE0A30E46}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Windows.UI.Theming", "Windows.UI.Theming\Windows.UI.Theming.csproj", "{9FE77A10-A387-4812-84B5-2E800FC7AB4A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F5CBDBAF-BE0A-49DB-811D-8B65F7B6ECDA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F5CBDBAF-BE0A-49DB-811D-8B65F7B6ECDA}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F5CBDBAF-BE0A-49DB-811D-8B65F7B6ECDA}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F5CBDBAF-BE0A-49DB-811D-8B65F7B6ECDA}.Release|Any CPU.Build.0 = Release|Any CPU
{7B4EB048-BF75-4D9E-99A9-68C1FE441C46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7B4EB048-BF75-4D9E-99A9-68C1FE441C46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7B4EB048-BF75-4D9E-99A9-68C1FE441C46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7B4EB048-BF75-4D9E-99A9-68C1FE441C46}.Release|Any CPU.Build.0 = Release|Any CPU
{14EE303A-1A19-4D68-90D2-168FE0A30E46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14EE303A-1A19-4D68-90D2-168FE0A30E46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14EE303A-1A19-4D68-90D2-168FE0A30E46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14EE303A-1A19-4D68-90D2-168FE0A30E46}.Release|Any CPU.Build.0 = Release|Any CPU
{9FE77A10-A387-4812-84B5-2E800FC7AB4A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9FE77A10-A387-4812-84B5-2E800FC7AB4A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9FE77A10-A387-4812-84B5-2E800FC7AB4A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9FE77A10-A387-4812-84B5-2E800FC7AB4A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D073C88D-699C-491D-B4C0-A48E98FDE924}
EndGlobalSection
EndGlobal