summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWonYoung Choi <wy80.choi@samsung.com>2017-03-06 15:46:05 +0900
committerWonYoung Choi <wy80.choi@samsung.com>2017-03-06 15:46:05 +0900
commit9d4e07b754dbfd38eb81fb6653627584674ddd43 (patch)
treecaddd5afb7ee852d397982a065720ada806c714d
parentfae8117372609f2ef62a8ba219b0c5bad1d085c2 (diff)
downloadtizen-accepted/tizen_common.tar.gz
tizen-accepted/tizen_common.tar.bz2
tizen-accepted/tizen_common.zip
Change-Id: I9ab480e20e7bb33614ca925c8f4e6380d07b3cca Signed-off-by: WonYoung Choi <wy80.choi@samsung.com>
-rw-r--r--Tizen/Tizen.Net45.csproj69
-rw-r--r--Tizen/Tizen.Net45.project.json8
-rw-r--r--Tizen/Tizen.nuspec1
-rw-r--r--packaging/csapi-tizen.spec2
4 files changed, 1 insertions, 79 deletions
diff --git a/Tizen/Tizen.Net45.csproj b/Tizen/Tizen.Net45.csproj
deleted file mode 100644
index ca67712..0000000
--- a/Tizen/Tizen.Net45.csproj
+++ /dev/null
@@ -1,69 +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>{3A809808-3797-40DE-A1C0-5E9ED922F7D6}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Tizen</RootNamespace>
- <AssemblyName>Tizen</AssemblyName>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>true</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.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.CommonError.cs" />
- <Compile Include="Interop\Interop.Dlog.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Tizen.Common\Color.cs" />
- <Compile Include="Tizen.Internals.Errors\ErrorCode.cs" />
- <Compile Include="Tizen.Internals.Errors\ErrorFacts.cs" />
- <Compile Include="Tizen\Log.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Tizen.Net45.project.json" />
- <None Include="Tizen.nuspec" />
- <None Include="Tizen.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/Tizen.Net45.project.json b/Tizen/Tizen.Net45.project.json
deleted file mode 100644
index 5e1948a..0000000
--- a/Tizen/Tizen.Net45.project.json
+++ /dev/null
@@ -1,8 +0,0 @@
-{
- "frameworks": {
- "net45": {}
- },
- "runtimes": {
- "win": {}
- }
-}
diff --git a/Tizen/Tizen.nuspec b/Tizen/Tizen.nuspec
index 792ffd2..95ff74c 100644
--- a/Tizen/Tizen.nuspec
+++ b/Tizen/Tizen.nuspec
@@ -14,6 +14,5 @@
</metadata>
<files>
<file src="bin/$Configuration$/Tizen.dll" target="lib/netstandard1.3"/>
- <file src="bin/$Configuration$/Net45/Tizen.dll" target="lib/net45"/>
</files>
</package>
diff --git a/packaging/csapi-tizen.spec b/packaging/csapi-tizen.spec
index f0b68f8..084c733 100644
--- a/packaging/csapi-tizen.spec
+++ b/packaging/csapi-tizen.spec
@@ -1,6 +1,6 @@
Name: csapi-tizen
Summary: Tizen API for C#
-Version: 1.0.2
+Version: 1.0.3
Release: 1
Group: Development/Libraries
License: Apache-2.0