Remove net45 79/117479/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen/common/20170309.174819 accepted/tizen/ivi/20170309.071957 accepted/tizen/mobile/20170309.071740 accepted/tizen/unified/20170309.120718 accepted/tizen/unified/20170310.075714 submit/tizen/20170306.065826 submit/tizen_unified/20170308.100503 submit/tizen_unified/20170310.011401
authorkj7.sung <kj7.sung@samsung.com>
Mon, 6 Mar 2017 07:36:15 +0000 (16:36 +0900)
committerkj7.sung <kj7.sung@samsung.com>
Mon, 6 Mar 2017 07:36:15 +0000 (16:36 +0900)
Change-Id: I47bc71482cc947ea5cee21be77829d7ee5cdbdc6
Signed-off-by: kj7.sung <kj7.sung@samsung.com>
Tizen.Location.Geofence/Tizen.Location.Geofence.Net45.csproj [deleted file]
Tizen.Location.Geofence/Tizen.Location.Geofence.Net45.project.json [deleted file]
Tizen.Location.Geofence/Tizen.Location.Geofence.nuspec
packaging/csapi-geofence.spec

diff --git a/Tizen.Location.Geofence/Tizen.Location.Geofence.Net45.csproj b/Tizen.Location.Geofence/Tizen.Location.Geofence.Net45.csproj
deleted file mode 100644 (file)
index 65b59c1..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">
-  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
-  <PropertyGroup>
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
-    <ProjectGuid>{47F9D980-5C53-495D-973A-E996ECDBE744}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Tizen.Location</RootNamespace>
-    <AssemblyName>Tizen.Location.Geofence</AssemblyName>
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
-    <FileAlignment>512</FileAlignment>
-  </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>
-  </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>
-  </PropertyGroup>
-  <PropertyGroup>
-    <SignAssembly>true</SignAssembly>
-  </PropertyGroup>
-  <PropertyGroup>
-    <AssemblyOriginatorKeyFile>Tizen.Location.Geofence.snk</AssemblyOriginatorKeyFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="Microsoft.CSharp" />
-    <Reference Include="Tizen">
-      <HintPath>..\..\..\..\system\tct-system-device-tizen-tests\lib\Tizen.dll</HintPath>
-    </Reference>
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Interop\Interop.Libraries.cs" />
-    <Compile Include="Interop\Interop.Location.cs" />
-    <Compile Include="Tizen.Location.Geofence\GeofenceErrorFactory.cs" />
-    <Compile Include="Tizen.Location.Geofence\GeofenceEnum.cs" />
-    <Compile Include="Tizen.Location.Geofence\GeofenceEventArgs.cs" />
-    <Compile Include="Tizen.Location.Geofence\FenceData.cs" />
-    <Compile Include="Tizen.Location.Geofence\VirtualPerimeter.cs" />
-    <Compile Include="Tizen.Location.Geofence\GeofenceManager.cs" />
-    <Compile Include="Tizen.Location.Geofence\FenceStatus.cs" />
-    <Compile Include="Tizen.Location.Geofence\Fence.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="Tizen.Location.Geofence.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/Tizen.Location.Geofence/Tizen.Location.Geofence.Net45.project.json b/Tizen.Location.Geofence/Tizen.Location.Geofence.Net45.project.json
deleted file mode 100644 (file)
index 5787764..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-  "dependencies": {
-    "Tizen": "1.0.0"
-  },
-  "frameworks": {
-    "net45": {}
-  },
-  "runtimes": {
-    "win": {}
-  }
-}
index d830389..6fbf02b 100644 (file)
@@ -16,6 +16,5 @@
   </metadata>
    <files>
     <file src="bin/$Configuration$/Tizen.Location.Geofence.dll" target="lib/netstandard1.3" />
-    <file src="bin/$Configuration$/Net45/Tizen.Location.Geofence.dll" target="lib/net45" />
    </files>
 </package>
index 602b5bb..e11797e 100755 (executable)
@@ -8,7 +8,7 @@
 
 Name:       csapi-geofence
 Summary:    Tizen location geofence API for C#
-Version:    1.0.1
+Version:    1.0.2
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0