From e8c33d07014acba68eb9d998d1c5196d00b4ee99 Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Thu, 8 Jun 2017 09:48:46 +0900 Subject: [PATCH] Merge packaging information to csproj Change-Id: I92667a8dd2216d74496fcdbb021d6712f960bb92 Signed-off-by: WonYoung Choi --- packaging/csapi-trace.spec | 4 ++-- src/Tizen.Tracer/Tizen.Tracer.csproj | 12 +++++++++++- src/Tizen.Tracer/Tizen.Tracer.nuspec | 20 -------------------- src/Tizen.Tracer/Tizen.Tracer.sln | 22 ++++++++++++++++++++++ 4 files changed, 35 insertions(+), 23 deletions(-) delete mode 100644 src/Tizen.Tracer/Tizen.Tracer.nuspec create mode 100644 src/Tizen.Tracer/Tizen.Tracer.sln diff --git a/packaging/csapi-trace.spec b/packaging/csapi-trace.spec index 583946b78..8cdc6bc67 100644 --- a/packaging/csapi-trace.spec +++ b/packaging/csapi-trace.spec @@ -1,6 +1,6 @@ Name: csapi-trace Summary: Tizen Tracer API for C# -Version: 1.0.4 +Version: 1.0.5 Release: 1 Group: Development/Libraries License: Apache-2.0 @@ -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 diff --git a/src/Tizen.Tracer/Tizen.Tracer.csproj b/src/Tizen.Tracer/Tizen.Tracer.csproj index d6bb06599..90c071fbd 100644 --- a/src/Tizen.Tracer/Tizen.Tracer.csproj +++ b/src/Tizen.Tracer/Tizen.Tracer.csproj @@ -1,4 +1,14 @@ - + + + + 1.0.5 + Samsung Electronics + © Samsung Electronics Co., Ltd All Rights Reserved + Provides the colllection of event tracing APIs that are used for runtime behavior analysis in 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 diff --git a/src/Tizen.Tracer/Tizen.Tracer.nuspec b/src/Tizen.Tracer/Tizen.Tracer.nuspec deleted file mode 100644 index 9cc579135..000000000 --- a/src/Tizen.Tracer/Tizen.Tracer.nuspec +++ /dev/null @@ -1,20 +0,0 @@ - - - - Tizen.Tracer - $version$ - Samsung Electronics - false - http://www.apache.org/licenses/LICENSE-2.0 - http://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 - Provides the colllection of event tracing APIs that are used for runtime behavior analysis in Tizen .Net - - - - - - - - diff --git a/src/Tizen.Tracer/Tizen.Tracer.sln b/src/Tizen.Tracer/Tizen.Tracer.sln new file mode 100644 index 000000000..f2887083e --- /dev/null +++ b/src/Tizen.Tracer/Tizen.Tracer.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.Tracer", "Tizen.Tracer.csproj", "{8E21D4B1-C131-495C-B92A-FCCA59E17278}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {8E21D4B1-C131-495C-B92A-FCCA59E17278}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {8E21D4B1-C131-495C-B92A-FCCA59E17278}.Debug|Any CPU.Build.0 = Debug|Any CPU + {8E21D4B1-C131-495C-B92A-FCCA59E17278}.Release|Any CPU.ActiveCfg = Release|Any CPU + {8E21D4B1-C131-495C-B92A-FCCA59E17278}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal -- 2.34.1