Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorgan Brown <morganb@microsoft.com>2017-02-10 05:07:54 +0300
committerMorgan Brown <morganb@microsoft.com>2017-02-10 05:07:54 +0300
commit455c8c0d1c9e77403a112ee0475f202c4186da18 (patch)
treef42dcf5f974865640fbc041d25984291a8a20c05 /src/System.Private.DeveloperExperience.Console
parentaf10378dcc7518804009165915e41a9f4d602225 (diff)
Port of ResourceManager from CoreCLR with changes to work in ProjectN/CoreRT. This includes handling for both embedded manifest resources and WinRT PRI resources. It also includes the NS 2.0 surface area (but not changes to make that surface area useful for UWP, which will be addressed in a future change). This also includes toolchain changes to differentiate assemblies that should use PRI resource lookup from embedded resource lookup in UWP apps. Framework assemblies will use embedded resource lookup.
Compared to the CoreCLR code, the changes are: * Removing desktop-only defines/API usage * Using SR instead of Environment.GetString * Reformatting [tfs-changeset: 1647400]
Diffstat (limited to 'src/System.Private.DeveloperExperience.Console')
-rw-r--r--src/System.Private.DeveloperExperience.Console/src/System.Private.DeveloperExperience.Console.csproj1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/System.Private.DeveloperExperience.Console/src/System.Private.DeveloperExperience.Console.csproj b/src/System.Private.DeveloperExperience.Console/src/System.Private.DeveloperExperience.Console.csproj
index 5a748e1b4..d78eca34a 100644
--- a/src/System.Private.DeveloperExperience.Console/src/System.Private.DeveloperExperience.Console.csproj
+++ b/src/System.Private.DeveloperExperience.Console/src/System.Private.DeveloperExperience.Console.csproj
@@ -25,7 +25,6 @@
<ReferencePath Include="$(AotPackageReferencePath)\System.Collections.dll" />
<ReferencePath Include="$(AotPackageReferencePath)\System.Console.dll" />
<ReferencePath Include="$(AotPackageReferencePath)\System.IO.dll" />
- <ReferencePath Include="$(AotPackageReferencePath)\System.Resources.ResourceManager.dll" Condition="'$(IsProjectNLibrary)' == 'true'" />
<ProjectReference Include="..\..\System.Private.StackTraceGenerator\src\System.Private.StackTraceGenerator.csproj" />
</ItemGroup>