1.[NUI 276] c# nui visual high level class refactorying.
[platform/core/csapi/nui.git] / NUISamples / 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>{7731BE98-0A68-49A9-877C-A30A0D30D9F6}</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.json" />\r
47     <None Include="res\json\date-picker-template.json" />\r
48     <None Include="res\json\date-picker-theme.json" />\r
49     <None Include="res\json\date-picker.json" />\r
50     <None Include="res\json\spin.json" />\r
51     <None Include="res\json\style-example-theme-one.json" />\r
52     <None Include="res\models\Dino.mtl" />\r
53     <None Include="res\models\Dino.obj" />\r
54     <None Include="tizen-manifest.xml" />\r
55     <None Include="shared\res\NUISamples.TizenTV.png" />\r
56   </ItemGroup>\r
57   <ItemGroup>\r
58     <Compile Include="examples\control-dashboard.cs" />\r
59     <Compile Include="examples\custom-control.cs" />\r
60     <Compile Include="examples\dali-test.cs" />\r
61     <Compile Include="examples\date-picker-using-json.cs" />\r
62     <Compile Include="examples\date-picker.cs" />\r
63     <Compile Include="examples\flex-container.cs" />\r
64     <Compile Include="examples\gc-test.cs" />\r
65     <Compile Include="examples\hello-test.cs" />\r
66     <Compile Include="examples\hello-world.cs" />\r
67     <Compile Include="examples\image-view.cs" />\r
68     <Compile Include="examples\Main.cs" />\r
69     <Compile Include="examples\positionUsesAnchorPoint-test.cs" />\r
70     <Compile Include="examples\relative-vector.cs" />\r
71     <Compile Include="examples\scroll-view.cs" />\r
72     <Compile Include="examples\test1.cs" />\r
73     <Compile Include="examples\user-alphafunction.cs" />\r
74     <Compile Include="examples\view-navi-property.cs" />\r
75     <Compile Include="examples\visual-animation-test.cs" />\r
76     <Compile Include="examples\visual-view-test2.cs" />\r
77     <Compile Include="examples\visual-view-test.cs" />\r
78     <Compile Include="examples\visual-view-test3.cs" />\r
79     <Compile Include="examples\visuals-using-custom-view\ContactData.cs" />\r
80     <Compile Include="examples\visuals-using-custom-view\ContactView.cs" />\r
81     <Compile Include="examples\visuals-using-custom-view\visuals-using-custom-view.cs" />\r
82     <Compile Include="firstscreen\App.cs" />\r
83     <Compile Include="firstscreen\Constants.cs" />\r
84     <Compile Include="firstscreen\FocusData.cs" />\r
85     <Compile Include="firstscreen\FocusEffect.cs" />\r
86     <Compile Include="firstscreen\IFocusEffect.cs" />\r
87     <Compile Include="firstscreen\ScrollContainer.cs" />\r
88     <Compile Include="Properties\AssemblyInfo.cs" />\r
89   </ItemGroup>\r
90   <ItemGroup>\r
91     <Folder Include="lib\" />\r
92   </ItemGroup>\r
93   <ItemGroup>\r
94     <ProjectReference Include="..\..\..\Tizen.NUI\Tizen.NUI.csproj">\r
95       <Project>{f03a3b48-9d9b-4bf3-92ce-bd63cadc3cd3}</Project>\r
96       <Name>Tizen.NUI</Name>\r
97     </ProjectReference>\r
98     <ProjectReference Include="..\..\Tizen.NUI.Extension.Test\Tizen.NUI.Extension.Test.csproj">\r
99       <Project>{2def21e8-80d1-43b6-9e93-aef1d1be169b}</Project>\r
100       <Name>Tizen.NUI.Extension.Test</Name>\r
101     </ProjectReference>\r
102     <ProjectReference Include="..\NUISamples\NUISamples-dummy.csproj">\r
103       <Project>{56ca3b27-c662-4ac8-93ca-7acef926b2aa}</Project>\r
104       <Name>NUISamples-dummy</Name>\r
105     </ProjectReference>\r
106   </ItemGroup>\r
107   <ItemGroup>\r
108     <Content Include="res\images\application-icon-0.png" />\r
109     <Content Include="res\images\background-blocks.jpg" />\r
110     <Content Include="res\images\dali-logo-anim.gif" />\r
111     <Content Include="res\images\dog-anim.gif" />\r
112     <Content Include="res\images\echo.gif" />\r
113     <Content Include="res\images\focuseffect\0-normal.png" />\r
114     <Content Include="res\images\focuseffect\1-normal.png" />\r
115     <Content Include="res\images\focuseffect\2-normal.png" />\r
116     <Content Include="res\images\arrow.png" />\r
117     <Content Include="res\images\focuseffect\background.png" />\r
118     <Content Include="res\images\Dino-Painted_lambert2SG_color.png" />\r
119     <Content Include="res\images\Dino-Painted_lambert2SG_gloss.png" />\r
120     <Content Include="res\images\Dino-Painted_lambert2SG_nmap.png" />\r
121     <Content Include="res\images\Dino2_lambert2SG_color.png" />\r
122     <Content Include="res\images\Dino2_lambert2SG_nmap.png" />\r
123     <Content Include="res\images\focuseffect\halo.png" />\r
124     <Content Include="res\images\focuseffect\horizontalFrame.png" />\r
125     <Content Include="res\images\focuseffect\verticalFrame.png" />\r
126     <Content Include="res\images\focuseffect\focus_grid.9.png" />\r
127     <Content Include="res\images\focuseffect\focus_launcher_shadow.9.png" />\r
128     <Content Include="res\images\focuseffect\focus_launcher_shadow_n.png" />\r
129     <Content Include="res\images\gallery-0.jpg" />\r
130     <Content Include="res\images\gallery-1.jpg" />\r
131     <Content Include="res\images\gallery-2.jpg" />\r
132     <Content Include="res\images\gallery-3.jpg" />\r
133     <Content Include="res\images\gallery-4.jpg" />\r
134     <Content Include="res\images\gallery-5.jpg" />\r
135     <Content Include="res\images\gallery-small-43.jpg" />\r
136     <Content Include="res\images\focuseffect\highlight_spot.png" />\r
137     <Content Include="res\images\focuseffect\highlight_stroke.9.png" />\r
138     <Content Include="res\images\image-1.jpg" />\r
139     <Content Include="res\images\image-2.jpg" />\r
140     <Content Include="res\images\image-3.jpg" />\r
141     <Content Include="res\images\Kid1.svg" />\r
142     <Content Include="res\images\Mail.svg" />\r
143     <Content Include="res\images\menu\0.png" />\r
144     <Content Include="res\images\menu\1.png" />\r
145     <Content Include="res\images\menu\2.png" />\r
146     <Content Include="res\images\menu\3.png" />\r
147     <Content Include="res\images\menu\4.png" />\r
148     <Content Include="res\images\menu\5.png" />\r
149     <Content Include="res\images\menu\6.png" />\r
150     <Content Include="res\images\not_yet_sign.png" />\r
151     <Content Include="res\images\poster0\0.jpg" />\r
152     <Content Include="res\images\poster0\1.jpg" />\r
153     <Content Include="res\images\poster0\10.jpg" />\r
154     <Content Include="res\images\poster0\11.jpg" />\r
155     <Content Include="res\images\poster0\12.jpg" />\r
156     <Content Include="res\images\poster0\13.jpg" />\r
157     <Content Include="res\images\poster0\2.jpg" />\r
158     <Content Include="res\images\poster0\3.jpg" />\r
159     <Content Include="res\images\poster0\4.jpg" />\r
160     <Content Include="res\images\poster0\5.jpg" />\r
161     <Content Include="res\images\poster0\6.jpg" />\r
162     <Content Include="res\images\poster0\7.jpg" />\r
163     <Content Include="res\images\poster0\8.jpg" />\r
164     <Content Include="res\images\poster0\9.jpg" />\r
165     <Content Include="res\images\poster1\0.jpg" />\r
166     <Content Include="res\images\poster1\1.jpg" />\r
167     <Content Include="res\images\poster1\2.jpg" />\r
168     <Content Include="res\images\poster1\3.jpg" />\r
169     <Content Include="res\images\poster1\4.jpg" />\r
170     <Content Include="res\images\poster1\5.jpg" />\r
171     <Content Include="res\images\star-dim.png" />\r
172     <Content Include="res\images\star-highlight.png" />\r
173     <Content Include="res\images\star-mod.png" />\r
174     <Content Include="res\images\focuseffect\thumbnail_shadow.9.png" />\r
175     <Content Include="res\images\focuseffect\white-pixel.png" />\r
176     <Content Include="res\images\World.svg" />\r
177   </ItemGroup>\r
178   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
179   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.\r
180                 Other similar extension points exist, see Microsoft.Common.targets.\r
181         <Target Name="BeforeBuild">\r
182         </Target>\r
183         <Target Name="AfterBuild">\r
184         </Target>\r
185         -->\r
186   <PropertyGroup>\r
187     <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and\r
188                          https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild\r
189                 -->\r
190     <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two\r
191                          properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and\r
192                          to prevent it from outputting a warning (MSB3644).\r
193                 -->\r
194     <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>\r
195     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>\r
196     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>\r
197   </PropertyGroup>\r
198   <ProjectExtensions>\r
199     <VisualStudio>\r
200       <FlavorProperties GUID="{2F98DAC9-6F16-457B-AED7-D43CAC379341}" Configuration="Debug|Any CPU">\r
201         <ProjectCommonFlavorCfg />\r
202       </FlavorProperties>\r
203       <FlavorProperties GUID="{2F98DAC9-6F16-457B-AED7-D43CAC379341}" Configuration="Release|Any CPU">\r
204         <ProjectCommonFlavorCfg />\r
205       </FlavorProperties>\r
206     </VisualStudio>\r
207   </ProjectExtensions>\r
208 </Project>\r