[Errors] Make internal and add friend assembles
authorSidharth Gupta <sid92.gupta@samsung.com>
Tue, 22 Mar 2016 11:11:17 +0000 (20:11 +0900)
committerSeungkeun Lee <sngn.lee@samsung.com>
Thu, 14 Apr 2016 07:13:30 +0000 (16:13 +0900)
commitdf4dff4af3034b653a67b5f218b2f5fe12bca328
tree51ebb2d9cf6e3ae4d419b28fff3fd4ee9cf1abbc
parent96927882d7798c9f5f35bef628682a4212734b6e
[Errors] Make internal and add friend assembles

- Added Tizen.Applications and Tizen.Network as friend
  assemblies.

- Visual studio will now give warnings such as:
  warning CS0436: The type 'Interop' in 'Z:\work\csapi\application
  \Tizen.Applications\Interop\Interop.AppControl.cs' conflicts
  with the imported type 'Interop' in 'Tizen.Internals,
  Version=1.0.0.0, Culture=neutral, PublicKeyToken=6bd6425c835e8fd7'.
  Using the type defined in 'Z:\work\csapi\application
  \Tizen.Applications\Interop\Interop.AppControl.cs'.

Signed-off-by: Sidharth Gupta <sid92.gupta@samsung.com>
Change-Id: Ie8c141733048b1079be089933e6c4c32546209c4
Tizen.Internals/Interop/Interop.CommonError.cs [changed mode: 0755->0644]
Tizen.Internals/Properties/AssemblyInfo.cs [changed mode: 0755->0644]
Tizen.Internals/Tizen.Internals.Errors/ErrorCode.cs [changed mode: 0755->0644]
Tizen.Internals/Tizen.Internals.Errors/ErrorFacts.cs [changed mode: 0755->0644]