Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit 481a0c5

Browse files
committed
Add required ReactiveUI.WPf dependency.
1 parent 29bc2c6 commit 481a0c5

File tree

7 files changed

+31
-1
lines changed

7 files changed

+31
-1
lines changed

GitHubVS.sln

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReactiveUI.Events.WPF", "su
127127
EndProject
128128
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReactiveUI.Testing", "submodules\reactiveui\src\ReactiveUI.Testing\ReactiveUI.Testing.csproj", "{C6E8D1E1-FAAC-4E02-B6A1-6164EC5E704E}"
129129
EndProject
130+
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ReactiveUI.Wpf", "submodules\reactiveui\src\ReactiveUI.Wpf\ReactiveUI.Wpf.csproj", "{E899B03C-6E8E-4375-AB65-FC925D721D8B}"
131+
EndProject
130132
Global
131133
GlobalSection(SolutionConfigurationPlatforms) = preSolution
132134
Debug|Any CPU = Debug|Any CPU
@@ -516,6 +518,16 @@ Global
516518
{C6E8D1E1-FAAC-4E02-B6A1-6164EC5E704E}.Release|Any CPU.Build.0 = Release|Any CPU
517519
{C6E8D1E1-FAAC-4E02-B6A1-6164EC5E704E}.ReleaseWithoutVsix|Any CPU.ActiveCfg = Release|Any CPU
518520
{C6E8D1E1-FAAC-4E02-B6A1-6164EC5E704E}.ReleaseWithoutVsix|Any CPU.Build.0 = Release|Any CPU
521+
{E899B03C-6E8E-4375-AB65-FC925D721D8B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
522+
{E899B03C-6E8E-4375-AB65-FC925D721D8B}.Debug|Any CPU.Build.0 = Debug|Any CPU
523+
{E899B03C-6E8E-4375-AB65-FC925D721D8B}.DebugCodeAnalysis|Any CPU.ActiveCfg = Debug|Any CPU
524+
{E899B03C-6E8E-4375-AB65-FC925D721D8B}.DebugCodeAnalysis|Any CPU.Build.0 = Debug|Any CPU
525+
{E899B03C-6E8E-4375-AB65-FC925D721D8B}.DebugWithoutVsix|Any CPU.ActiveCfg = Debug|Any CPU
526+
{E899B03C-6E8E-4375-AB65-FC925D721D8B}.DebugWithoutVsix|Any CPU.Build.0 = Debug|Any CPU
527+
{E899B03C-6E8E-4375-AB65-FC925D721D8B}.Release|Any CPU.ActiveCfg = Release|Any CPU
528+
{E899B03C-6E8E-4375-AB65-FC925D721D8B}.Release|Any CPU.Build.0 = Release|Any CPU
529+
{E899B03C-6E8E-4375-AB65-FC925D721D8B}.ReleaseWithoutVsix|Any CPU.ActiveCfg = Release|Any CPU
530+
{E899B03C-6E8E-4375-AB65-FC925D721D8B}.ReleaseWithoutVsix|Any CPU.Build.0 = Release|Any CPU
519531
EndGlobalSection
520532
GlobalSection(SolutionProperties) = preSolution
521533
HideSolutionNode = FALSE
@@ -547,6 +559,7 @@ Global
547559
{AD0306B7-F88E-44A4-AB36-1D04822E9234} = {1E7F7253-A6AF-43C4-A955-37BEDDA01AF9}
548560
{86C54B27-717F-478C-AC8C-01F1C68A56C5} = {1E7F7253-A6AF-43C4-A955-37BEDDA01AB9}
549561
{C6E8D1E1-FAAC-4E02-B6A1-6164EC5E704E} = {1E7F7253-A6AF-43C4-A955-37BEDDA01AB9}
562+
{E899B03C-6E8E-4375-AB65-FC925D721D8B} = {1E7F7253-A6AF-43C4-A955-37BEDDA01AB9}
550563
EndGlobalSection
551564
GlobalSection(ExtensibilityGlobals) = postSolution
552565
SolutionGuid = {556014CF-5B35-4CE5-B3EF-6AB0007001AC}

src/GitHub.Extensions.Reactive/GitHub.Extensions.Reactive.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
<ItemGroup>
1010
<ProjectReference Include="..\..\submodules\reactiveui\src\ReactiveUI\ReactiveUI.csproj" />
11+
<ProjectReference Include="..\..\submodules\reactiveui\src\ReactiveUI.Wpf\ReactiveUI.Wpf.csproj" />
1112
<ProjectReference Include="..\GitHub.Extensions\GitHub.Extensions.csproj" />
1213
<ProjectReference Include="..\GitHub.Logging\GitHub.Logging.csproj" />
1314
</ItemGroup>

src/GitHub.InlineReviews/GitHub.InlineReviews.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,10 @@
152152
<Project>{08dd4305-7787-4823-a53f-4d0f725a07f3}</Project>
153153
<Name>Octokit</Name>
154154
</ProjectReference>
155+
<ProjectReference Include="..\..\submodules\reactiveui\src\ReactiveUI.Wpf\ReactiveUI.Wpf.csproj">
156+
<Project>{e899b03c-6e8e-4375-ab65-fc925d721d8b}</Project>
157+
<Name>ReactiveUI.Wpf</Name>
158+
</ProjectReference>
155159
<ProjectReference Include="..\..\submodules\reactiveui\src\ReactiveUI\ReactiveUI.csproj">
156160
<Project>{a4f579f3-77d3-450a-aacc-f2653ef11e69}</Project>
157161
<Name>ReactiveUI</Name>

src/GitHub.TeamFoundation.14/GitHub.TeamFoundation.14.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,10 @@
196196
<Project>{08dd4305-7787-4823-a53f-4d0f725a07f3}</Project>
197197
<Name>Octokit</Name>
198198
</ProjectReference>
199+
<ProjectReference Include="..\..\submodules\reactiveui\src\ReactiveUI.Wpf\ReactiveUI.Wpf.csproj">
200+
<Project>{e899b03c-6e8e-4375-ab65-fc925d721d8b}</Project>
201+
<Name>ReactiveUI.Wpf</Name>
202+
</ProjectReference>
199203
<ProjectReference Include="..\..\submodules\reactiveui\src\ReactiveUI\ReactiveUI.csproj">
200204
<Project>{a4f579f3-77d3-450a-aacc-f2653ef11e69}</Project>
201205
<Name>ReactiveUI</Name>

src/GitHub.TeamFoundation.15/GitHub.TeamFoundation.15.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,10 @@
265265
<Project>{08dd4305-7787-4823-a53f-4d0f725a07f3}</Project>
266266
<Name>Octokit</Name>
267267
</ProjectReference>
268+
<ProjectReference Include="..\..\submodules\reactiveui\src\ReactiveUI.Wpf\ReactiveUI.Wpf.csproj">
269+
<Project>{e899b03c-6e8e-4375-ab65-fc925d721d8b}</Project>
270+
<Name>ReactiveUI.Wpf</Name>
271+
</ProjectReference>
268272
<ProjectReference Include="..\..\submodules\reactiveui\src\ReactiveUI\ReactiveUI.csproj">
269273
<Project>{a4f579f3-77d3-450a-aacc-f2653ef11e69}</Project>
270274
<Name>ReactiveUI</Name>

src/GitHub.VisualStudio/GitHub.VisualStudio.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@
481481
<IncludeOutputGroupsInVSIX>BuiltProjectOutputGroup;GetCopyToOutputDirectoryItems;DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIX>
482482
<IncludeOutputGroupsInVSIXLocalOnly>DebugSymbolsProjectOutputGroup;</IncludeOutputGroupsInVSIXLocalOnly>
483483
</ProjectReference>
484+
<ProjectReference Include="..\..\submodules\reactiveui\src\ReactiveUI.Wpf\ReactiveUI.Wpf.csproj">
485+
<Project>{e899b03c-6e8e-4375-ab65-fc925d721d8b}</Project>
486+
<Name>ReactiveUI.Wpf</Name>
487+
</ProjectReference>
484488
<ProjectReference Include="..\..\submodules\reactiveui\src\ReactiveUI\ReactiveUI.csproj">
485489
<Project>{a4f579f3-77d3-450a-aacc-f2653ef11e69}</Project>
486490
<Name>ReactiveUI</Name>

0 commit comments

Comments
 (0)