Add System.ServiceModel.Internals and SMDiagnostics to the build.
authorAtsushi Eno <atsushieno@gmail.com>
Fri, 27 Mar 2015 16:55:14 +0000 (01:55 +0900)
committerAtsushi Eno <atsushieno@gmail.com>
Mon, 6 Apr 2015 15:11:11 +0000 (00:11 +0900)
commit3fcaf601c138da2ccaeb1eb498e1a76030beb1cd
tree66a05a6c558f748d7c3285016e54a58bfc77a447
parent6acb0ebc469990a6f6fc2953ff6c805c89c78e14
Add System.ServiceModel.Internals and SMDiagnostics to the build.

They build in both desktop and mobile profiles, but the sources are
mostly unchanged i.e. they contain Windows dependent code (DllImports).

The plan here is to import everything essential in WCF as buildable
sources, then remove Windows dependencies, then implement (or bring back)
mobile-ready code. But this commit can be used for different strategies
(like, we import sources from working parts, step by step).
external/referencesource
mcs/class/Makefile
mcs/class/SMDiagnostics/Assembly/AssemblyInfo.cs [new file with mode: 0644]
mcs/class/SMDiagnostics/Makefile [new file with mode: 0644]
mcs/class/SMDiagnostics/ReferenceSources/TraceSR.cs [new file with mode: 0644]
mcs/class/SMDiagnostics/SMDiagnostics.dll.sources [new file with mode: 0644]
mcs/class/System.ServiceModel.Internals/Assembly/AssemblyInfo.cs [new file with mode: 0644]
mcs/class/System.ServiceModel.Internals/EventLogEntryType.cs [new file with mode: 0644]
mcs/class/System.ServiceModel.Internals/InternalSR.cs [new file with mode: 0644]
mcs/class/System.ServiceModel.Internals/Makefile [new file with mode: 0644]
mcs/class/System.ServiceModel.Internals/System.ServiceModel.Internals.dll.sources [new file with mode: 0644]