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

Commit 5e27021

Browse files
author
Meaghan Lewis
authored
Merge pull request #1872 from github/revert/1714
Revert pull request #1714
2 parents 23e48d1 + 33e2034 commit 5e27021

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+1243
-4599
lines changed

scripts/modules.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,6 @@ New-Module -ScriptBlock {
104104
}
105105
elseif (Test-Path "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\MSBuild.exe") {
106106
$msbuild = "C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\15.0\Bin\MSBuild.exe"
107-
}
108-
elseif (Test-Path "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\MSBuild.exe") {
109-
$msbuild = "C:\Program Files (x86)\Microsoft Visual Studio\2017\Professional\MSBuild\15.0\Bin\MSBuild.exe"
110107
}
111108
else {
112109
Die("No suitable msbuild.exe found.")

src/GitHub.App/GitHub.App.csproj

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -417,17 +417,11 @@
417417
</ProjectReference>
418418
</ItemGroup>
419419
<ItemGroup>
420-
<EmbeddedResource Include="Resources.en-US.resx">
421-
<DependentUpon>Resources.resx</DependentUpon>
422-
</EmbeddedResource>
423420
<EmbeddedResource Include="Resources.resx">
424421
<Generator>PublicResXFileCodeGenerator</Generator>
425422
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
426423
<SubType>Designer</SubType>
427424
</EmbeddedResource>
428-
<EmbeddedResource Include="Resources.zh-Hans.resx">
429-
<DependentUpon>Resources.resx</DependentUpon>
430-
</EmbeddedResource>
431425
</ItemGroup>
432426
<ItemGroup>
433427
<Analyzer Include="..\..\packages\SerilogAnalyzer.0.12.0.0\analyzers\dotnet\cs\SerilogAnalyzer.dll" />

src/GitHub.App/Resources.Designer.cs

Lines changed: 82 additions & 82 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/GitHub.App/Resources.en-US.resx

Lines changed: 0 additions & 330 deletions
This file was deleted.

0 commit comments

Comments
 (0)