summaryrefslogtreecommitdiff
path: root/Tizen.WebView/Tizen.WebView.csproj
diff options
context:
space:
mode:
authoryh106.jung <yh106.jung@samsung.com>2017-02-17 13:12:56 +0900
committeryh106.jung <yh106.jung@samsung.com>2017-03-17 14:39:14 +0900
commitaca675d31f77ab8373bc5487cd0ef8fc882cf831 (patch)
tree54a0f4146b2421c636c89fadfadc033d3a802bf5 /Tizen.WebView/Tizen.WebView.csproj
parentcea70b4434ca284d84beda6ecfc9639de441f499 (diff)
downloadwebview-c3fa0d2fcf75377dd55635c7e53c5d6af6c37c61.tar.gz
webview-c3fa0d2fcf75377dd55635c7e53c5d6af6c37c61.tar.bz2
webview-c3fa0d2fcf75377dd55635c7e53c5d6af6c37c61.zip
This patch introduces Tizen.WebView project. Plus, Tizen.WebView.Test project is included in order to test basic functionality of Tizen.WebView. Change-Id: I79b01c2c18817f399f83a3e56cc5cd8ceae3322f Signed-off-by: yh106.jung <yh106.jung@samsung.com>
Diffstat (limited to 'Tizen.WebView/Tizen.WebView.csproj')
-rwxr-xr-xTizen.WebView/Tizen.WebView.csproj99
1 files changed, 99 insertions, 0 deletions
diff --git a/Tizen.WebView/Tizen.WebView.csproj b/Tizen.WebView/Tizen.WebView.csproj
new file mode 100755
index 0000000..29df008
--- /dev/null
+++ b/Tizen.WebView/Tizen.WebView.csproj
@@ -0,0 +1,99 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>
+ <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>8.0.30703</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{8405E84F-B920-4AAC-9AD5-001B9DEBC9CA}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>Tizen.WebView</RootNamespace>
+ <AssemblyName>Tizen.WebView</AssemblyName>
+ <FileAlignment>512</FileAlignment>
+ <DefaultLanguage>en-US</DefaultLanguage>
+ </PropertyGroup>
+ <PropertyGroup>
+ <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
+ <TargetFrameworkVersion>v1.3</TargetFrameworkVersion>
+ <NuGetTargetMoniker>.NETStandard,Version=v1.3</NuGetTargetMoniker>
+ <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
+ <NoStdLib>true</NoStdLib>
+ <NoWarn>$(NoWarn);1701</NoWarn>
+ <UseVSHostingProcess>false</UseVSHostingProcess>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Debug\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <NoWarn>;1701;1702</NoWarn>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
+ <DebugType>pdbonly</DebugType>
+ <Optimize>true</Optimize>
+ <OutputPath>bin\Release\</OutputPath>
+ <DefineConstants>TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <NoWarn>;1701;1702</NoWarn>
+ <AllowUnsafeBlocks>true</AllowUnsafeBlocks>
+ <DebugSymbols>true</DebugSymbols>
+ </PropertyGroup>
+ <PropertyGroup>
+ <SignAssembly>true</SignAssembly>
+ </PropertyGroup>
+ <PropertyGroup>
+ <AssemblyOriginatorKeyFile>Tizen.WebView.snk</AssemblyOriginatorKeyFile>
+ </PropertyGroup>
+ <ItemGroup>
+ <None Include="Tizen.WebView.nuspec" />
+ <None Include="Tizen.WebView.project.json" />
+ <None Include="Tizen.WebView.snk" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="Interop\Interop.ChromiumEwk.Context.cs" />
+ <Compile Include="Interop\Interop.ChromiumEwk.CookieManager.cs" />
+ <Compile Include="Interop\Interop.ChromiumEwk.cs" />
+ <Compile Include="Interop\Interop.ChromiumEwk.Error.cs" />
+ <Compile Include="Interop\Interop.ChromiumEwk.Settings.cs" />
+ <Compile Include="Interop\Interop.ChromiumEwk.View.cs" />
+ <Compile Include="Interop\Interop.Elementary.cs" />
+ <Compile Include="Interop\Interop.Evas.cs" />
+ <Compile Include="Interop\Interop.Libraries.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="Tizen.WebView\Chromium.cs" />
+ <Compile Include="Tizen.WebView\Context.cs" />
+ <Compile Include="Tizen.WebView\CookieManager.cs" />
+ <Compile Include="Tizen.WebView\JavaScriptMessage.cs" />
+ <Compile Include="Tizen.WebView\Settings.cs" />
+ <Compile Include="Tizen.WebView\SmartCallbackLoadErrorArgs.cs" />
+ <Compile Include="Tizen.WebView\SmartCallbackArgs.cs" />
+ <Compile Include="Tizen.WebView\WebView.cs" />
+ </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>
+ -->
+ <PropertyGroup>
+ <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
+ https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
+ -->
+ <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
+ properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
+ to prevent it from outputting a warning (MSB3644).
+ -->
+ <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
+ <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
+ <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
+ </PropertyGroup>
+</Project>