-
Notifications
You must be signed in to change notification settings - Fork 3
/
WindowsTools.sln
113 lines (113 loc) · 6.39 KB
/
WindowsTools.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34330.188
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowsTools", "WindowsTools\WindowsTools.csproj", "{319F54CF-4D72-4130-8D4A-48691251D83C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Description", "Description", "{24C140DE-963F-4934-8AF9-F1D93AD7CC4E}"
ProjectSection(SolutionItems) = preProject
Description\RawApplicationDescription.md = Description\RawApplicationDescription.md
Description\README_EN-US.md = Description\README_EN-US.md
Description\README_ZH-CN.md = Description\README_ZH-CN.md
Description\StudyReferenceCode.md = Description\StudyReferenceCode.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "解决方案项", "解决方案项", "{600A58B9-FBFC-440E-A78C-18DDB7B84865}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
Directory.Build.props = Directory.Build.props
LICENSE = LICENSE
README.md = README.md
EndProjectSection
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "WindowsToolsPackage", "WindowsToolsPackage\WindowsToolsPackage.wapproj", "{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "WindowsToolsShellExtension", "WindowsToolsShellExtension\WindowsToolsShellExtension.csproj", "{59EC84C2-8B65-40DC-94BB-33B0D43FDD3B}"
EndProject
Project("{911E67C6-3D85-4FCE-B560-20A9C3E3FF48}") = "signtool", "signtool.exe", "{6E829014-7CD7-45F1-AE24-BE5447D273AC}"
ProjectSection(DebuggerProjectSystem) = preProject
PortSupplier = 00000000-0000-0000-0000-000000000000
Executable = D:\Github\WindowsTools\signtool.exe
RemoteMachine = 高怡飞
StartingDirectory = D:\Github\WindowsTools
Environment = 默认值
LaunchingEngine = 00000000-0000-0000-0000-000000000000
UseLegacyDebugEngines = No
LaunchSQLEngine = No
AttachLaunchAction = No
IORedirection = Auto
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|ARM64 = Debug|ARM64
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|ARM64 = Release|ARM64
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{319F54CF-4D72-4130-8D4A-48691251D83C}.Debug|ARM64.ActiveCfg = Debug|ARM64
{319F54CF-4D72-4130-8D4A-48691251D83C}.Debug|ARM64.Build.0 = Debug|ARM64
{319F54CF-4D72-4130-8D4A-48691251D83C}.Debug|x64.ActiveCfg = Debug|x64
{319F54CF-4D72-4130-8D4A-48691251D83C}.Debug|x64.Build.0 = Debug|x64
{319F54CF-4D72-4130-8D4A-48691251D83C}.Debug|x86.ActiveCfg = Debug|x86
{319F54CF-4D72-4130-8D4A-48691251D83C}.Debug|x86.Build.0 = Debug|x86
{319F54CF-4D72-4130-8D4A-48691251D83C}.Release|ARM64.ActiveCfg = Release|ARM64
{319F54CF-4D72-4130-8D4A-48691251D83C}.Release|ARM64.Build.0 = Release|ARM64
{319F54CF-4D72-4130-8D4A-48691251D83C}.Release|x64.ActiveCfg = Release|x64
{319F54CF-4D72-4130-8D4A-48691251D83C}.Release|x64.Build.0 = Release|x64
{319F54CF-4D72-4130-8D4A-48691251D83C}.Release|x86.ActiveCfg = Release|x86
{319F54CF-4D72-4130-8D4A-48691251D83C}.Release|x86.Build.0 = Release|x86
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Debug|ARM64.ActiveCfg = Debug|ARM64
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Debug|ARM64.Build.0 = Debug|ARM64
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Debug|ARM64.Deploy.0 = Debug|ARM64
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Debug|x64.ActiveCfg = Debug|x64
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Debug|x64.Build.0 = Debug|x64
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Debug|x64.Deploy.0 = Debug|x64
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Debug|x86.ActiveCfg = Debug|x86
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Debug|x86.Build.0 = Debug|x86
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Debug|x86.Deploy.0 = Debug|x86
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Release|ARM64.ActiveCfg = Release|ARM64
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Release|ARM64.Build.0 = Release|ARM64
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Release|ARM64.Deploy.0 = Release|ARM64
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Release|x64.ActiveCfg = Release|x64
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Release|x64.Build.0 = Release|x64
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Release|x64.Deploy.0 = Release|x64
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Release|x86.ActiveCfg = Release|x86
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Release|x86.Build.0 = Release|x86
{5AC5F60D-FD5E-4630-B7F2-951A41BE392A}.Release|x86.Deploy.0 = Release|x86
{59EC84C2-8B65-40DC-94BB-33B0D43FDD3B}.Debug|ARM64.ActiveCfg = Debug|ARM64
{59EC84C2-8B65-40DC-94BB-33B0D43FDD3B}.Debug|ARM64.Build.0 = Debug|ARM64
{59EC84C2-8B65-40DC-94BB-33B0D43FDD3B}.Debug|x64.ActiveCfg = Debug|x64
{59EC84C2-8B65-40DC-94BB-33B0D43FDD3B}.Debug|x64.Build.0 = Debug|x64
{59EC84C2-8B65-40DC-94BB-33B0D43FDD3B}.Debug|x86.ActiveCfg = Debug|x86
{59EC84C2-8B65-40DC-94BB-33B0D43FDD3B}.Debug|x86.Build.0 = Debug|x86
{59EC84C2-8B65-40DC-94BB-33B0D43FDD3B}.Release|ARM64.ActiveCfg = Release|ARM64
{59EC84C2-8B65-40DC-94BB-33B0D43FDD3B}.Release|ARM64.Build.0 = Release|ARM64
{59EC84C2-8B65-40DC-94BB-33B0D43FDD3B}.Release|x64.ActiveCfg = Release|x64
{59EC84C2-8B65-40DC-94BB-33B0D43FDD3B}.Release|x64.Build.0 = Release|x64
{59EC84C2-8B65-40DC-94BB-33B0D43FDD3B}.Release|x86.ActiveCfg = Release|x86
{59EC84C2-8B65-40DC-94BB-33B0D43FDD3B}.Release|x86.Build.0 = Release|x86
{6E829014-7CD7-45F1-AE24-BE5447D273AC}.Debug|ARM64.ActiveCfg = Release|x64
{6E829014-7CD7-45F1-AE24-BE5447D273AC}.Debug|x64.ActiveCfg = Release|x64
{6E829014-7CD7-45F1-AE24-BE5447D273AC}.Debug|x86.ActiveCfg = Release|x64
{6E829014-7CD7-45F1-AE24-BE5447D273AC}.Release|ARM64.ActiveCfg = Release|x64
{6E829014-7CD7-45F1-AE24-BE5447D273AC}.Release|x64.ActiveCfg = Release|x64
{6E829014-7CD7-45F1-AE24-BE5447D273AC}.Release|x86.ActiveCfg = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{24C140DE-963F-4934-8AF9-F1D93AD7CC4E} = {600A58B9-FBFC-440E-A78C-18DDB7B84865}
{6E829014-7CD7-45F1-AE24-BE5447D273AC} = {600A58B9-FBFC-440E-A78C-18DDB7B84865}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {EFD238CD-573D-4702-9259-13A95FD9D8B3}
EndGlobalSection
EndGlobal