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

Commit 219a823

Browse files
Fixing the build
1 parent 28a74ce commit 219a823

File tree

2 files changed

+2
-139
lines changed

2 files changed

+2
-139
lines changed

src/GitHub.Exports/Settings/generated/IPackageSettings.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// This is an automatically generated file, based on settings.json and PackageSettingsGen.tt
1+
// This is an automatically generated file, based on settings.json and PackageSettingsGen.tt
22
/* settings.json content:
33
{
44
"settings": [
@@ -51,4 +51,4 @@ public interface IPackageSettings : INotifyPropertyChanged
5151
bool HideTeamExplorerWelcomeMessage { get; set; }
5252
bool EnableTraceLogging { get; set; }
5353
}
54-
}
54+
}

test/GitHub.InlineReviews.UnitTests/GitHub.InlineReviews.UnitTests.csproj

Lines changed: 0 additions & 137 deletions
Original file line numberDiff line numberDiff line change
@@ -4,148 +4,11 @@
44
</PropertyGroup>
55

66
<ItemGroup>
7-
<Reference Include="LibGit2Sharp, Version=0.23.1.0, Culture=neutral, PublicKeyToken=7cbde695407f0333, processorArchitecture=MSIL">
8-
<HintPath>..\..\packages\LibGit2Sharp.0.23.1\lib\net40\LibGit2Sharp.dll</HintPath>
9-
<Private>True</Private>
10-
</Reference>
11-
<Reference Include="Microsoft.VisualStudio.CoreUtility, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
12-
<HintPath>..\..\packages\Microsoft.VisualStudio.CoreUtility.14.3.25407\lib\net45\Microsoft.VisualStudio.CoreUtility.dll</HintPath>
13-
<Private>True</Private>
14-
</Reference>
15-
<Reference Include="Microsoft.VisualStudio.Language.Intellisense, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
16-
<HintPath>..\..\packages\Microsoft.VisualStudio.Language.Intellisense.14.3.25407\lib\net45\Microsoft.VisualStudio.Language.Intellisense.dll</HintPath>
17-
<Private>True</Private>
18-
</Reference>
19-
<Reference Include="Microsoft.VisualStudio.Text.Data, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
20-
<HintPath>..\..\packages\Microsoft.VisualStudio.Text.Data.14.3.25407\lib\net45\Microsoft.VisualStudio.Text.Data.dll</HintPath>
21-
<Private>True</Private>
22-
</Reference>
23-
<Reference Include="Microsoft.VisualStudio.Text.Logic, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
24-
<HintPath>..\..\packages\Microsoft.VisualStudio.Text.Logic.14.3.25407\lib\net45\Microsoft.VisualStudio.Text.Logic.dll</HintPath>
25-
<Private>True</Private>
26-
</Reference>
27-
<Reference Include="Microsoft.VisualStudio.Text.UI, Version=14.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
28-
<HintPath>..\..\packages\Microsoft.VisualStudio.Text.UI.14.3.25407\lib\net45\Microsoft.VisualStudio.Text.UI.dll</HintPath>
29-
<Private>True</Private>
30-
</Reference>
31-
<Reference Include="Microsoft.Win32.Primitives, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
32-
<HintPath>..\..\packages\Microsoft.Win32.Primitives.4.0.1\lib\net46\Microsoft.Win32.Primitives.dll</HintPath>
33-
<Private>True</Private>
34-
</Reference>
35-
<Reference Include="NSubstitute, Version=2.0.3.0, Culture=neutral, PublicKeyToken=92dd2e9066daa5ca, processorArchitecture=MSIL">
36-
<HintPath>..\..\packages\NSubstitute.2.0.3\lib\net45\NSubstitute.dll</HintPath>
37-
<Private>True</Private>
38-
</Reference>
39-
<Reference Include="nunit.framework, Version=3.9.0.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL">
40-
<HintPath>..\..\packages\NUnit.3.9.0\lib\net45\nunit.framework.dll</HintPath>
41-
</Reference>
42-
<Reference Include="System" />
43-
<Reference Include="System.Core" />
44-
<Reference Include="System.Net.Http, Version=4.1.0.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
45-
<HintPath>..\..\packages\System.Net.Http.4.1.1\lib\net46\System.Net.Http.dll</HintPath>
46-
<Private>True</Private>
47-
</Reference>
48-
<Reference Include="System.Reactive.Core, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL">
49-
<HintPath>..\..\packages\Rx-Core.2.2.5-custom\lib\net45\System.Reactive.Core.dll</HintPath>
50-
<Private>True</Private>
51-
</Reference>
52-
<Reference Include="System.Reactive.Interfaces, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL">
53-
<HintPath>..\..\packages\Rx-Interfaces.2.2.5-custom\lib\net45\System.Reactive.Interfaces.dll</HintPath>
54-
<Private>True</Private>
55-
</Reference>
56-
<Reference Include="System.Reactive.Linq, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL">
57-
<HintPath>..\..\packages\Rx-Linq.2.2.5-custom\lib\net45\System.Reactive.Linq.dll</HintPath>
58-
<Private>True</Private>
59-
</Reference>
60-
<Reference Include="System.Reactive.PlatformServices, Version=2.2.5.0, Culture=neutral, PublicKeyToken=62aa029873c516b4, processorArchitecture=MSIL">
61-
<HintPath>..\..\packages\Rx-PlatformServices.2.2.5-custom\lib\net45\System.Reactive.PlatformServices.dll</HintPath>
62-
<Private>True</Private>
63-
</Reference>
64-
<Reference Include="System.Security.Cryptography.Algorithms, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
65-
<HintPath>..\..\packages\System.Security.Cryptography.Algorithms.4.2.0\lib\net461\System.Security.Cryptography.Algorithms.dll</HintPath>
66-
<Private>True</Private>
67-
</Reference>
68-
<Reference Include="System.Security.Cryptography.Encoding, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
69-
<HintPath>..\..\packages\System.Security.Cryptography.Encoding.4.0.0\lib\net46\System.Security.Cryptography.Encoding.dll</HintPath>
70-
<Private>True</Private>
71-
</Reference>
72-
<Reference Include="System.Security.Cryptography.Primitives, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
73-
<HintPath>..\..\packages\System.Security.Cryptography.Primitives.4.0.0\lib\net46\System.Security.Cryptography.Primitives.dll</HintPath>
74-
<Private>True</Private>
75-
</Reference>
76-
<Reference Include="System.Security.Cryptography.X509Certificates, Version=4.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
77-
<HintPath>..\..\packages\System.Security.Cryptography.X509Certificates.4.1.0\lib\net461\System.Security.Cryptography.X509Certificates.dll</HintPath>
78-
<Private>True</Private>
79-
</Reference>
80-
<Reference Include="System.Xml" />
81-
</ItemGroup>
82-
<ItemGroup>
83-
<Compile Include="..\Helpers\SplatModeDetectorSetUp.cs">
84-
<Link>SplatModeDetectorSetUp.cs</Link>
85-
</Compile>
86-
<Compile Include="Models\DiffUtilitiesTests.cs" />
87-
<Compile Include="Services\PullRequestSessionManagerTests.cs" />
88-
<Compile Include="Services\PullRequestSessionServiceTests.cs" />
89-
<Compile Include="Tags\InlineReviewTaggerTests.cs" />
90-
<Compile Include="TestDoubles\FakeDiffService.cs" />
91-
<Compile Include="Properties\AssemblyInfo.cs" />
92-
<Compile Include="Properties\Resources.Designer.cs">
93-
<AutoGen>True</AutoGen>
94-
<DesignTime>True</DesignTime>
957
<Compile Update="Properties\Resources.Designer.cs">
968
<DependentUpon>Resources.resx</DependentUpon>
979
<DesignTime>True</DesignTime>
9810
<AutoGen>True</AutoGen>
9911
</Compile>
100-
<Compile Include="Services\DiffServiceTests.cs" />
101-
<Compile Include="Services\PullRequestSessionTests.cs" />
102-
<Compile Include="ViewModels\InlineReviewPeekViewModelTests.cs" />
103-
<Compile Include="ViewModels\CommentThreadInlineReviewViewModelTests.cs" />
104-
<Compile Include="ViewModels\NewCommentThreadInlineReviewViewModelTests.cs" />
105-
<Compile Include="ViewModels\PullRequestReviewCommentViewModelTests.cs" />
106-
</ItemGroup>
107-
<ItemGroup>
108-
<None Include="packages.config">
109-
<SubType>Designer</SubType>
110-
</None>
111-
</ItemGroup>
112-
<ItemGroup>
113-
<ProjectReference Include="..\..\src\GitHub.Api\GitHub.Api.csproj">
114-
<Project>{b389adaf-62cc-486e-85b4-2d8b078df763}</Project>
115-
<Name>GitHub.Api</Name>
116-
</ProjectReference>
117-
<ProjectReference Include="..\..\src\GitHub.App\GitHub.App.csproj">
118-
<Project>{1a1da411-8d1f-4578-80a6-04576bea2dc5}</Project>
119-
<Name>GitHub.App</Name>
120-
</ProjectReference>
121-
<ProjectReference Include="..\..\src\GitHub.Exports.Reactive\GitHub.Exports.Reactive.csproj">
122-
<Project>{e4ed0537-d1d9-44b6-9212-3096d7c3f7a1}</Project>
123-
<Name>GitHub.Exports.Reactive</Name>
124-
</ProjectReference>
125-
<ProjectReference Include="..\..\src\GitHub.Exports\GitHub.Exports.csproj">
126-
<Project>{9aea02db-02b5-409c-b0ca-115d05331a6b}</Project>
127-
<Name>GitHub.Exports</Name>
128-
</ProjectReference>
129-
<ProjectReference Include="..\..\src\GitHub.Extensions\GitHub.Extensions.csproj">
130-
<Project>{6afe2e2d-6db0-4430-a2ea-f5f5388d2f78}</Project>
131-
<Name>GitHub.Extensions</Name>
132-
</ProjectReference>
133-
<ProjectReference Include="..\..\src\GitHub.InlineReviews\GitHub.InlineReviews.csproj">
134-
<Project>{7f5ed78b-74a3-4406-a299-70cfb5885b8b}</Project>
135-
<Name>GitHub.InlineReviews</Name>
136-
</ProjectReference>
137-
<ProjectReference Include="..\..\submodules\octokit.net\Octokit\Octokit.csproj">
138-
<Project>{08dd4305-7787-4823-a53f-4d0f725a07f3}</Project>
139-
<Name>Octokit</Name>
140-
</ProjectReference>
141-
<ProjectReference Include="..\..\submodules\reactiveui\ReactiveUI\ReactiveUI_Net45.csproj">
142-
<Project>{1CE2D235-8072-4649-BA5A-CFB1AF8776E0}</Project>
143-
<Name>ReactiveUI_Net45</Name>
144-
</ProjectReference>
145-
<ProjectReference Include="..\..\submodules\splat\Splat\Splat-Net45.csproj">
146-
<Project>{252ce1c2-027a-4445-a3c2-e4d6c80a935a}</Project>
147-
<Name>Splat-Net45</Name>
148-
</ProjectReference>
14912

15013
<EmbeddedResource Update="Properties\Resources.resx">
15114
<Generator>PublicResXFileCodeGenerator</Generator>

0 commit comments

Comments
 (0)