From dde0ed7ae3dfc493e6206d90a602a95663eec0cf Mon Sep 17 00:00:00 2001 From: WonYoung Choi Date: Thu, 8 Jun 2017 09:46:46 +0900 Subject: [PATCH] Merge packaging information to csproj Change-Id: I5d37055406e60a10830f31d018894c4dabb55d30 Signed-off-by: WonYoung Choi --- .gitignore | 7 +++++++ packaging/csapi-storage.spec | 4 ++-- .../Tizen.System.Storage.csproj | 15 ++++++++++++--- .../Tizen.System.Storage.nuspec | 17 ----------------- src/Tizen.System.Storage/Tizen.System.Storage.sln | 22 ++++++++++++++++++++++ 5 files changed, 43 insertions(+), 22 deletions(-) create mode 100644 .gitignore delete mode 100644 src/Tizen.System.Storage/Tizen.System.Storage.nuspec create mode 100644 src/Tizen.System.Storage/Tizen.System.Storage.sln diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..46619d5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +bin/ +obj/ +*.exe +*.dll +*.csproj.user +*.lock.json +.vs/ diff --git a/packaging/csapi-storage.spec b/packaging/csapi-storage.spec index d403c7b..a4505ba 100644 --- a/packaging/csapi-storage.spec +++ b/packaging/csapi-storage.spec @@ -1,6 +1,6 @@ Name: csapi-storage Summary: Tizen Storage API for C# -Version: 1.0.2 +Version: 1.0.3 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.System.Storage/Tizen.System.Storage.csproj b/src/Tizen.System.Storage/Tizen.System.Storage.csproj index 9fae00b..f063c0c 100644 --- a/src/Tizen.System.Storage/Tizen.System.Storage.csproj +++ b/src/Tizen.System.Storage/Tizen.System.Storage.csproj @@ -1,4 +1,14 @@ - + + + + 1.0.3 + Samsung Electronics + © Samsung Electronics Co., Ltd All Rights Reserved + Provide classes for Storage API + 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 @@ -6,11 +16,10 @@ True Tizen.System.Storage.snk true - True - + diff --git a/src/Tizen.System.Storage/Tizen.System.Storage.nuspec b/src/Tizen.System.Storage/Tizen.System.Storage.nuspec deleted file mode 100644 index db6718d..0000000 --- a/src/Tizen.System.Storage/Tizen.System.Storage.nuspec +++ /dev/null @@ -1,17 +0,0 @@ - - - - Tizen.System.Storage - $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 - Provide classes for Storage API - - - - - diff --git a/src/Tizen.System.Storage/Tizen.System.Storage.sln b/src/Tizen.System.Storage/Tizen.System.Storage.sln new file mode 100644 index 0000000..37364ba --- /dev/null +++ b/src/Tizen.System.Storage/Tizen.System.Storage.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.System.Storage", "Tizen.System.Storage.csproj", "{87D9CAE4-A6D5-460B-930A-216329E3C783}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {87D9CAE4-A6D5-460B-930A-216329E3C783}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {87D9CAE4-A6D5-460B-930A-216329E3C783}.Debug|Any CPU.Build.0 = Debug|Any CPU + {87D9CAE4-A6D5-460B-930A-216329E3C783}.Release|Any CPU.ActiveCfg = Release|Any CPU + {87D9CAE4-A6D5-460B-930A-216329E3C783}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal -- 2.7.4