@@ -13,9 +13,9 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{72036B62-2
13
13
README .md = README .md
14
14
EndProject Section
15
15
EndProject
16
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "GitHub.UI" , "src\GitHub.UI\GitHub.UI.csproj" , "{346384DD-2445-4A28-AF22-B45F3957BD89}"
16
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "GitHub.UI" , "src\GitHub.UI\GitHub.UI.csproj" , "{346384DD-2445-4A28-AF22-B45F3957BD89}"
17
17
EndProject
18
- Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC }" ) = "GitHub.UI.Reactive" , "src\GitHub.UI.Reactive\GitHub.UI.Reactive.csproj" , "{158B05E8-FDBC-4D71-B871-C96E28D5ADF5}"
18
+ Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556 }" ) = "GitHub.UI.Reactive" , "src\GitHub.UI.Reactive\GitHub.UI.Reactive.csproj" , "{158B05E8-FDBC-4D71-B871-C96E28D5ADF5}"
19
19
EndProject
20
20
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "GitHub.Extensions" , "src\GitHub.Extensions\GitHub.Extensions.csproj" , "{6AFE2E2D-6DB0-4430-A2EA-F5F5388D2F78}"
21
21
EndProject
@@ -123,6 +123,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "GitHub.TeamFoundation.UnitT
123
123
EndProject
124
124
Project ("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}" ) = "GitHub.VisualStudio.UnitTests" , "test\GitHub.VisualStudio.UnitTests\GitHub.VisualStudio.UnitTests.csproj" , "{8B14F90B-0781-465D-AB94-19C8C56E3A94}"
125
125
EndProject
126
+ Project ("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}" ) = "GitHub.Resources" , "src\GitHub.Resources\GitHub.Resources.csproj" , "{54E8D71A-AABB-4698-95FE-7F11612B8E59}"
127
+ EndProject
126
128
Global
127
129
GlobalSection (SolutionConfigurationPlatforms ) = preSolution
128
130
Debug| Any CPU = Debug| Any CPU
@@ -492,6 +494,16 @@ Global
492
494
{8B14F90B-0781-465D-AB94-19C8C56E3A94} .Release| Any CPU .Build .0 = Release| Any CPU
493
495
{8B14F90B-0781-465D-AB94-19C8C56E3A94} .ReleaseWithoutVsix| Any CPU .ActiveCfg = Release| Any CPU
494
496
{8B14F90B-0781-465D-AB94-19C8C56E3A94} .ReleaseWithoutVsix| Any CPU .Build .0 = Release| Any CPU
497
+ {54E8D71A-AABB-4698-95FE-7F11612B8E59} .Debug| Any CPU .ActiveCfg = Debug| Any CPU
498
+ {54E8D71A-AABB-4698-95FE-7F11612B8E59} .Debug| Any CPU .Build .0 = Debug| Any CPU
499
+ {54E8D71A-AABB-4698-95FE-7F11612B8E59} .DebugCodeAnalysis| Any CPU .ActiveCfg = Debug| Any CPU
500
+ {54E8D71A-AABB-4698-95FE-7F11612B8E59} .DebugCodeAnalysis| Any CPU .Build .0 = Debug| Any CPU
501
+ {54E8D71A-AABB-4698-95FE-7F11612B8E59} .DebugWithoutVsix| Any CPU .ActiveCfg = Debug| Any CPU
502
+ {54E8D71A-AABB-4698-95FE-7F11612B8E59} .DebugWithoutVsix| Any CPU .Build .0 = Debug| Any CPU
503
+ {54E8D71A-AABB-4698-95FE-7F11612B8E59} .Release| Any CPU .ActiveCfg = Release| Any CPU
504
+ {54E8D71A-AABB-4698-95FE-7F11612B8E59} .Release| Any CPU .Build .0 = Release| Any CPU
505
+ {54E8D71A-AABB-4698-95FE-7F11612B8E59} .ReleaseWithoutVsix| Any CPU .ActiveCfg = Release| Any CPU
506
+ {54E8D71A-AABB-4698-95FE-7F11612B8E59} .ReleaseWithoutVsix| Any CPU .Build .0 = Release| Any CPU
495
507
EndGlobalSection
496
508
GlobalSection (SolutionProperties ) = preSolution
497
509
HideSolutionNode = FALSE
0 commit comments