Remove Net45
authorChangjoon Baek <joon.c.baek@samsung.com>
Mon, 6 Mar 2017 08:08:43 +0000 (17:08 +0900)
committerChangjoon Baek <joon.c.baek@samsung.com>
Mon, 6 Mar 2017 08:14:52 +0000 (17:14 +0900)
Change-Id: I86aabac0ad4f890b85df720f88f6d6771f937f2c
Signed-off-by: Changjoon Baek <joon.c.baek@samsung.com>
packaging/csapi-trace.spec
src/Tizen.Tracer/Tizen.Tracer.Net45.csproj [deleted file]
src/Tizen.Tracer/Tizen.Tracer.Net45.project.json [deleted file]
src/Tizen.Tracer/Tizen.Tracer.nuspec

index b026eab..583946b 100644 (file)
@@ -1,6 +1,6 @@
 Name:       csapi-trace
 Summary:    Tizen Tracer API for C#
-Version:    1.0.3
+Version:    1.0.4
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0
diff --git a/src/Tizen.Tracer/Tizen.Tracer.Net45.csproj b/src/Tizen.Tracer/Tizen.Tracer.Net45.csproj
deleted file mode 100755 (executable)
index bc7a6e8..0000000
+++ /dev/null
@@ -1,69 +0,0 @@
-<?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>{D6ED1942-9F12-4F29-BB73-60E90B2DC612}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <RootNamespace>Tizen</RootNamespace>
-    <AssemblyName>Tizen.Tracer</AssemblyName>
-    <FileAlignment>512</FileAlignment>
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
-    <DebugSymbols>true</DebugSymbols>
-    <DebugType>full</DebugType>
-    <Optimize>false</Optimize>
-    <OutputPath>bin\Debug\Net45\</OutputPath>
-    <DefineConstants>DEBUG;TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-    <ConsolePause>false</ConsolePause>
-    <Prefer32Bit>false</Prefer32Bit>
-  </PropertyGroup>
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
-    <DebugType>pdbonly</DebugType>
-    <Optimize>true</Optimize>
-    <OutputPath>bin\Release\Net45\</OutputPath>
-    <DefineConstants>TRACE</DefineConstants>
-    <ErrorReport>prompt</ErrorReport>
-    <WarningLevel>4</WarningLevel>
-    <ConsolePause>false</ConsolePause>
-    <Prefer32Bit>false</Prefer32Bit>
-  </PropertyGroup>
-  <PropertyGroup>
-    <SignAssembly>true</SignAssembly>
-  </PropertyGroup>
-  <PropertyGroup>
-    <AssemblyOriginatorKeyFile>Tizen.Tracer.snk</AssemblyOriginatorKeyFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="System.Core" />
-    <Reference Include="System.Xml.Linq" />
-    <Reference Include="System.Data.DataSetExtensions" />
-    <Reference Include="Microsoft.CSharp" />
-    <Reference Include="System.Data" />
-    <Reference Include="System.Net.Http" />
-    <Reference Include="System.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Interop\Interop.Libraries.cs" />
-    <Compile Include="Tizen\Tracer.cs" />
-    <Compile Include="Interop\Interop.Tracer.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="Tizen.Tracer.nuspec" />
-    <None Include="Tizen.Tracer.Net45.project.json" />
-    <None Include="Tizen.Tracer.snk" />
-  </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>
-  -->
-</Project>
diff --git a/src/Tizen.Tracer/Tizen.Tracer.Net45.project.json b/src/Tizen.Tracer/Tizen.Tracer.Net45.project.json
deleted file mode 100644 (file)
index ab1a0ee..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-  "dependencies": {
-    "Tizen": "1.0.1"
-  },
-  "frameworks": {
-    "net45": {}
-  },
-  "runtimes": {
-    "win": {}
-  }
-}
index 1138f41..3a82845 100644 (file)
@@ -16,6 +16,5 @@
        </metadata>
   <files>
     <file src="bin/$Configuration$/Tizen.Tracer.dll" target="lib/netstandard1.3" />
-    <file src="bin/$Configuration$/Net45/Tizen.Tracer.dll" target="lib/net45" />
   </files>
 </package>