@@ -39,6 +39,22 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GitHub.Authentication.Helpe
39
39
EndProject
40
40
Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "GitHub.UI" , "src\windows\GitHub.UI\GitHub.UI.csproj" , "{6AD4EA05-44A7-45DD-92C8-6A4C8870FB50}"
41
41
EndProject
42
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Installer.Windows" , "src\windows\Installer.Windows\Installer.Windows.csproj" , "{85903170-9E52-4B53-A6E4-3F416F684FAE}"
43
+ EndProject
44
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "Payload.Windows" , "src\windows\Payload.Windows\Payload.Windows.csproj" , "{8DBBAB0A-970D-4BE3-958C-8CDC92F76549}"
45
+ EndProject
46
+ Project ("{2150E333-8FDC-42A3-9474-1A3956D46DE8}" ) = "assets" , "assets" , "{65E53644-7FB7-4EC2-8C41-4356F7A4C0C4}"
47
+ Project Section (SolutionItems ) = preProject
48
+ assets \gcm -transparent .png = assets \gcm -transparent .png
49
+ assets \gcmicon .ico = assets \gcmicon .ico
50
+ assets \gcmicon 128 .bmp = assets \gcmicon 128 .bmp
51
+ assets \gcmicon 16 .bmp = assets \gcmicon 16 .bmp
52
+ assets \gcmicon 256 .bmp = assets \gcmicon 256 .bmp
53
+ assets \gcmicon 32 .bmp = assets \gcmicon 32 .bmp
54
+ assets \gcmicon 64 .bmp = assets \gcmicon 64 .bmp
55
+ assets \gcmweb .png = assets \gcmweb .png
56
+ EndProject Section
57
+ EndProject
42
58
Global
43
59
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
44
60
Debug| Any CPU = Debug| Any CPU
@@ -193,6 +209,22 @@ Global
193
209
{6AD4EA05-44A7-45DD-92C8-6A4C8870FB50} .WindowsDebug| Any CPU .Build .0 = Debug| Any CPU
194
210
{6AD4EA05-44A7-45DD-92C8-6A4C8870FB50} .WindowsRelease| Any CPU .ActiveCfg = Release| Any CPU
195
211
{6AD4EA05-44A7-45DD-92C8-6A4C8870FB50} .WindowsRelease| Any CPU .Build .0 = Release| Any CPU
212
+ {85903170-9E52-4B53-A6E4-3F416F684FAE} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
213
+ {85903170-9E52-4B53-A6E4-3F416F684FAE} .Release| Any CPU .ActiveCfg = Release| Any CPU
214
+ {85903170-9E52-4B53-A6E4-3F416F684FAE} .WindowsDebug| Any CPU .ActiveCfg = Debug| Any CPU
215
+ {85903170-9E52-4B53-A6E4-3F416F684FAE} .WindowsDebug| Any CPU .Build .0 = Debug| Any CPU
216
+ {85903170-9E52-4B53-A6E4-3F416F684FAE} .MacDebug| Any CPU .ActiveCfg = Debug| Any CPU
217
+ {85903170-9E52-4B53-A6E4-3F416F684FAE} .MacRelease| Any CPU .ActiveCfg = Release| Any CPU
218
+ {85903170-9E52-4B53-A6E4-3F416F684FAE} .WindowsRelease| Any CPU .ActiveCfg = Release| Any CPU
219
+ {85903170-9E52-4B53-A6E4-3F416F684FAE} .WindowsRelease| Any CPU .Build .0 = Release| Any CPU
220
+ {8DBBAB0A-970D-4BE3-958C-8CDC92F76549} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
221
+ {8DBBAB0A-970D-4BE3-958C-8CDC92F76549} .Release| Any CPU .ActiveCfg = Release| Any CPU
222
+ {8DBBAB0A-970D-4BE3-958C-8CDC92F76549} .WindowsDebug| Any CPU .ActiveCfg = Debug| Any CPU
223
+ {8DBBAB0A-970D-4BE3-958C-8CDC92F76549} .WindowsDebug| Any CPU .Build .0 = Debug| Any CPU
224
+ {8DBBAB0A-970D-4BE3-958C-8CDC92F76549} .MacDebug| Any CPU .ActiveCfg = Debug| Any CPU
225
+ {8DBBAB0A-970D-4BE3-958C-8CDC92F76549} .MacRelease| Any CPU .ActiveCfg = Release| Any CPU
226
+ {8DBBAB0A-970D-4BE3-958C-8CDC92F76549} .WindowsRelease| Any CPU .ActiveCfg = Release| Any CPU
227
+ {8DBBAB0A-970D-4BE3-958C-8CDC92F76549} .WindowsRelease| Any CPU .Build .0 = Release| Any CPU
196
228
EndGlobalSection
197
229
GlobalSection (SolutionProperties ) = preSolution
198
230
HideSolutionNode = FALSE
@@ -215,6 +247,8 @@ Global
215
247
{74FA0AA4-B5C1-4F3B-B182-277FC2D50715} = {3D279E2D-E011-45CF-8EA8-3D71D1300443}
216
248
{47A55897-B044-4508-B0FD-85B3947AF842} = {66722747-1B61-40E4-A89B-1AC8E6D62EA9}
217
249
{6AD4EA05-44A7-45DD-92C8-6A4C8870FB50} = {66722747-1B61-40E4-A89B-1AC8E6D62EA9}
250
+ {85903170-9E52-4B53-A6E4-3F416F684FAE} = {66722747-1B61-40E4-A89B-1AC8E6D62EA9}
251
+ {8DBBAB0A-970D-4BE3-958C-8CDC92F76549} = {66722747-1B61-40E4-A89B-1AC8E6D62EA9}
218
252
EndGlobalSection
219
253
GlobalSection (ExtensibilityGlobals ) = postSolution
220
254
SolutionGuid = {0EF9FC65-E6BA-45D4-A455-262A9EA4366B}
0 commit comments