fix build break
authorKyeonghun Lee <kh9090.lee@samsung.com>
Wed, 12 Apr 2017 10:28:31 +0000 (19:28 +0900)
committerKyeonghun Lee <kh9090.lee@samsung.com>
Wed, 12 Apr 2017 10:28:31 +0000 (19:28 +0900)
Change-Id: I12d7047d1dd9f4a15c7b1081156e1bde1b61162e
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
.gitignore [new file with mode: 0644]
packaging/csapi-phonenumber-utils.spec
src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.csproj
src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.nuspec [new file with mode: 0644]
src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.project.json [changed mode: 0644->0755]

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..46619d5
--- /dev/null
@@ -0,0 +1,7 @@
+bin/
+obj/
+*.exe
+*.dll
+*.csproj.user
+*.lock.json
+.vs/
index 08fcdca..bdcc75b 100644 (file)
@@ -9,7 +9,7 @@ Source0:    %{name}-%{version}.tar.gz
 Source1:    %{name}.manifest
 
 AutoReqProv: no
-ExcludeArch: aarch64 %ix86
+ExcludeArch: aarch64
 
 BuildRequires: dotnet-build-tools
 
index 8d1a6ea..7545d86 100644 (file)
@@ -25,7 +25,7 @@
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
     <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>portable</DebugType>\r
+    <DebugType>full</DebugType>\r
     <Optimize>false</Optimize>\r
     <OutputPath>bin\Debug\</OutputPath>\r
     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
@@ -33,7 +33,7 @@
     <WarningLevel>4</WarningLevel>\r
   </PropertyGroup>\r
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <DebugType>portable</DebugType>\r
+    <DebugType>pdbonly</DebugType>\r
     <Optimize>true</Optimize>\r
     <OutputPath>bin\Release\</OutputPath>\r
     <DefineConstants>TRACE</DefineConstants>\r
@@ -78,4 +78,4 @@
     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>\r
     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>\r
   </PropertyGroup>\r
-</Project>
\ No newline at end of file
+</Project>
diff --git a/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.nuspec b/src/Tizen.PhonenumberUtils/Tizen.PhonenumberUtils.nuspec
new file mode 100644 (file)
index 0000000..bc7fbd0
--- /dev/null
@@ -0,0 +1,20 @@
+<?xml version="1.0"?>
+<package>
+  <metadata>
+                <id>Tizen.PhonenumberUtils</id>
+                <version>$version$</version>
+                <authors>Samsung Electronics</authors>
+                <requireLicenseAcceptance>false</requireLicenseAcceptance>
+                <licenseUrl>https://www.apache.org/licenses/LICENSE-2.0</licenseUrl>
+                <projectUrl>https://www.tizen.org/</projectUrl>
+                <iconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</iconUrl>
+                <copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
+                <description>Provides the PhonenumberUtils APIs for Tizen</description>
+    <dependencies>
+      <dependency id="Tizen" version="1.0.3" />
+    </dependencies>
+  </metadata>
+  <files>
+    <file src="bin/$Configuration$/Tizen.PhonenumberUtils.dll" target="lib/netstandard1.3" />
+  </files>
+</package>
old mode 100644 (file)
new mode 100755 (executable)
index d2a3aab..10349a9
@@ -1,7 +1,7 @@
 {\r
   "dependencies": {\r
     "NETStandard.Library": "1.6.0",\r
-    "Tizen.System": "1.0.8"\r
+    "Tizen": "1.0.3"\r
   },\r
   "frameworks": {\r
     "netstandard1.3": {}\r