fixed for Visual Studio 2017 38/129738/1
authorjomui <jongmun.woo@samsung.com>
Thu, 18 May 2017 03:28:10 +0000 (12:28 +0900)
committerjomui <jongmun.woo@samsung.com>
Thu, 18 May 2017 03:28:23 +0000 (12:28 +0900)
Signed-off-by: jomui <jongmun.woo@samsung.com>
Change-Id: I55ff2a65c24658237f907bc5a9cbc920ed90e0d6

Tizen.Location/Properties/AssemblyInfo.cs [deleted file]
Tizen.Location/Tizen.Location.csproj
Tizen.Location/Tizen.Location.nuspec
Tizen.Location/Tizen.Location.project.json [deleted file]
packaging/csapi-location.spec

diff --git a/Tizen.Location/Properties/AssemblyInfo.cs b/Tizen.Location/Properties/AssemblyInfo.cs
deleted file mode 100644 (file)
index 11d3b14..0000000
+++ /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.Location")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Samsung India Software Operations")]
-[assembly: AssemblyProduct("Tizen.Location")]
-[assembly: AssemblyCopyright("Copyright © Samsung India Software Operations 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("e4841028-010d-4a77-85fe-5bb1beb04404")]
-
-// 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")]
index fa991c9..a9b009a 100644 (file)
@@ -1,86 +1,13 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{EADC6F38-9C99-4294-8F65-63D0E73012E8}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Tizen.Location</RootNamespace>
-    <AssemblyName>Tizen.Location</AssemblyName>
-    <FileAlignment>512</FileAlignment>
-  </PropertyGroup>
-  <PropertyGroup>
-    <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
-    <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>
-    <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
-    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
-    <NoStdLib>true</NoStdLib>
-    <NoWarn>$(NoWarn);1701;1702</NoWarn>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-  </PropertyGroup>
-  <PropertyGroup>
-    <SignAssembly>true</SignAssembly>
-  </PropertyGroup>
+<Project Sdk="Microsoft.NET.Sdk">
   <PropertyGroup>
+    <TargetFramework>netstandard1.3</TargetFramework>
+    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <SignAssembly>True</SignAssembly>
     <AssemblyOriginatorKeyFile>Tizen.Location.snk</AssemblyOriginatorKeyFile>
+    <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
+    <GenerateReferenceAssembly>True</GenerateReferenceAssembly>
   </PropertyGroup>
   <ItemGroup>
-    <Compile Include="Tizen.Location\GpsSatellite.cs" />
-    <Compile Include="Interop\Interop.Libraries.cs" />
-    <Compile Include="Interop\Interop.Location.cs" />
-    <Compile Include="Tizen.Location\Location.cs" />
-    <Compile Include="Tizen.Location\LocationBoundary.cs" />
-    <Compile Include="Tizen.Location\LocationChangedEventArgs.cs" />
-    <Compile Include="Tizen.Location\LocationError.cs" />
-    <Compile Include="Tizen.Location\Locator.cs" />
-    <Compile Include="Tizen.Location\LocatorEnumerations.cs" />
-    <Compile Include="Tizen.Location\LocatorHelper.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Tizen.Location\SatelliteStatusChangedEventArgs.cs" />
-    <Compile Include="Tizen.Location\ServiceStateChangedEventArgs.cs" />
-    <Compile Include="Tizen.Location\SettingChangedEventArgs.cs" />
-    <Compile Include="Tizen.Location\ZoneChangedEventArgs.cs" />
-  </ItemGroup>
-  <ItemGroup>
-       <None Include="Tizen.Location.nuspec" />
-       <None Include="Tizen.Location.project.json" />
-    <None Include="Tizen.Location.snk" />
+    <PackageReference Include="Tizen" Version="1.0.5" />
   </ItemGroup>
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
-       Other similar extension points exist, see Microsoft.Common.targets.
-  <Target Name="BeforeBuild">
-  </Target>
-  <Target Name="AfterBuild">
-  </Target>
-  -->
-  <PropertyGroup>
-    <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
-       https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
-    -->
-    <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
-       properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
-       to prevent it from outputting a warning (MSB3644).
-    -->
-    <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
-    <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
-    <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
-  </PropertyGroup>
-</Project>
\ No newline at end of file
+</Project>
index 8ca5e51..8061946 100755 (executable)
     <copyright>© Samsung Electronics Co., Ltd All Rights Reserved</copyright>
     <description>Provides the Location API for Tizen.Net</description>
     <dependencies>
-      <dependency id="Tizen" version="1.0.2" />
+      <dependency id="Tizen" version="1.0.5" />
     </dependencies>
     </metadata>
-  <files>
-    <file src="bin/$Configuration$/Tizen.Location.dll" target="lib/netstandard1.3" />
-  </files>
 </package>
diff --git a/Tizen.Location/Tizen.Location.project.json b/Tizen.Location/Tizen.Location.project.json
deleted file mode 100755 (executable)
index dacd88f..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
-{\r
-  "dependencies": {\r
-    "NETStandard.Library": "1.6.1",\r
-    "Tizen": "1.0.2"\r
-  },\r
-  "frameworks": {\r
-    "netstandard1.3": {}\r
-  }\r
-}\r
index c4e6aad..705d3cd 100755 (executable)
@@ -1,6 +1,6 @@
 Name:       csapi-location
 Summary:    Tizen Location API for C#
-Version:    1.0.7
+Version:    1.0.8
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0 and SAMSUNG