Skip to content

Commit

Permalink
Extract ResourceManager class. (#92)
Browse files Browse the repository at this point in the history
***PUBLISH_RELEASE***
  • Loading branch information
josesimoes authored Oct 18, 2019
1 parent b6f8193 commit ef16d48
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 249 deletions.
1 change: 0 additions & 1 deletion source/nanoFramework.CoreLibrary/CoreLibrary.nfproj
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@
<Compile Include="System\Reflection\RuntimeConstructorInfo.cs" />
<Compile Include="System\Reflection\RuntimeFieldInfo.cs" />
<Compile Include="System\Reflection\RuntimeMethodInfo.cs" />
<Compile Include="System\Resources\ResourceManager.cs" />
<Compile Include="System\RuntimeArgumentHandle.cs" />
<Compile Include="System\RuntimeFieldHandle.cs" />
<Compile Include="System\RuntimeMethodHandle.cs" />
Expand Down
1 change: 1 addition & 0 deletions source/nanoFramework.CoreLibrary/Friends.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
using System.Runtime.CompilerServices;

[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("System.Math, PublicKey=00240000048000009400000006020000002400005253413100040000010001001120aa3e809b3da4f65e1b1f65c0a3a1bf6335c39860ca41acb3c48de278c6b63c5df38239ec1f2e32d58cb897c8c174a5f8e78a9c0b6087d3aef373d7d0f3d9be67700fc2a5a38de1fb71b5b6f6046d841ff35abee2e0b0840a6291a312be184eb311baff5fef0ff6895b9a5f2253aed32fb06b819134f6bb9d531488a87ea2")]
[assembly: System.Runtime.CompilerServices.InternalsVisibleTo("nanoFramework.ResourceManager, PublicKey=00240000048000009400000006020000002400005253413100040000010001001120aa3e809b3da4f65e1b1f65c0a3a1bf6335c39860ca41acb3c48de278c6b63c5df38239ec1f2e32d58cb897c8c174a5f8e78a9c0b6087d3aef373d7d0f3d9be67700fc2a5a38de1fb71b5b6f6046d841ff35abee2e0b0840a6291a312be184eb311baff5fef0ff6895b9a5f2253aed32fb06b819134f6bb9d531488a87ea2")]
2 changes: 1 addition & 1 deletion source/nanoFramework.CoreLibrary/System/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@
[assembly: AssemblyProduct("nanoFramework mscorlib")]
[assembly: AssemblyCopyright("Copyright © nanoFramework Contributors 2017")]

[assembly: AssemblyNativeVersion("100.2.3.0")]
[assembly: AssemblyNativeVersion("100.4.0.0")]
247 changes: 0 additions & 247 deletions source/nanoFramework.CoreLibrary/System/Resources/ResourceManager.cs

This file was deleted.

0 comments on commit ef16d48

Please sign in to comment.