Remove Net45 Project information
authorjkjo92 <jkjo92@samsung.com>
Mon, 6 Mar 2017 08:06:46 +0000 (17:06 +0900)
committerjkjo92 <jkjo92@samsung.com>
Mon, 6 Mar 2017 08:06:46 +0000 (17:06 +0900)
Change-Id: I91cde81a65d7e16476cc473e7e4e4f27d7c2175f
Signed-off-by: jkjo92 <jkjo92@samsung.com>
packaging/csapi-account-oauth2.spec
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.csproj [deleted file]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.project.json [deleted file]
src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.nuspec

index 100bc5e..df3726b 100644 (file)
@@ -1,6 +1,6 @@
 Name:       csapi-account-oauth2
 Summary:    OAuth2.0 C# API for Tizen
-Version:    1.0.5
+Version:    1.0.6
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0
diff --git a/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.csproj b/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.csproj
deleted file mode 100644 (file)
index 468ab68..0000000
+++ /dev/null
@@ -1,90 +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>{0C39B094-8819-4005-A1D3-D4A89E741CDA}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Tizen.Account.OAuth2</RootNamespace>
-    <AssemblyName>Tizen.Account.OAuth2</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.Account.OAuth2.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="Interop\Interop.Common.cs" />
-    <Compile Include="Interop\Interop.Error.cs" />
-    <Compile Include="Interop\Interop.Libraries.cs" />
-    <Compile Include="Interop\Interop.Manager.cs" />
-    <Compile Include="Interop\Interop.Request.cs" />
-    <Compile Include="Interop\Interop.Response.cs" />
-    <Compile Include="Interop\Interop.Types.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Tizen.Account.OAuth2\AccessToken.cs" />
-    <Compile Include="Tizen.Account.OAuth2\AuthenticationScheme.cs" />
-    <Compile Include="Tizen.Account.OAuth2\AuthorizationRequest.cs" />
-    <Compile Include="Tizen.Account.OAuth2\AuthorizationResponse.cs" />
-    <Compile Include="Tizen.Account.OAuth2\Authorizer.cs" />
-    <Compile Include="Tizen.Account.OAuth2\ClientCredentials.cs" />
-    <Compile Include="Tizen.Account.OAuth2\ClientCredentialsAuthorizer.cs" />
-    <Compile Include="Tizen.Account.OAuth2\ClientCredentialsTokenRequest.cs" />
-    <Compile Include="Tizen.Account.OAuth2\CodeGrantAuthorizationRequest.cs" />
-    <Compile Include="Tizen.Account.OAuth2\CodeGrantAuthorizer.cs" />
-    <Compile Include="Tizen.Account.OAuth2\CodeGrantTokenRequest.cs" />
-    <Compile Include="Tizen.Account.OAuth2\ImplicitGrantAuthorizationRequest.cs" />
-    <Compile Include="Tizen.Account.OAuth2\ImplicitGrantAuthorizer.cs" />
-    <Compile Include="Tizen.Account.OAuth2\OAuth2ErrorFactory.cs" />
-    <Compile Include="Tizen.Account.OAuth2\OAuth2ErrorResponse.cs" />
-    <Compile Include="Tizen.Account.OAuth2\RefreshToken.cs" />
-    <Compile Include="Tizen.Account.OAuth2\RefreshTokenRequest.cs" />
-    <Compile Include="Tizen.Account.OAuth2\ResourceOwnerPwdCredentialsAuthorizer.cs" />
-    <Compile Include="Tizen.Account.OAuth2\ResourceOwnerPwdCredentialsTokenRequest.cs" />
-    <Compile Include="Tizen.Account.OAuth2\TokenRequest.cs" />
-    <Compile Include="Tizen.Account.OAuth2\TokenResponse.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="Tizen.Account.OAuth2.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/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.project.json b/src/Tizen.Account.OAuth2/Tizen.Account.OAuth2.Net45.project.json
deleted file mode 100644 (file)
index 2404dfb..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-  "dependencies": {
-    "Tizen": "1.0.0"
-  },
-  "frameworks": {
-    "net45": {}
-  },
-  "runtimes": {
-    "win": {}
-  }
-}
\ No newline at end of file
index 57473fc..871cb2e 100644 (file)
@@ -16,6 +16,5 @@
   </metadata>
   <files>
     <file src="bin/$Configuration$/Tizen.Account.OAuth2.dll" target="lib/netstandard1.3" />
-    <file src="bin/$Configuration$/Net45/Tizen.Account.OAuth2.dll" target="lib/net45" />
   </files>
 </package>
\ No newline at end of file