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

Commit aa39c20

Browse files
committed
Remove redundant GitHub.InlineReviews references
Only GitHub.InlineReviews.UnitTests should reference GitHub.InlineReviews. Also removed some GitHub.App and GitHub.Api references
1 parent 69a88c6 commit aa39c20

File tree

5 files changed

+0
-24
lines changed

5 files changed

+0
-24
lines changed

test/GitHub.Exports.Reactive.UnitTests/GitHub.Exports.Reactive.UnitTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,6 @@
203203
<Project>{9AEA02DB-02B5-409C-B0CA-115D05331A6B}</Project>
204204
<Name>GitHub.Exports</Name>
205205
</ProjectReference>
206-
<ProjectReference Include="..\..\src\GitHub.InlineReviews\GitHub.InlineReviews.csproj">
207-
<Project>{7f5ed78b-74a3-4406-a299-70cfb5885b8b}</Project>
208-
<Name>GitHub.InlineReviews</Name>
209-
</ProjectReference>
210206
</ItemGroup>
211207
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
212208
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

test/GitHub.Exports.UnitTests/GitHub.Exports.UnitTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -188,10 +188,6 @@
188188
<Project>{252ce1c2-027a-4445-a3c2-e4d6c80a935a}</Project>
189189
<Name>Splat-Net45</Name>
190190
</ProjectReference>
191-
<ProjectReference Include="..\..\src\GitHub.Api\GitHub.Api.csproj">
192-
<Project>{b389adaf-62cc-486e-85b4-2d8b078df763}</Project>
193-
<Name>GitHub.Api</Name>
194-
</ProjectReference>
195191
<ProjectReference Include="..\..\src\GitHub.App\GitHub.App.csproj">
196192
<Project>{1A1DA411-8D1F-4578-80A6-04576BEA2DC5}</Project>
197193
<Name>GitHub.App</Name>

test/GitHub.Extensions.UnitTests/GitHub.Extensions.UnitTests.csproj

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -97,18 +97,10 @@
9797
<Project>{252ce1c2-027a-4445-a3c2-e4d6c80a935a}</Project>
9898
<Name>Splat-Net45</Name>
9999
</ProjectReference>
100-
<ProjectReference Include="..\..\src\GitHub.App\GitHub.App.csproj">
101-
<Project>{1A1DA411-8D1F-4578-80A6-04576BEA2DC5}</Project>
102-
<Name>GitHub.App</Name>
103-
</ProjectReference>
104100
<ProjectReference Include="..\..\src\GitHub.Extensions\GitHub.Extensions.csproj">
105101
<Project>{6afe2e2d-6db0-4430-a2ea-f5f5388d2f78}</Project>
106102
<Name>GitHub.Extensions</Name>
107103
</ProjectReference>
108-
<ProjectReference Include="..\..\src\GitHub.InlineReviews\GitHub.InlineReviews.csproj">
109-
<Project>{7f5ed78b-74a3-4406-a299-70cfb5885b8b}</Project>
110-
<Name>GitHub.InlineReviews</Name>
111-
</ProjectReference>
112104
</ItemGroup>
113105
<ItemGroup>
114106
<None Include="packages.config">

test/GitHub.TeamFoundation.UnitTests/GitHub.TeamFoundation.UnitTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,6 @@
191191
<Project>{9AEA02DB-02B5-409C-B0CA-115D05331A6B}</Project>
192192
<Name>GitHub.Exports</Name>
193193
</ProjectReference>
194-
<ProjectReference Include="..\..\src\GitHub.InlineReviews\GitHub.InlineReviews.csproj">
195-
<Project>{7f5ed78b-74a3-4406-a299-70cfb5885b8b}</Project>
196-
<Name>GitHub.InlineReviews</Name>
197-
</ProjectReference>
198194
<ProjectReference Include="..\..\src\GitHub.TeamFoundation.14\GitHub.TeamFoundation.14.csproj">
199195
<Project>{161DBF01-1DBF-4B00-8551-C5C00F26720D}</Project>
200196
<Name>GitHub.TeamFoundation.14</Name>

test/GitHub.VisualStudio.UnitTests/GitHub.VisualStudio.UnitTests.csproj

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,6 @@
243243
<Project>{9AEA02DB-02B5-409C-B0CA-115D05331A6B}</Project>
244244
<Name>GitHub.Exports</Name>
245245
</ProjectReference>
246-
<ProjectReference Include="..\..\src\GitHub.InlineReviews\GitHub.InlineReviews.csproj">
247-
<Project>{7f5ed78b-74a3-4406-a299-70cfb5885b8b}</Project>
248-
<Name>GitHub.InlineReviews</Name>
249-
</ProjectReference>
250246
<ProjectReference Include="..\..\src\GitHub.Extensions\GitHub.Extensions.csproj">
251247
<Project>{6afe2e2d-6db0-4430-a2ea-f5f5388d2f78}</Project>
252248
<Name>GitHub.Extensions</Name>

0 commit comments

Comments
 (0)