cd2ba4f6eb4cc5ee403570f48162212771f184c8
[platform/core/csapi/tizenfx.git] / NUIsamples / NUIsamples / NUIsamples.csproj
1 <Project>
2   <Import Project="Sdk.props" Sdk="Microsoft.NET.Sdk" />
3
4   <PropertyGroup Label="Globals">
5     <TizenProjectExtensionsPath>$(MSBuildExtensionsPath)\Tizen\VisualStudio\</TizenProjectExtensionsPath>
6   </PropertyGroup>
7
8   <Import Project="$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.props" Condition="Exists('$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.props')" />
9
10   <PropertyGroup>
11     <OutputType>Exe</OutputType>
12     <TargetFramework>netcoreapp2.0</TargetFramework>
13     <SignAssembly>true</SignAssembly>
14     <AssemblyOriginatorKeyFile>TizenTVNUI.snk</AssemblyOriginatorKeyFile>
15   </PropertyGroup>
16
17   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18     <DebugType>portable</DebugType>
19     <DefineConstants>TRACE;DEBUG;NETCOREAPP2_0;DEBUG_ON;</DefineConstants>
20   </PropertyGroup>
21   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
22     <DebugType>None</DebugType>
23   </PropertyGroup>
24
25   <ItemGroup>
26     <Folder Include="lib\" />
27     <Folder Include="res\" />
28   </ItemGroup>
29
30   <ItemGroup>
31     <PackageReference Include="Tizen.NET.Sdk" Version="1.0.0-pre2" />
32   </ItemGroup>
33
34   <ItemGroup>
35     <ProjectReference Include="..\..\src\Tizen.Log\Tizen.Log.csproj" />
36     <ProjectReference Include="..\..\src\Tizen.NUI\Tizen.NUI.csproj" />
37   </ItemGroup>
38
39   <Import Project="Sdk.targets" Sdk="Microsoft.NET.Sdk" />
40   <Import Project="$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.targets" Condition="Exists('$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.targets')" />
41
42   <!-- Install Check 'Visual Studio for Tizen' for developing on Visual Studio -->
43   <Target Name="TizenVsixInstallCheck" BeforeTargets="CompileDesignTime">
44     <Warning Condition="!Exists('$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.props')" Text="$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.props is not exist.&#xA; you need to check if 'Visual Studio for Tizen' is installed" />
45     <Warning Condition="!Exists('$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.targets')" Text="$(TizenProjectExtensionsPath)Tizen.NET.ProjectType.targets is not exist.\&#xA; you need to check if 'Visual Studio for Tizen' is installed" />
46   </Target>
47 </Project>
48