-
Notifications
You must be signed in to change notification settings - Fork 1
/
PowerToysDevLauncher.sln
117 lines (117 loc) · 7.76 KB
/
PowerToysDevLauncher.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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerToysDevLauncher.Plugin", "PowerToysDevLauncher\PowerToysDevLauncher.Plugin.csproj", "{3AB84180-87C1-4271-8ADB-FD2D6C63CDEE}"
ProjectSection(ProjectDependencies) = postProject
{BD664F2F-44A3-4423-B778-23FF8D104254} = {BD664F2F-44A3-4423-B778-23FF8D104254}
{8451ECDD-2EA4-4966-BB0A-7BBC40138E80} = {8451ECDD-2EA4-4966-BB0A-7BBC40138E80}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wox.Plugin", "PowerToys\src\modules\launcher\Wox.Plugin\Wox.Plugin.csproj", "{8451ECDD-2EA4-4966-BB0A-7BBC40138E80}"
ProjectSection(ProjectDependencies) = postProject
{F055103B-F80B-4D0C-BF48-057C55620033} = {F055103B-F80B-4D0C-BF48-057C55620033}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagedCommon", "PowerToys\src\common\ManagedCommon\ManagedCommon.csproj", "{05648D42-A2FE-45AA-B781-AD1C2ED91062}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ManagedTelemetry", "PowerToys\src\common\ManagedTelemetry\Telemetry\ManagedTelemetry.csproj", "{6AC3040E-8510-423D-BF3D-BED1A76D6BD5}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{CA11CEEC-23C1-4717-8535-26E4771FCC05}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.PowerToys.Settings.UI.Library", "PowerToys\src\settings-ui\Microsoft.PowerToys.Settings.UI.Library\Microsoft.PowerToys.Settings.UI.Library.csproj", "{D1A91888-388F-4E6C-8048-0EEBA338D7DB}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PowerToysInterop", "PowerToys\src\common\interop\PowerToysInterop.vcxproj", "{F055103B-F80B-4D0C-BF48-057C55620033}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Wox.Infrastructure", "PowerToys\src\modules\launcher\Wox.Infrastructure\Wox.Infrastructure.csproj", "{4FD29318-A8AB-4D8F-AA47-60BC241B8DA3}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerLauncher.Telemetry", "PowerToys\src\modules\launcher\PowerLauncher.Telemetry\PowerLauncher.Telemetry.csproj", "{2E714949-4E6A-41C8-B5CE-D16C0C99FA08}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerLauncher", "PowerToys\src\modules\launcher\PowerLauncher\PowerLauncher.csproj", "{7BADD8F9-E313-4E3C-937C-A4BADFBC6519}"
ProjectSection(ProjectDependencies) = postProject
{3AB84180-87C1-4271-8ADB-FD2D6C63CDEE} = {3AB84180-87C1-4271-8ADB-FD2D6C63CDEE}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "PowerToys", "PowerToys", "{2BD7D199-BD60-4657-AD3E-5207928954BD}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerToysDevLauncher.Dynamic", "PowerToysDevLauncher.Dynamic\PowerToysDevLauncher.Dynamic.csproj", "{BD664F2F-44A3-4423-B778-23FF8D104254}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "PowerToysDevLauncher.Indexer", "PowerToysDevLauncher.Indexer\PowerToysDevLauncher.Indexer.csproj", "{B01AB48E-17A3-4DA0-BC3E-FBEF0D9F4E7B}"
ProjectSection(ProjectDependencies) = postProject
{BD664F2F-44A3-4423-B778-23FF8D104254} = {BD664F2F-44A3-4423-B778-23FF8D104254}
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3AB84180-87C1-4271-8ADB-FD2D6C63CDEE}.Debug|x64.ActiveCfg = Debug|x64
{3AB84180-87C1-4271-8ADB-FD2D6C63CDEE}.Debug|x64.Build.0 = Debug|x64
{3AB84180-87C1-4271-8ADB-FD2D6C63CDEE}.Release|x64.ActiveCfg = Release|x64
{3AB84180-87C1-4271-8ADB-FD2D6C63CDEE}.Release|x64.Build.0 = Release|x64
{8451ECDD-2EA4-4966-BB0A-7BBC40138E80}.Debug|x64.ActiveCfg = Debug|x64
{8451ECDD-2EA4-4966-BB0A-7BBC40138E80}.Debug|x64.Build.0 = Debug|x64
{8451ECDD-2EA4-4966-BB0A-7BBC40138E80}.Release|x64.ActiveCfg = Release|x64
{8451ECDD-2EA4-4966-BB0A-7BBC40138E80}.Release|x64.Build.0 = Release|x64
{05648D42-A2FE-45AA-B781-AD1C2ED91062}.Debug|x64.ActiveCfg = Debug|x64
{05648D42-A2FE-45AA-B781-AD1C2ED91062}.Debug|x64.Build.0 = Debug|x64
{05648D42-A2FE-45AA-B781-AD1C2ED91062}.Release|x64.ActiveCfg = Release|x64
{05648D42-A2FE-45AA-B781-AD1C2ED91062}.Release|x64.Build.0 = Release|x64
{6AC3040E-8510-423D-BF3D-BED1A76D6BD5}.Debug|x64.ActiveCfg = Debug|x64
{6AC3040E-8510-423D-BF3D-BED1A76D6BD5}.Debug|x64.Build.0 = Debug|x64
{6AC3040E-8510-423D-BF3D-BED1A76D6BD5}.Release|x64.ActiveCfg = Release|x64
{6AC3040E-8510-423D-BF3D-BED1A76D6BD5}.Release|x64.Build.0 = Release|x64
{D1A91888-388F-4E6C-8048-0EEBA338D7DB}.Debug|x64.ActiveCfg = Debug|x64
{D1A91888-388F-4E6C-8048-0EEBA338D7DB}.Debug|x64.Build.0 = Debug|x64
{D1A91888-388F-4E6C-8048-0EEBA338D7DB}.Release|x64.ActiveCfg = Release|x64
{D1A91888-388F-4E6C-8048-0EEBA338D7DB}.Release|x64.Build.0 = Release|x64
{F055103B-F80B-4D0C-BF48-057C55620033}.Debug|x64.ActiveCfg = Debug|x64
{F055103B-F80B-4D0C-BF48-057C55620033}.Debug|x64.Build.0 = Debug|x64
{F055103B-F80B-4D0C-BF48-057C55620033}.Release|x64.ActiveCfg = Release|x64
{F055103B-F80B-4D0C-BF48-057C55620033}.Release|x64.Build.0 = Release|x64
{4FD29318-A8AB-4D8F-AA47-60BC241B8DA3}.Debug|x64.ActiveCfg = Debug|x64
{4FD29318-A8AB-4D8F-AA47-60BC241B8DA3}.Debug|x64.Build.0 = Debug|x64
{4FD29318-A8AB-4D8F-AA47-60BC241B8DA3}.Release|x64.ActiveCfg = Release|x64
{4FD29318-A8AB-4D8F-AA47-60BC241B8DA3}.Release|x64.Build.0 = Release|x64
{2E714949-4E6A-41C8-B5CE-D16C0C99FA08}.Debug|x64.ActiveCfg = Debug|x64
{2E714949-4E6A-41C8-B5CE-D16C0C99FA08}.Debug|x64.Build.0 = Debug|x64
{2E714949-4E6A-41C8-B5CE-D16C0C99FA08}.Release|x64.ActiveCfg = Release|x64
{2E714949-4E6A-41C8-B5CE-D16C0C99FA08}.Release|x64.Build.0 = Release|x64
{7BADD8F9-E313-4E3C-937C-A4BADFBC6519}.Debug|x64.ActiveCfg = Debug|x64
{7BADD8F9-E313-4E3C-937C-A4BADFBC6519}.Debug|x64.Build.0 = Debug|x64
{7BADD8F9-E313-4E3C-937C-A4BADFBC6519}.Release|x64.ActiveCfg = Release|x64
{7BADD8F9-E313-4E3C-937C-A4BADFBC6519}.Release|x64.Build.0 = Release|x64
{BD664F2F-44A3-4423-B778-23FF8D104254}.Debug|x64.ActiveCfg = Debug|Any CPU
{BD664F2F-44A3-4423-B778-23FF8D104254}.Debug|x64.Build.0 = Debug|Any CPU
{BD664F2F-44A3-4423-B778-23FF8D104254}.Release|x64.ActiveCfg = Release|Any CPU
{BD664F2F-44A3-4423-B778-23FF8D104254}.Release|x64.Build.0 = Release|Any CPU
{B01AB48E-17A3-4DA0-BC3E-FBEF0D9F4E7B}.Debug|x64.ActiveCfg = Debug|Any CPU
{B01AB48E-17A3-4DA0-BC3E-FBEF0D9F4E7B}.Debug|x64.Build.0 = Debug|Any CPU
{B01AB48E-17A3-4DA0-BC3E-FBEF0D9F4E7B}.Release|x64.ActiveCfg = Release|Any CPU
{B01AB48E-17A3-4DA0-BC3E-FBEF0D9F4E7B}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{8451ECDD-2EA4-4966-BB0A-7BBC40138E80} = {2BD7D199-BD60-4657-AD3E-5207928954BD}
{05648D42-A2FE-45AA-B781-AD1C2ED91062} = {2BD7D199-BD60-4657-AD3E-5207928954BD}
{6AC3040E-8510-423D-BF3D-BED1A76D6BD5} = {2BD7D199-BD60-4657-AD3E-5207928954BD}
{D1A91888-388F-4E6C-8048-0EEBA338D7DB} = {2BD7D199-BD60-4657-AD3E-5207928954BD}
{F055103B-F80B-4D0C-BF48-057C55620033} = {2BD7D199-BD60-4657-AD3E-5207928954BD}
{4FD29318-A8AB-4D8F-AA47-60BC241B8DA3} = {2BD7D199-BD60-4657-AD3E-5207928954BD}
{2E714949-4E6A-41C8-B5CE-D16C0C99FA08} = {2BD7D199-BD60-4657-AD3E-5207928954BD}
{7BADD8F9-E313-4E3C-937C-A4BADFBC6519} = {2BD7D199-BD60-4657-AD3E-5207928954BD}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {74527D27-1A34-4AE4-859F-84C4915F3DAE}
EndGlobalSection
EndGlobal