Delete "Net45" configuration and files. 42/118042/1 accepted/tizen/common/20170309.174848 accepted/tizen/ivi/20170309.072012 accepted/tizen/mobile/20170309.071808 accepted/tizen/tv/20170309.071916 accepted/tizen/unified/20170309.120801 accepted/tizen/unified/20170310.080623 submit/tizen/20170306.065826 submit/tizen_unified/20170308.100503 submit/tizen_unified/20170310.011402
authorjinwang.an <jinwang.an@samsung.com>
Wed, 8 Mar 2017 10:33:29 +0000 (19:33 +0900)
committerjinwang.an <jinwang.an@samsung.com>
Wed, 8 Mar 2017 10:33:29 +0000 (19:33 +0900)
Change-Id: Ie9007d2da0a62dbe179453e7b23052a525c34cb0
Signed-off-by: jinwang.an <jinwang.an@samsung.com>
Tizen.System.SystemSettings/Tizen.System.SystemSettings.Net45.csproj [deleted file]
Tizen.System.SystemSettings/Tizen.System.SystemSettings.Net45.project.json [deleted file]
Tizen.System.SystemSettings/Tizen.System.SystemSettings.nuspec
packaging/csapi-system-settings.spec

diff --git a/Tizen.System.SystemSettings/Tizen.System.SystemSettings.Net45.csproj b/Tizen.System.SystemSettings/Tizen.System.SystemSettings.Net45.csproj
deleted file mode 100644 (file)
index 1f76dd4..0000000
+++ /dev/null
@@ -1,68 +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>{9F66DBF9-243A-44C9-953B-28F01DD743DE}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Tizen.System.SystemSettings</RootNamespace>
-    <AssemblyName>Tizen.System.SystemSettings</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>
-  </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.System.SystemSettings.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.SystemSettings.cs" />
-    <Compile Include="Tizen.System.SystemSettings\SystemSettings.cs" />
-    <Compile Include="Tizen.System.SystemSettings\SystemSettingsEnums.cs" />
-    <Compile Include="Tizen.System.SystemSettings\SystemSettingsEventArgs.cs" />
-    <Compile Include="Tizen.System.SystemSettings\SystemSettingsExceptionFactory.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="Tizen.System.SystemSettings.nuspec" />
-    <None Include="Tizen.System.SystemSettings.Net45.project.json" />
-    <None Include="Tizen.System.SystemSettings.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>
\ No newline at end of file
diff --git a/Tizen.System.SystemSettings/Tizen.System.SystemSettings.Net45.project.json b/Tizen.System.SystemSettings/Tizen.System.SystemSettings.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 d0084cb..a3f987d 100644 (file)
@@ -11,6 +11,5 @@
        </metadata>
   <files>
     <file src="bin/$Configuration$/Tizen.System.SystemSettings.dll" target="lib/netstandard1.3" />
-    <file src="bin/$Configuration$/Net45/Tizen.System.SystemSettings.dll" target="lib/net45" />
   </files>
 </package>
index 7337626..5723388 100644 (file)
@@ -1,6 +1,6 @@
 Name:       csapi-system-settings
 Summary:    Tizen System Settings API for C#
-Version:    1.0.1
+Version:    1.0.2
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0