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

Commit 1cc2f0e

Browse files
committed
Remove empty .resx files
These were causing the build system to generate SR gook even though the assembly never uses it. I searched and these appear to be the only such empty .resx files currently in the corefx repo.
1 parent fe41c84 commit 1cc2f0e

File tree

3 files changed

+0
-241
lines changed

3 files changed

+0
-241
lines changed

src/System.Security.Cryptography.Hashing.Algorithms/src/Resources/Strings.resx

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

src/System.Security.Cryptography.RandomNumberGenerator/src/Resources/Strings.resx

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

src/System.Security.Cryptography.RandomNumberGenerator/src/System.Security.Cryptography.RandomNumberGenerator.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
<AssemblyVersion>4.0.0.0</AssemblyVersion>
1111
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
1212
<CLSCompliant>false</CLSCompliant>
13-
<SkipCommonResourcesIncludes>true</SkipCommonResourcesIncludes>
1413
</PropertyGroup>
1514
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Linux_Debug|AnyCPU' " />
1615
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Linux_Release|AnyCPU' " />

0 commit comments

Comments
 (0)