summaryrefslogtreecommitdiff
path: root/src/tools
diff options
context:
space:
mode:
authorAmy Yu <amycmyu@gmail.com>2018-07-03 12:13:51 -0700
committerAmy Yu <amycmyu@gmail.com>2018-07-09 11:50:19 -0700
commita7358133ec2544de4c4ddce5a1f75a8f449cb2ef (patch)
tree7421dd1a827dc1b514cbe517a8f4eb0e00bd88f9 /src/tools
parenta5fbfa57fe7c9dc83d7f7bd4b464b97ffeed35d4 (diff)
downloadcoreclr-a7358133ec2544de4c4ddce5a1f75a8f449cb2ef.tar.gz
coreclr-a7358133ec2544de4c4ddce5a1f75a8f449cb2ef.tar.bz2
coreclr-a7358133ec2544de4c4ddce5a1f75a8f449cb2ef.zip
Use BuildManagedTools argument instead of environment variable, removed unneeded flags
Diffstat (limited to 'src/tools')
-rw-r--r--src/tools/r2rdump/R2RDump.csproj7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/tools/r2rdump/R2RDump.csproj b/src/tools/r2rdump/R2RDump.csproj
index f86ef6c713..5344edd470 100644
--- a/src/tools/r2rdump/R2RDump.csproj
+++ b/src/tools/r2rdump/R2RDump.csproj
@@ -7,11 +7,8 @@
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<OutputType>Exe</OutputType>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <NoStdLib>true</NoStdLib>
- <NoCompilerStandardLib>true</NoCompilerStandardLib>
- <IsDotNetFrameworkProductAssembly>true</IsDotNetFrameworkProductAssembly>
- <AssemblyKey>Open</AssemblyKey>
- <ExcludeMscorlibFacade>true</ExcludeMscorlibFacade>
+ <AssemblyKey>Open</AssemblyKey>
+ <IsDotNetFrameworkProductAssembly>true</IsDotNetFrameworkProductAssembly>
</PropertyGroup>
<PropertyGroup>