Remove Net45 project
authorpr.jung <pr.jung@samsung.com>
Mon, 6 Mar 2017 07:40:06 +0000 (16:40 +0900)
committerpr.jung <pr.jung@samsung.com>
Mon, 6 Mar 2017 07:40:06 +0000 (16:40 +0900)
Change-Id: Idcd2b7da3d51a84e056f5e0087910a6ec9d472eb
Signed-off-by: pr.jung <pr.jung@samsung.com>
packaging/csapi-storage.spec
src/Tizen.System.Storage/Tizen.System.Storage.Net45.csproj [deleted file]
src/Tizen.System.Storage/Tizen.System.Storage.Net45.project.json [deleted file]
src/Tizen.System.Storage/Tizen.System.Storage.nuspec

index 4f549b7..d403c7b 100644 (file)
@@ -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
diff --git a/src/Tizen.System.Storage/Tizen.System.Storage.Net45.csproj b/src/Tizen.System.Storage/Tizen.System.Storage.Net45.csproj
deleted file mode 100644 (file)
index b23f424..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>\r
-<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
-  <PropertyGroup>\r
-    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
-    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
-    <ProjectGuid>{FA5F1543-72D4-4830-93F2-B899A2AB420E}</ProjectGuid>\r
-    <OutputType>Library</OutputType>\r
-    <AppDesignerFolder>Properties</AppDesignerFolder>\r
-    <RootNamespace>Tizen.System.Storage</RootNamespace>\r
-    <AssemblyName>Tizen.System.Storage</AssemblyName>\r
-    <FileAlignment>512</FileAlignment>\r
-    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
-    <DebugSymbols>true</DebugSymbols>\r
-    <DebugType>full</DebugType>\r
-    <Optimize>false</Optimize>\r
-    <OutputPath>bin\Debug\Net45\</OutputPath>\r
-    <DefineConstants>DEBUG;TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-  </PropertyGroup>\r
-  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
-    <DebugType>pdbonly</DebugType>\r
-    <Optimize>true</Optimize>\r
-    <OutputPath>bin\Release\Net45\</OutputPath>\r
-    <DefineConstants>TRACE</DefineConstants>\r
-    <ErrorReport>prompt</ErrorReport>\r
-    <WarningLevel>4</WarningLevel>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <SignAssembly>true</SignAssembly>\r
-  </PropertyGroup>\r
-  <PropertyGroup>\r
-    <AssemblyOriginatorKeyFile>Tizen.System.Storage.snk</AssemblyOriginatorKeyFile>\r
-  </PropertyGroup>\r
-  <ItemGroup>\r
-    <Reference Include="System" />\r
-    <Reference Include="System.Core" />\r
-    <Reference Include="System.Xml.Linq" />\r
-    <Reference Include="System.Data.DataSetExtensions" />\r
-    <Reference Include="Microsoft.CSharp" />\r
-    <Reference Include="System.Data" />\r
-    <Reference Include="System.Net.Http" />\r
-    <Reference Include="System.Xml" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <Compile Include="Storage\DirectoryType.cs" />\r
-    <Compile Include="Storage\Storage.cs" />\r
-    <Compile Include="Storage\StorageArea.cs" />\r
-    <Compile Include="Storage\StorageManager.cs" />\r
-    <Compile Include="Storage\StorageState.cs" />\r
-    <Compile Include="Interop\Interop.Libraries.cs" />\r
-    <Compile Include="Interop\Interop.Storage.cs" />\r
-    <Compile Include="Properties\AssemblyInfo.cs" />\r
-  </ItemGroup>\r
-  <ItemGroup>\r
-    <None Include="Tizen.System.Storage.nuspec" />\r
-    <None Include="Tizen.System.Storage.project.json" />\r
-    <None Include="Tizen.System.Storage.snk" />\r
-  </ItemGroup>\r
-  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
-  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.\r
-       Other similar extension points exist, see Microsoft.Common.targets.\r
-  <Target Name="BeforeBuild">\r
-  </Target>\r
-  <Target Name="AfterBuild">\r
-  </Target>\r
-  -->\r
-</Project>
\ No newline at end of file
diff --git a/src/Tizen.System.Storage/Tizen.System.Storage.Net45.project.json b/src/Tizen.System.Storage/Tizen.System.Storage.Net45.project.json
deleted file mode 100644 (file)
index 1ec1af2..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-{
-  "dependencies": {
-    "Tizen": "1.0.2"
-  },
-  "frameworks": {
-    "net45": {}
-  },
-  "runtimes": {
-    "win": {}
-  }
-}
index 3b6405a..a316f56 100644 (file)
@@ -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>