Skip to content
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.

Commit

Permalink
Revert unintended changes to tpa.cpp.
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Blum Silveira committed Oct 12, 2015
1 parent 652d046 commit 1543082
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/dnx.common/tpa.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,14 @@ const std::vector<const dnx::char_t*> CreateTpaBase(bool native_images)
_X("System.Collections.Concurrent.ni.dll"),
_X("System.ComponentModel.ni.dll"),
_X("System.Console.ni.dll"),
_X("System.Diagnostics.Debug.ni.dll"),
_X("System.Diagnostics.Tracing.ni.dll"),
_X("System.Globalization.ni.dll"),
_X("System.IO.ni.dll"),
_X("System.IO.FileSystem.ni.dll"),
_X("System.IO.FileSystem.Primitives.ni.dll"),
_X("System.Linq.ni.dll"),
_X("System.Private.Uri.ni.dll"),
_X("System.Reflection.ni.dll"),
_X("System.Reflection.Extensions.ni.dll"),
_X("System.Reflection.Primitives.ni.dll"),
Expand All @@ -40,6 +43,7 @@ const std::vector<const dnx::char_t*> CreateTpaBase(bool native_images)
_X("System.Text.Encoding.ni.dll"),
_X("System.Text.Encoding.Extensions.ni.dll"),
_X("System.Threading.ni.dll"),
_X("System.Threading.Overlapped.ni.dll"),
_X("System.Threading.Tasks.ni.dll"),
}
: std::vector<const dnx::char_t*>
Expand All @@ -53,11 +57,14 @@ const std::vector<const dnx::char_t*> CreateTpaBase(bool native_images)
_X("System.Collections.Concurrent.dll"),
_X("System.ComponentModel.dll"),
_X("System.Console.dll"),
_X("System.Diagnostics.Debug.dll"),
_X("System.Diagnostics.Tracing.dll"),
_X("System.Globalization.dll"),
_X("System.IO.dll"),
_X("System.IO.FileSystem.dll"),
_X("System.IO.FileSystem.Primitives.dll"),
_X("System.Linq.dll"),
_X("System.Private.Uri.dll"),
_X("System.Reflection.dll"),
_X("System.Reflection.Extensions.dll"),
_X("System.Reflection.Primitives.dll"),
Expand All @@ -70,6 +77,7 @@ const std::vector<const dnx::char_t*> CreateTpaBase(bool native_images)
_X("System.Text.Encoding.dll"),
_X("System.Text.Encoding.Extensions.dll"),
_X("System.Threading.dll"),
_X("System.Threading.Overlapped.dll"),
_X("System.Threading.Tasks.dll"),
};
}

0 comments on commit 1543082

Please sign in to comment.