remove net45 94/117494/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen/common/20170309.174752 accepted/tizen/ivi/20170309.071936 accepted/tizen/mobile/20170309.071702 accepted/tizen/tv/20170309.071833 accepted/tizen/unified/20170309.120647 accepted/tizen/unified/20170310.075633 submit/tizen/20170306.065826 submit/tizen_unified/20170308.100503 submit/tizen_unified/20170310.011401 tizen_4.0.m1_release
authorYounho Park <younho.park@samsung.com>
Mon, 6 Mar 2017 08:01:16 +0000 (17:01 +0900)
committerYounho Park <younho.park@samsung.com>
Mon, 6 Mar 2017 08:01:16 +0000 (17:01 +0900)
Change-Id: I9d885c0c2e6f646f52996881c5b9a500a1cf0be1
Signed-off-by: Younho Park <younho.park@samsung.com>
Tizen.Account.AccountManager/Tizen.Account.AccountManager.Net45.csproj [deleted file]
Tizen.Account.AccountManager/Tizen.Account.AccountManager.Net45.project.json [deleted file]
Tizen.Account.AccountManager/Tizen.Account.AccountManager.nuspec
packaging/csapi-account-manager.spec

diff --git a/Tizen.Account.AccountManager/Tizen.Account.AccountManager.Net45.csproj b/Tizen.Account.AccountManager/Tizen.Account.AccountManager.Net45.csproj
deleted file mode 100644 (file)
index 787cfc1..0000000
+++ /dev/null
@@ -1,66 +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>{67948043-E29E-4E57-B77E-26B206043718}</ProjectGuid>
-    <OutputType>Library</OutputType>
-    <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>Tizen.Account.AccountManager</RootNamespace>
-    <AssemblyName>Tizen.Account.AccountManager</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.AccountManager.snk</AssemblyOriginatorKeyFile>
-  </PropertyGroup>
-  <ItemGroup>
-    <Reference Include="System" />
-    <Reference Include="Microsoft.CSharp" />
-  </ItemGroup>
-  <ItemGroup>
-    <Compile Include="Interop\Interop.Account.cs" />
-    <Compile Include="Interop\Interop.AccountService.cs" />
-    <Compile Include="Interop\Interop.AccountProvider.cs" />
-    <Compile Include="Interop\Interop.Libraries.cs" />
-    <Compile Include="Properties\AssemblyInfo.cs" />
-    <Compile Include="Tizen.Account.AccountManager\Account.cs" />
-    <Compile Include="Tizen.Account.AccountManager\AccountEnums.cs" />
-    <Compile Include="Tizen.Account.AccountManager\AccountErrorFactory.cs" />
-    <Compile Include="Tizen.Account.AccountManager\AccountService.cs" />
-    <Compile Include="Tizen.Account.AccountManager\AccountProvider.cs" />
-    <Compile Include="Tizen.Account.AccountManager\AccountSubscriberEventArgs.cs" />
-  </ItemGroup>
-  <ItemGroup>
-    <None Include="Tizen.Account.AccountManager.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.Account.AccountManager/Tizen.Account.AccountManager.Net45.project.json b/Tizen.Account.AccountManager/Tizen.Account.AccountManager.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 286704a..ddacacd 100644 (file)
@@ -16,6 +16,5 @@
   </metadata>
    <files>
     <file src="bin/$Configuration$/Tizen.Account.AccountManager.dll" target="lib/netstandard1.3" />
-    <file src="bin/$Configuration$/Net45/Tizen.Account.AccountManager.dll" target="lib/net45" />
    </files>
 </package>
index 635df20..bc970b3 100644 (file)
@@ -1,6 +1,6 @@
 Name:       csapi-account-manager
 Summary:    Tizen account manager API for C#
-Version:    1.0.5
+Version:    1.0.6
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0