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

index 517c494..bc92060 100755 (executable)
@@ -8,7 +8,7 @@
 
 Name:       csapi-account-fido-client
 Summary:    FIDO UAF C# API for Tizen
-Version:    1.0.1
+Version:    1.0.2
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0
diff --git a/src/Tizen.Account.FidoClient/Tizen.Account.FidoClient.Net45.csproj b/src/Tizen.Account.FidoClient/Tizen.Account.FidoClient.Net45.csproj
deleted file mode 100755 (executable)
index f48b555..0000000
+++ /dev/null
@@ -1,72 +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>{B7699082-916F-4124-8416-07BE5C799D53}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Tizen.Account.FidoClient</RootNamespace>
-    <AssemblyName>Tizen.Account.FidoClient</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.FidoClient.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.Xml" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Interop\Interop.Libc.cs" />
-    <Compile Include="Interop\Interop.Libraries.cs" />
-    <Compile Include="Interop\Interop.Uaf.Authenticator.cs" />
-    <Compile Include="Interop\Interop.Uaf.Client.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Tizen.Account.FidoClient\AuthenticatorInformation.cs" />
-    <Compile Include="Tizen.Account.FidoClient\ErrorFactory.cs" />
-    <Compile Include="Tizen.Account.FidoClient\UafAuthenticatorFinder.cs" />
-    <Compile Include="Tizen.Account.FidoClient\UafClient.cs" />
-    <Compile Include="Tizen.Account.FidoClient\UafEnumerations.cs" />
-    <Compile Include="Tizen.Account.FidoClient\UafMessage.cs" />
-    <Compile Include="Tizen.Account.FidoClient\UafResponse.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="Tizen.Account.FidoClient.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.FidoClient/Tizen.Account.FidoClient.Net45.project.json b/src/Tizen.Account.FidoClient/Tizen.Account.FidoClient.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 0f8d7c2..0f7ba31 100755 (executable)
@@ -11,6 +11,5 @@
        </metadata>
   <files>
     <file src="bin/$Configuration$/Tizen.Account.FidoClient.dll" target="lib/netstandard1.3" />
-    <file src="bin/$Configuration$/Net45/Tizen.Account.FidoClient.dll" target="lib/net45" />
   </files>
 </package>