summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpr.jung <pr.jung@samsung.com>2017-03-06 16:40:06 +0900
committerpr.jung <pr.jung@samsung.com>2017-03-06 16:40:06 +0900
commitd74a7bb39c594da6f1e4bb7ad31be4cb39b98d08 (patch)
tree3d3f61a97a88f6f01b411c9ba1861402f2fcb1df
parenta7a2032039be70041811053dd21a2a12508ccc4b (diff)
downloadstorage-accepted/tizen_tv.tar.gz
storage-accepted/tizen_tv.tar.bz2
storage-accepted/tizen_tv.zip
Change-Id: Idcd2b7da3d51a84e056f5e0087910a6ec9d472eb Signed-off-by: pr.jung <pr.jung@samsung.com>
-rw-r--r--Tizen.System.Storage/Tizen.System.Storage.Net45.csproj70
-rw-r--r--Tizen.System.Storage/Tizen.System.Storage.Net45.project.json11
-rw-r--r--Tizen.System.Storage/Tizen.System.Storage.nuspec1
-rw-r--r--packaging/csapi-storage.spec2
4 files changed, 1 insertions, 83 deletions
diff --git a/Tizen.System.Storage/Tizen.System.Storage.Net45.csproj b/Tizen.System.Storage/Tizen.System.Storage.Net45.csproj
deleted file mode 100644
index b23f424..0000000
--- a/Tizen.System.Storage/Tizen.System.Storage.Net45.csproj
+++ /dev/null
@@ -1,70 +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>{FA5F1543-72D4-4830-93F2-B899A2AB420E}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Tizen.System.Storage</RootNamespace>
- <AssemblyName>Tizen.System.Storage</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.Storage.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="Storage\DirectoryType.cs" />
- <Compile Include="Storage\Storage.cs" />
- <Compile Include="Storage\StorageArea.cs" />
- <Compile Include="Storage\StorageManager.cs" />
- <Compile Include="Storage\StorageState.cs" />
- <Compile Include="Interop\Interop.Libraries.cs" />
- <Compile Include="Interop\Interop.Storage.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Tizen.System.Storage.nuspec" />
- <None Include="Tizen.System.Storage.project.json" />
- <None Include="Tizen.System.Storage.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.Storage/Tizen.System.Storage.Net45.project.json b/Tizen.System.Storage/Tizen.System.Storage.Net45.project.json
deleted file mode 100644
index 1ec1af2..0000000
--- a/Tizen.System.Storage/Tizen.System.Storage.Net45.project.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "dependencies": {
- "Tizen": "1.0.2"
- },
- "frameworks": {
- "net45": {}
- },
- "runtimes": {
- "win": {}
- }
-}
diff --git a/Tizen.System.Storage/Tizen.System.Storage.nuspec b/Tizen.System.Storage/Tizen.System.Storage.nuspec
index 3b6405a..a316f56 100644
--- a/Tizen.System.Storage/Tizen.System.Storage.nuspec
+++ b/Tizen.System.Storage/Tizen.System.Storage.nuspec
@@ -16,6 +16,5 @@
</metadata>
<files>
<file src="bin/$Configuration$/Tizen.System.Storage.dll" target="lib/netstandard1.3" />
- <file src="bin/$Configuration$/Net45/Tizen.System.Storage.dll" target="lib/net45" />
</files>
</package>
diff --git a/packaging/csapi-storage.spec b/packaging/csapi-storage.spec
index 4f549b7..d403c7b 100644
--- a/packaging/csapi-storage.spec
+++ b/packaging/csapi-storage.spec
@@ -1,6 +1,6 @@
Name: csapi-storage
Summary: Tizen Storage API for C#
-Version: 1.0.1
+Version: 1.0.2
Release: 1
Group: Development/Libraries
License: Apache-2.0