friend assembly, nuget lib test
[platform/core/csapi/nui.git] / NUISamples / NUISamples.TizenTV / NUISamples.TizenTV.csproj
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <PropertyGroup>\r
4     <MinimumVisualStudioVersion>14.0</MinimumVisualStudioVersion>\r
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
7     <ProductVersion>8.0.30703</ProductVersion>\r
8     <SchemaVersion>2.0</SchemaVersion>\r
9     <ProjectTypeGuids>{2F98DAC9-6F16-457B-AED7-D43CAC379341};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>\r
10     <ProjectGuid>{B47E2552-F995-49F6-AC29-58B9CCFB7056}</ProjectGuid>\r
11     <OutputType>Exe</OutputType>\r
12     <AppDesignerFolder>Properties</AppDesignerFolder>\r
13     <RootNamespace>NUISamples.TizenTV</RootNamespace>\r
14     <AssemblyName>NUISamples.TizenTV</AssemblyName>\r
15     <FileAlignment>512</FileAlignment>\r
16     <DefaultLanguage>en-US</DefaultLanguage>\r
17   </PropertyGroup>\r
18   <PropertyGroup>\r
19     <TargetFrameworkIdentifier>DNXCore</TargetFrameworkIdentifier>\r
20     <TargetFrameworkVersion>v5.0</TargetFrameworkVersion>\r
21     <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>\r
22     <NuGetTargetMoniker>.NETCoreApp,Version=v1.0</NuGetTargetMoniker>\r
23     <NoStdLib>true</NoStdLib>\r
24     <NoWarn>$(NoWarn);1701</NoWarn>\r
25     <UseVSHostingProcess>false</UseVSHostingProcess>\r
26   </PropertyGroup>\r
27   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
28     <DebugSymbols>true</DebugSymbols>\r
29     <DebugType>portable</DebugType>\r
30     <Optimize>false</Optimize>\r
31     <OutputPath>bin\Debug\</OutputPath>\r
32     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
33     <ErrorReport>prompt</ErrorReport>\r
34     <WarningLevel>4</WarningLevel>\r
35   </PropertyGroup>\r
36   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
37     <DebugType>portable</DebugType>\r
38     <Optimize>true</Optimize>\r
39     <OutputPath>bin\Release\</OutputPath>\r
40     <DefineConstants>TRACE</DefineConstants>\r
41     <ErrorReport>prompt</ErrorReport>\r
42     <WarningLevel>4</WarningLevel>\r
43   </PropertyGroup>\r
44   <ItemGroup>\r
45     <None Include="NUISamples.TizenTV.project.json" />\r
46     <None Include="res\json\control-dashboard-theme.json" />\r
47     <None Include="res\json\control-dashboard.json" />\r
48     <None Include="res\json\date-picker-theme.json" />\r
49     <None Include="res\json\date-picker-template.json" />\r
50     <None Include="res\json\date-picker.json" />\r
51     <None Include="res\json\style-example-theme-one.json" />\r
52     <None Include="res\json\spin.json" />\r
53     <None Include="tizen-manifest.xml" />\r
54     <None Include="shared\res\NUISamples.TizenTV.png" />\r
55   </ItemGroup>\r
56   <ItemGroup>\r
57     <Compile Include="examples\control-dashboard.cs" />\r
58     <Compile Include="examples\date-picker-using-json.cs" />\r
59     <Compile Include="examples\date-picker.cs" />\r
60     <Compile Include="examples\flex-container.cs" />\r
61     <Compile Include="examples\test1.cs" />\r
62     <Compile Include="examples\visual-view-test.cs" />\r
63     <Compile Include="examples\hello-world.cs" />\r
64     <Compile Include="Properties\AssemblyInfo.cs" />\r
65   </ItemGroup>\r
66   <ItemGroup>\r
67     <Folder Include="lib\" />\r
68   </ItemGroup>\r
69   <ItemGroup>\r
70     <ProjectReference Include="..\..\Tizen.NUI\Tizen.NUI.csproj">\r
71       <Project>{f03a3b48-9d9b-4bf3-92ce-bd63cadc3cd3}</Project>\r
72       <Name>Tizen.NUI</Name>\r
73     </ProjectReference>\r
74   </ItemGroup>\r
75   <ItemGroup>\r
76     <Content Include="res\images\application-icon-0.png" />\r
77     <Content Include="res\images\arrow.png" />\r
78     <Content Include="res\images\background-blocks.jpg" />\r
79     <Content Include="res\images\gallery-0.jpg" />\r
80     <Content Include="res\images\gallery-1.jpg" />\r
81     <Content Include="res\images\gallery-2.jpg" />\r
82     <Content Include="res\images\gallery-3.jpg" />\r
83     <Content Include="res\images\gallery-4.jpg" />\r
84     <Content Include="res\images\gallery-5.jpg" />\r
85     <Content Include="res\images\image-1.jpg" />\r
86     <Content Include="res\images\image-2.jpg" />\r
87     <Content Include="res\images\image-3.jpg" />\r
88     <Content Include="res\images\not_yet_sign.png" />\r
89     <Content Include="res\images\star-dim.png" />\r
90     <Content Include="res\images\star-highlight.png" />\r
91     <Content Include="res\images\star-mod.png" />\r
92   </ItemGroup>\r
93   <ItemGroup>\r
94     <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" />\r
95     <Reference Include="Tizen.NUI.ExtTEST, Version=1.0.0.0, Culture=neutral, PublicKeyToken=9038b6d7f5a8293c, processorArchitecture=MSIL">\r
96       <SpecificVersion>False</SpecificVersion>\r
97       <HintPath>..\..\Tizen.NUI.ExtTEST\Tizen.NUI.ExtTEST\bin\Debug\Tizen.NUI.ExtTEST.dll</HintPath>\r
98     </Reference>\r
99   </ItemGroup>\r
100   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
101   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.\r
102                 Other similar extension points exist, see Microsoft.Common.targets.\r
103         <Target Name="BeforeBuild">\r
104         </Target>\r
105         <Target Name="AfterBuild">\r
106         </Target>\r
107         -->\r
108   <PropertyGroup>\r
109     <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and\r
110                          https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild\r
111                 -->\r
112     <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two\r
113                          properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and\r
114                          to prevent it from outputting a warning (MSB3644).\r
115                 -->\r
116     <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>\r
117     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>\r
118     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>\r
119   </PropertyGroup>\r
120   <ProjectExtensions>\r
121     <VisualStudio>\r
122       <FlavorProperties GUID="{2F98DAC9-6F16-457B-AED7-D43CAC379341}" Configuration="Debug|Any CPU">\r
123         <ProjectCommonFlavorCfg />\r
124       </FlavorProperties>\r
125       <FlavorProperties GUID="{2F98DAC9-6F16-457B-AED7-D43CAC379341}" Configuration="Release|Any CPU">\r
126         <ProjectCommonFlavorCfg />\r
127       </FlavorProperties>\r
128     </VisualStudio>\r
129   </ProjectExtensions>\r
130 </Project>