Merge packaging information to csproj 50/133050/2 accepted/tizen/unified/20170612.170938 submit/tizen/20170612.065059
authorWonYoung Choi <wy80.choi@samsung.com>
Thu, 8 Jun 2017 00:50:49 +0000 (09:50 +0900)
committersooyeon.kim <sooyeon.kim@samsung.com>
Fri, 9 Jun 2017 01:43:32 +0000 (10:43 +0900)
Change-Id: I06ff7032823aaa92a9e84c392562f8fbed85948a
Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.csproj [changed mode: 0755->0644]
Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.nuspec [deleted file]
Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.sln [new file with mode: 0644]
packaging/csapi-uix-voicecontrol.spec

old mode 100755 (executable)
new mode 100644 (file)
index 85f46b6..d291dcb
@@ -1,16 +1,25 @@
-<Project Sdk="Microsoft.NET.Sdk">
+<Project Sdk="Microsoft.NET.Sdk">
+
+  <PropertyGroup>
+    <Version>1.0.5</Version>
+    <Authors>Samsung Electronics</Authors>
+    <Copyright>© Samsung Electronics Co., Ltd All Rights Reserved</Copyright>
+    <Description>VoiceControl API for Tizen .NET</Description>
+    <PackageProjectUrl>https://www.tizen.org/</PackageProjectUrl>
+    <PackageLicenseUrl>https://www.apache.org/licenses/LICENSE-2.0</PackageLicenseUrl>
+    <PackageIconUrl>https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png</PackageIconUrl>
+  </PropertyGroup>
+
   <PropertyGroup>
     <TargetFramework>netstandard1.3</TargetFramework>
     <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
     <SignAssembly>True</SignAssembly>
     <AssemblyOriginatorKeyFile>Tizen.Uix.VoiceControl.snk</AssemblyOriginatorKeyFile>
     <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
-    <GenerateReferenceAssembly>True</GenerateReferenceAssembly>
   </PropertyGroup>
+
   <ItemGroup>
     <PackageReference Include="Tizen" Version="1.0.5" />
   </ItemGroup>
+
 </Project>
diff --git a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.nuspec b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.nuspec
deleted file mode 100755 (executable)
index 075bbe2..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0"?>
-<package>
-  <metadata>
-    <id>Tizen.Uix.VoiceControl</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>VoiceControl API for Tizen.Net</description>
-    <dependencies>
-      <dependency id="Tizen" version="1.0.3" />
-    </dependencies>
-  </metadata>
-</package>
diff --git a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.sln b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.sln
new file mode 100644 (file)
index 0000000..9d3eef1
--- /dev/null
@@ -0,0 +1,22 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.26430.12
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Tizen.Uix.VoiceControl", "Tizen.Uix.VoiceControl.csproj", "{6DF81E8E-50B2-4604-A973-4A0F222FC584}"
+EndProject
+Global
+       GlobalSection(SolutionConfigurationPlatforms) = preSolution
+               Debug|Any CPU = Debug|Any CPU
+               Release|Any CPU = Release|Any CPU
+       EndGlobalSection
+       GlobalSection(ProjectConfigurationPlatforms) = postSolution
+               {6DF81E8E-50B2-4604-A973-4A0F222FC584}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+               {6DF81E8E-50B2-4604-A973-4A0F222FC584}.Debug|Any CPU.Build.0 = Debug|Any CPU
+               {6DF81E8E-50B2-4604-A973-4A0F222FC584}.Release|Any CPU.ActiveCfg = Release|Any CPU
+               {6DF81E8E-50B2-4604-A973-4A0F222FC584}.Release|Any CPU.Build.0 = Release|Any CPU
+       EndGlobalSection
+       GlobalSection(SolutionProperties) = preSolution
+               HideSolutionNode = FALSE
+       EndGlobalSection
+EndGlobal
index 03c062e..c9e9607 100755 (executable)
@@ -30,7 +30,7 @@ cp %{SOURCE1} .
 %build
 for ASM in %{Assemblies}; do
 %dotnet_build $ASM
-%dotnet_pack $ASM/$ASM.nuspec %{version}
+%dotnet_pack $ASM
 done
 
 %install