1 <Project Sdk="Microsoft.NET.Sdk">
3 <!-- Property Group for .NET Core Project -->
5 <OutputType>Exe</OutputType>
6 <TargetFramework>netcoreapp2.0</TargetFramework>
9 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
10 <DebugType>portable</DebugType>
12 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
13 <DebugType>None</DebugType>
17 <Folder Include="lib\" />
18 <Folder Include="res\" />
21 <!-- Include Nuget Package for Tizen Project building -->
23 <PackageReference Include="Tizen.NET" Version="6.0.0.14699">
24 <ExcludeAssets>Runtime</ExcludeAssets>
26 <PackageReference Include="Tizen.NET.Sdk" Version="1.0.1" />
29 <Reference Include="Tizen.Applications.EventManager">
30 <HintPath>\\10.113.112.169\home_inkyun\Workspace_TIZEN\CSHARP_PACKAGE\TizenFX\src\Tizen.Applications.EventManager\bin\Debug\netstandard2.0\Tizen.Applications.EventManager.dll</HintPath>