From 373d5423d652b37a0c134c0ad3b8e6a1115f5a5f Mon Sep 17 00:00:00 2001 From: Jiung Yu Date: Mon, 29 May 2017 14:55:41 +0900 Subject: [PATCH] Migration to visual studio 2017 Description: Replace .csproj file with new format Remove existing unnecessary files Fix .nuspec file Change-Id: I7e2534aa3f638e48784308ca8d08b3d14109720f Signed-off-by: Yu jiung --- Tizen.Content.Download/Properties/AssemblyInfo.cs | 52 ------------ .../Tizen.Content.Download.csproj | 95 ++++------------------ .../Tizen.Content.Download.nuspec | 3 - .../Tizen.Content.Download.project.json | 9 -- 4 files changed, 16 insertions(+), 143 deletions(-) delete mode 100755 Tizen.Content.Download/Properties/AssemblyInfo.cs delete mode 100644 Tizen.Content.Download/Tizen.Content.Download.project.json diff --git a/Tizen.Content.Download/Properties/AssemblyInfo.cs b/Tizen.Content.Download/Properties/AssemblyInfo.cs deleted file mode 100755 index 1ad1412..0000000 --- a/Tizen.Content.Download/Properties/AssemblyInfo.cs +++ /dev/null @@ -1,52 +0,0 @@ -/* -* Copyright (c) 2016 Samsung Electronics Co., Ltd All Rights Reserved -* -* Licensed under the Apache License, Version 2.0 (the License); -* you may not use this file except in compliance with the License. -* You may obtain a copy of the License at -* -* http://www.apache.org/licenses/LICENSE-2.0 -* -* Unless required by applicable law or agreed to in writing, software -* distributed under the License is distributed on an AS IS BASIS, -* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -* See the License for the specific language governing permissions and -* limitations under the License. -*/ - -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.Content.Download")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("")] -[assembly: AssemblyProduct("Tizen.Content.Download")] -[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("5df9cb6c-6def-4472-883c-573cb0b4d61d")] - -// 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/Tizen.Content.Download/Tizen.Content.Download.csproj b/Tizen.Content.Download/Tizen.Content.Download.csproj index 1530d9c..17d861b 100644 --- a/Tizen.Content.Download/Tizen.Content.Download.csproj +++ b/Tizen.Content.Download/Tizen.Content.Download.csproj @@ -1,79 +1,16 @@ - - - - Debug - AnyCPU - {7F7C271D-B195-4186-9B0C-CCEE8B5F561E} - Library - Properties - Tizen.Content.Download - Tizen.Content.Download - 512 - - - .NETStandard - v1.3 - .NETStandard,Version=v1.3 - false - true - $(NoWarn);1701;1702 - - - true - full - true - bin\Debug\ - DEBUG;TRACE - prompt - 4 - - - pdbonly - true - bin\Release\ - TRACE - prompt - 4 - - - true - - - Tizen.Content.Download.snk - - - - - - - - - - - - - - - - - - - - - - <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory) - <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory) - true - - \ No newline at end of file + + + + netstandard1.3 + True + True + Tizen.Content.Download.snk + true + True + + + + + + + diff --git a/Tizen.Content.Download/Tizen.Content.Download.nuspec b/Tizen.Content.Download/Tizen.Content.Download.nuspec index 0ed287d..82b14cf 100755 --- a/Tizen.Content.Download/Tizen.Content.Download.nuspec +++ b/Tizen.Content.Download/Tizen.Content.Download.nuspec @@ -14,7 +14,4 @@ - - - diff --git a/Tizen.Content.Download/Tizen.Content.Download.project.json b/Tizen.Content.Download/Tizen.Content.Download.project.json deleted file mode 100644 index 8814c19..0000000 --- a/Tizen.Content.Download/Tizen.Content.Download.project.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "dependencies": { - "NETStandard.Library": "1.6.0", - "Tizen.Applications.Common": "1.5.6", - }, - "frameworks": { - "netstandard1.3": {} - } -} -- 2.7.4