Initial commit
authorKyeonghun Lee <kh9090.lee@samsung.com>
Mon, 3 Apr 2017 07:53:27 +0000 (16:53 +0900)
committerJongkyu Koo <jk.koo@samsung.com>
Mon, 3 Apr 2017 10:17:07 +0000 (19:17 +0900)
commitaec68ae1044c31bc70c089962d2ee83545678d30
treecc21ba257e29613d7ff73d17d38276222e3c64ee
parent494c607c4ae9a484ecbdc9e661edf421e97fa29d
Initial commit

Change-Id: I6e470bbe0b9e95c8a9833a10f0b800bfc325517a
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
13 files changed:
LICENSE [new file with mode: 0644]
packaging/csapi-phonenumber-utils.manifest [new file with mode: 0644]
packaging/csapi-phonenumber-utils.spec [new file with mode: 0644]
src/Tizen.PhonenumberUtils/Interop/Interop.Libraries.cs [new file with mode: 0755]
src/Tizen.PhonenumberUtils/Interop/Interop.PhonenumberUtils.cs [new file with mode: 0755]
src/Tizen.PhonenumberUtils/Properties/AssemblyInfo.cs [new file with mode: 0755]
src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.csproj [new file with mode: 0644]
src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.project.json [new file with mode: 0644]
src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.sln [new file with mode: 0755]
src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.snk [new file with mode: 0755]
src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils/PhonenumberUtils.cs [new file with mode: 0644]
src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils/PhonenumberUtilsEnumerations.cs [new file with mode: 0755]
src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils/PhonenumberUtilsErrorFactory.cs [new file with mode: 0644]