From: WonYoung Choi Date: Thu, 8 Jun 2017 00:19:53 +0000 (+0900) Subject: Merge packaging information to csproj X-Git-Tag: submit/trunk/20170823.075128~115^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85b4d13d87fffa2f58c9b763e60dc90447b60d46;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git Merge packaging information to csproj Change-Id: I27f70a0003d6dae4b5ac4378a8b5c2ee298476bc Signed-off-by: WonYoung Choi --- 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-contacts-service.spec b/packaging/csapi-contacts-service.spec index a863eb9..ceb583b 100755 --- a/packaging/csapi-contacts-service.spec +++ b/packaging/csapi-contacts-service.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 diff --git a/src/Tizen.Pims.Contacts/Properties/AssemblyInfo.cs b/src/Tizen.Pims.Contacts/Properties/AssemblyInfo.cs deleted file mode 100755 index 288b803..0000000 --- a/src/Tizen.Pims.Contacts/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,36 +0,0 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; - -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("Tizen.Pims.Contacts")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Tizen.Pims.Contacts")] -[assembly: AssemblyCopyright("Copyright © 2016")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] - -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] - -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("4096f513-b77a-4319-9406-caf715e01561")] - -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts.csproj b/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts.csproj index a99da93..ff51c60 100644 --- a/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts.csproj +++ b/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts.csproj @@ -1,101 +1,21 @@ - - - - 14.0 - Debug - AnyCPU - 8.0.30703 - 2.0 - {4096F513-B77A-4319-9406-CAF715E01561} - Library - Properties - Tizen.Pims.Contacts - Tizen.Pims.Contacts - 512 - en-US - - - .NETStandard - v1.3 - .NETStandard,Version=v1.3 - false - true - $(NoWarn);1701 - false - - - true - full - false - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - - - - - - - \ No newline at end of file + + + + 1.0.0 + Samsung Electronics + © Samsung Electronics Co., Ltd All Rights Reserved + Contacts Service 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.6 + + + + + + + diff --git a/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts.nuspec b/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts.nuspec deleted file mode 100755 index ca9f811..0000000 --- a/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts.nuspec +++ /dev/null @@ -1,12 +0,0 @@ - - - - Tizen.Pims.Contacts - $version$ - Tizen Developers - Contacts Service API for Tizen.Net - - - - - diff --git a/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts.project.json b/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts.project.json deleted file mode 100755 index 2f40bac..0000000 --- a/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts.project.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0", - "Tizen": "1.0.2" - }, - "frameworks": { - "netstandard1.3": {} - } -} \ No newline at end of file diff --git a/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts.sln b/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts.sln old mode 100755 new mode 100644 index aabfd07..5019e53 --- a/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts.sln +++ b/src/Tizen.Pims.Contacts/Tizen.Pims.Contacts.sln @@ -1,22 +1,22 @@ - -Microsoft Visual Studio Solution File, Format Version 12.00 -# Visual Studio 14 -VisualStudioVersion = 14.0.25420.1 -MinimumVisualStudioVersion = 10.0.40219.1 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tizen.Pims.Contacts", "Tizen.Pims.Contacts.csproj", "{4096F513-B77A-4319-9406-CAF715E01561}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Any CPU = Debug|Any CPU - Release|Any CPU = Release|Any CPU - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {4096F513-B77A-4319-9406-CAF715E01561}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {4096F513-B77A-4319-9406-CAF715E01561}.Debug|Any CPU.Build.0 = Debug|Any CPU - {4096F513-B77A-4319-9406-CAF715E01561}.Release|Any CPU.ActiveCfg = Release|Any CPU - {4096F513-B77A-4319-9406-CAF715E01561}.Release|Any CPU.Build.0 = Release|Any CPU - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal + +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.Pims.Contacts", "Tizen.Pims.Contacts.csproj", "{FCF45377-F8FA-4556-B2F8-ABB676816033}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {FCF45377-F8FA-4556-B2F8-ABB676816033}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {FCF45377-F8FA-4556-B2F8-ABB676816033}.Debug|Any CPU.Build.0 = Debug|Any CPU + {FCF45377-F8FA-4556-B2F8-ABB676816033}.Release|Any CPU.ActiveCfg = Release|Any CPU + {FCF45377-F8FA-4556-B2F8-ABB676816033}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal