From: WonYoung Choi Date: Thu, 8 Jun 2017 00:50:49 +0000 (+0900) Subject: Merge packaging information to csproj X-Git-Tag: submit/tizen/20170612.065059 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Ftags%2Fsubmit%2Ftizen%2F20170612.065059;p=platform%2Fcore%2Fcsapi%2Fuix-voice-control.git Merge packaging information to csproj Change-Id: I06ff7032823aaa92a9e84c392562f8fbed85948a Signed-off-by: WonYoung Choi --- diff --git a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.csproj b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.csproj old mode 100755 new mode 100644 index 85f46b6..d291dcb --- a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.csproj +++ b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.csproj @@ -1,16 +1,25 @@ - - + + + + 1.0.5 + Samsung Electronics + © Samsung Electronics Co., Ltd All Rights Reserved + VoiceControl API for Tizen .NET + https://www.tizen.org/ + https://www.apache.org/licenses/LICENSE-2.0 + https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png + + netstandard1.3 True True Tizen.Uix.VoiceControl.snk true - True - + - + diff --git a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.nuspec b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.nuspec deleted file mode 100755 index 075bbe2..0000000 --- a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.nuspec +++ /dev/null @@ -1,17 +0,0 @@ - - - - Tizen.Uix.VoiceControl - $version$ - Samsung Electronics - false - https://www.apache.org/licenses/LICENSE-2.0 - https://www.tizen.org/ - https://developer.tizen.org/sites/default/files/images/tizen-pinwheel-on-light-rgb_64_64.png - © Samsung Electronics Co., Ltd All Rights Reserved - VoiceControl API for Tizen.Net - - - - - diff --git a/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.sln b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.sln new file mode 100644 index 0000000..9d3eef1 --- /dev/null +++ b/Tizen.Uix.VoiceControl/Tizen.Uix.VoiceControl.sln @@ -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 diff --git a/packaging/csapi-uix-voicecontrol.spec b/packaging/csapi-uix-voicecontrol.spec index 03c062e..c9e9607 100755 --- a/packaging/csapi-uix-voicecontrol.spec +++ b/packaging/csapi-uix-voicecontrol.spec @@ -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