Dali C#: csharp dll initial upload
[platform/core/csapi/nui.git] / etc / SampleApplication / NUISamples / NUISamples.Tizen / NUISamples.Tizen.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>{316BF936-F063-4C33-9499-F4F472CD3EA7}</ProjectGuid>\r
11     <OutputType>Exe</OutputType>\r
12     <AppDesignerFolder>Properties</AppDesignerFolder>\r
13     <RootNamespace>NUISamples.Tizen</RootNamespace>\r
14     <AssemblyName>NUISamples.Tizen</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.Tizen.project.json" />\r
46     <None Include="tizen-manifest.xml" />\r
47     <None Include="shared\res\NUISamples.Tizen.png" />\r
48   </ItemGroup>\r
49   <ItemGroup>\r
50     <Compile Include="examples\control-dashboard.cs" />\r
51     <Compile Include="Properties\AssemblyInfo.cs" />\r
52   </ItemGroup>\r
53   <ItemGroup>\r
54     <Folder Include="lib\" />\r
55   </ItemGroup>\r
56   <ItemGroup>\r
57     <Content Include="res\images\arrow.png" />\r
58     <Content Include="res\images\gallery-0.jpg" />\r
59     <Content Include="res\images\gallery-1.jpg" />\r
60     <Content Include="res\images\gallery-2.jpg" />\r
61     <Content Include="res\images\gallery-3.jpg" />\r
62     <Content Include="res\images\gallery-4.jpg" />\r
63     <Content Include="res\images\gallery-5.jpg" />\r
64     <Content Include="res\images\image-1.jpg" />\r
65     <Content Include="res\images\image-2.jpg" />\r
66     <Content Include="res\images\image-3.jpg" />\r
67     <Content Include="res\images\not_yet_sign.png" />\r
68     <Content Include="res\images\star-dim.png" />\r
69     <Content Include="res\images\star-highlight.png" />\r
70   </ItemGroup>\r
71   <ItemGroup>\r
72     <Reference Include="Tizen.NUI">\r
73       <HintPath>..\..\..\..\Tizen.NUI\bin\Debug\Tizen.NUI.dll</HintPath>\r
74     </Reference>\r
75   </ItemGroup>\r
76   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
77   <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
78                 Other similar extension points exist, see Microsoft.Common.targets.
79         <Target Name="BeforeBuild">
80         </Target>
81         <Target Name="AfterBuild">
82         </Target>
83         -->\r
84   <PropertyGroup>\r
85     <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
86                          https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
87                 -->\r
88     <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
89                          properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
90                          to prevent it from outputting a warning (MSB3644).
91                 -->\r
92     <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>\r
93     <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>\r
94     <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>\r
95   </PropertyGroup>\r
96   <ProjectExtensions>\r
97     <VisualStudio>\r
98       <FlavorProperties GUID="{2F98DAC9-6F16-457B-AED7-D43CAC379341}" Configuration="Debug|Any CPU">\r
99         <ProjectCorporateFlavorCfg />\r
100       </FlavorProperties>\r
101       <FlavorProperties GUID="{2F98DAC9-6F16-457B-AED7-D43CAC379341}" Configuration="Release|Any CPU">\r
102         <ProjectCorporateFlavorCfg />\r
103       </FlavorProperties>\r
104     </VisualStudio>\r
105   </ProjectExtensions>\r
106 </Project>