summaryrefslogtreecommitdiff
path: root/Tizen.Applications.MessagePort
diff options
context:
space:
mode:
authorSukHyung, Kang <shine.kang@samsung.com>2017-03-06 17:25:38 +0900
committerSukHyung, Kang <shine.kang@samsung.com>2017-03-06 17:26:28 +0900
commit485b64fcd6935dc6954cf742002fd6119d32964e (patch)
treefcabc31adc8204519ca4b4fe9ae15855da301291 /Tizen.Applications.MessagePort
parent9a90da6b9b7b94e2a67ccd92afce58362e0a6ac0 (diff)
downloadapplication-485b64fcd6935dc6954cf742002fd6119d32964e.tar.gz
application-485b64fcd6935dc6954cf742002fd6119d32964e.tar.bz2
application-485b64fcd6935dc6954cf742002fd6119d32964e.zip
Change-Id: Iafa98b46a2a5c2f9def4837db7e53a29ef9795b1 Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
Diffstat (limited to 'Tizen.Applications.MessagePort')
-rwxr-xr-xTizen.Applications.MessagePort/Tizen.Applications.MessagePort.Net45.csproj76
-rwxr-xr-xTizen.Applications.MessagePort/Tizen.Applications.MessagePort.Net45.project.json11
-rwxr-xr-xTizen.Applications.MessagePort/Tizen.Applications.MessagePort.nuspec1
3 files changed, 0 insertions, 88 deletions
diff --git a/Tizen.Applications.MessagePort/Tizen.Applications.MessagePort.Net45.csproj b/Tizen.Applications.MessagePort/Tizen.Applications.MessagePort.Net45.csproj
deleted file mode 100755
index 84e925c..0000000
--- a/Tizen.Applications.MessagePort/Tizen.Applications.MessagePort.Net45.csproj
+++ /dev/null
@@ -1,76 +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>{3B03557D-FCA4-464B-9686-424A96ADC875}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>
- </RootNamespace>
- <AssemblyName>Tizen.Applications.MessagePort</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>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </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>
- <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup>
- <SignAssembly>true</SignAssembly>
- </PropertyGroup>
- <PropertyGroup>
- <AssemblyOriginatorKeyFile>Tizen.Applications.MessagePort.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.MessagePort.cs" />
- <Compile Include="Interop\Interop.Libraries.cs" />
- <Compile Include="Tizen.Applications.Messages\MessagePort.cs" />
- <Compile Include="Tizen.Applications.Messages\MessagePortErrorFactory.cs" />
- <Compile Include="Tizen.Applications.Messages\MessageReceivedEventArgs.cs" />
- <Compile Include="Tizen.Applications.Messages\RemoteValues.cs" />
- </ItemGroup>
- <ItemGroup>
- <None Include="Tizen.Applications.MessagePort.Net45.project.json" />
- <None Include="Tizen.Applications.MessagePort.snk" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\Tizen.Applications.Common\Tizen.Applications.Common.Net45.csproj">
- <Project>{9acb2b86-bbea-4faa-880a-1977ab461c51}</Project>
- <Name>Tizen.Applications.Common.Net45</Name>
- </ProjectReference>
- </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.Applications.MessagePort/Tizen.Applications.MessagePort.Net45.project.json b/Tizen.Applications.MessagePort/Tizen.Applications.MessagePort.Net45.project.json
deleted file mode 100755
index 1ec1af2..0000000
--- a/Tizen.Applications.MessagePort/Tizen.Applications.MessagePort.Net45.project.json
+++ /dev/null
@@ -1,11 +0,0 @@
-{
- "dependencies": {
- "Tizen": "1.0.2"
- },
- "frameworks": {
- "net45": {}
- },
- "runtimes": {
- "win": {}
- }
-}
diff --git a/Tizen.Applications.MessagePort/Tizen.Applications.MessagePort.nuspec b/Tizen.Applications.MessagePort/Tizen.Applications.MessagePort.nuspec
index a7deb34..42dc82b 100755
--- a/Tizen.Applications.MessagePort/Tizen.Applications.MessagePort.nuspec
+++ b/Tizen.Applications.MessagePort/Tizen.Applications.MessagePort.nuspec
@@ -17,6 +17,5 @@
</metadata>
<files>
<file src="bin/$Configuration$/Tizen.Applications.MessagePort.dll" target="lib/netstandard1.3" />
- <file src="bin/$Configuration$/Net45/Tizen.Applications.MessagePort.dll" target="lib/net45" />
</files>
</package>