Migration to Visual Studio 2017
authorKyeonghun Lee <kh9090.lee@samsung.com>
Mon, 22 May 2017 07:27:51 +0000 (16:27 +0900)
committerKyeonghun Lee <kh9090.lee@samsung.com>
Mon, 22 May 2017 07:27:51 +0000 (16:27 +0900)
Change-Id: Ie781b26b766f301c4304a0d94e70455499a4cc16
Signed-off-by: Kyeonghun Lee <kh9090.lee@samsung.com>
src/Tizen.Messaging/Properties/AssemblyInfo.cs [deleted file]
src/Tizen.Messaging/Tizen.Messaging.csproj
src/Tizen.Messaging/Tizen.Messaging.nuspec
src/Tizen.Messaging/Tizen.Messaging.project.json [deleted file]

diff --git a/src/Tizen.Messaging/Properties/AssemblyInfo.cs b/src/Tizen.Messaging/Properties/AssemblyInfo.cs
deleted file mode 100755 (executable)
index e5d98c4..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.Messaging")]
-[assembly: AssemblyDescription("")]
-[assembly: AssemblyConfiguration("")]
-[assembly: AssemblyCompany("Samsung Electronics")]
-[assembly: AssemblyProduct("Tizen.Messaging")]
-[assembly: AssemblyCopyright("Copyright (c) 2016 Samsung Electronics Co., Ltd")]
-[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("1f097c95-dedf-47f2-bc90-eef737fee686")]
-
-// 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 338e60c..73bb584 100755 (executable)
-<?xml version="1.0" encoding="utf-8"?>\r
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-  <PropertyGroup>\r
-    <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>\r
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
-    <ProductVersion>8.0.30703</ProductVersion>\r
-    <SchemaVersion>2.0</SchemaVersion>\r
-    <ProjectGuid>{1F097C95-DEDF-47F2-BC90-EEF737FEE686}</ProjectGuid>\r
-    <OutputType>Library</OutputType>\r
-    <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>Tizen.Messaging</RootNamespace>\r
-    <AssemblyName>Tizen.Messaging</AssemblyName>\r
-    <FileAlignment>512</FileAlignment>\r
-    <DefaultLanguage>en-US</DefaultLanguage>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>\r
-    <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>\r
-    <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>\r
-    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
-    <NoStdLib>true</NoStdLib>\r
-    <NoWarn>$(NoWarn);1701</NoWarn>\r
-    <UseVSHostingProcess>false</UseVSHostingProcess>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>full</DebugType>\r
-    <Optimize>false</Optimize>\r
-    <OutputPath>bin\Debug\</OutputPath>\r
-    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <DebugType>pdbonly</DebugType>\r
-    <Optimize>true</Optimize>\r
-    <OutputPath>bin\Release\</OutputPath>\r
-    <DefineConstants>TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <SignAssembly>true</SignAssembly>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <AssemblyOriginatorKeyFile>Tizen.Messaging.snk</AssemblyOriginatorKeyFile>\r
-  </PropertyGroup>\r
-  <ItemGroup>\r
-    <None Include="Tizen.Messaging.project.json" />\r
-    <None Include="Tizen.Messaging.snk" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <Compile Include="Interop\Interop.Email.cs" />\r
-    <Compile Include="Interop\Interop.Libraries.cs" />\r
-    <Compile Include="Interop\Interop.Messages.cs" />\r
-    <Compile Include="Properties\AssemblyInfo.cs" />\r
-    <Compile Include="Tizen.Messaging.Email\EmailSender.cs" />\r
-    <Compile Include="Tizen.Messaging.Email\EmailMessage.cs" />\r
-    <Compile Include="Tizen.Messaging.Email\EmailAttachment.cs" />\r
-    <Compile Include="Tizen.Messaging.Email\EmailEnumerations.cs" />\r
-    <Compile Include="Tizen.Messaging.Email\EmailErrorFactory.cs" />\r
-    <Compile Include="Tizen.Messaging.Email\EmailRecipient.cs" />\r
-    <Compile Include="Tizen.Messaging.Email\NamespaceDoc.cs" />\r
-    <Compile Include="Tizen.Messaging.Messages\MessageReceivedEventArgs.cs" />\r
-    <Compile Include="Tizen.Messaging.Messages\MessagesAddress.cs" />\r
-    <Compile Include="Tizen.Messaging.Messages\MessagesAttachment.cs" />\r
-    <Compile Include="Tizen.Messaging.Messages\CBMessage.cs" />\r
-    <Compile Include="Tizen.Messaging.Messages\MessagesErrorFactory.cs" />\r
-    <Compile Include="Tizen.Messaging.Messages\MessagesEvent.cs" />\r
-    <Compile Include="Tizen.Messaging.Messages\MessagesManager.cs" />\r
-    <Compile Include="Tizen.Messaging.Messages\MessagesManagerImpl.cs" />\r
-    <Compile Include="Tizen.Messaging.Messages\MessagesEnumerations.cs" />\r
-    <Compile Include="Tizen.Messaging.Messages\Message.cs" />\r
-    <Compile Include="Tizen.Messaging.Messages\MmsMessage.cs" />\r
-    <Compile Include="Tizen.Messaging.Messages\NamespaceDoc.cs" />\r
-    <Compile Include="Tizen.Messaging.Messages\PushMessage.cs" />\r
-    <Compile Include="Tizen.Messaging.Messages\MessagesSearchFilter.cs" />\r
-    <Compile Include="Tizen.Messaging.Messages\SmsMessage.cs" />\r
-  </ItemGroup>\r
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
-  <!-- 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>
-       -->\r
-  <PropertyGroup>\r
-    <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
-                        https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
-               -->\r
-    <!-- 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).
-               -->\r
-    <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>\r
-    <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>\r
-    <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>\r
-  </PropertyGroup>\r
-</Project>
\ No newline at end of file
+<Project Sdk="Microsoft.NET.Sdk">
+  <PropertyGroup>
+    <TargetFramework>netstandard1.3</TargetFramework>
+    <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
+    <SignAssembly>True</SignAssembly>
+    <AssemblyOriginatorKeyFile>Tizen.Messaging.snk</AssemblyOriginatorKeyFile>
+    <PublicSign Condition="'$(OS)' != 'Windows_NT'">true</PublicSign>
+    <GenerateReferenceAssembly>True</GenerateReferenceAssembly>
+  </PropertyGroup>
+  <ItemGroup>
+    <PackageReference Include="Tizen" Version="1.0.3" />
+  </ItemGroup>
+</Project>
+
index ec17c57..4791d2b 100644 (file)
@@ -15,7 +15,4 @@
       <dependency id="Tizen.System.Information" version="1.0.3" />
     </dependencies>
   </metadata>
-  <files>
-    <file src="bin/$Configuration$/Tizen.Messaging.dll" target="lib/netstandard1.3" />
-  </files>
 </package>
diff --git a/src/Tizen.Messaging/Tizen.Messaging.project.json b/src/Tizen.Messaging/Tizen.Messaging.project.json
deleted file mode 100755 (executable)
index c11bf8b..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-{\r
-  "dependencies": {\r
-    "NETStandard.Library": "1.6.0",\r
-    "Tizen": "1.0.3",\r
-    "Tizen.System.Information": "1.0.3"\r
-  },\r
-  "frameworks": {\r
-    "netstandard1.3": {}\r
-  }\r
-}
\ No newline at end of file