Usage of CustomeView for ScrollContainer and code refactoring accordingly. Also added...
[platform/core/uifw/dali-toolkit.git] / plugins / dali-swig / examples / firstscreen / firstscreen.csproj
1 <?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
6     <ProjectGuid>{7606F35D-21C4-48CE-A38F-A24D6BEDB996}</ProjectGuid>
7     <OutputType>Exe</OutputType>
8     <RootNamespace>firstscreen</RootNamespace>
9     <AssemblyName>firstscreen</AssemblyName>
10     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11   </PropertyGroup>
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
13     <DebugSymbols>true</DebugSymbols>
14     <DebugType>full</DebugType>
15     <Optimize>false</Optimize>
16     <OutputPath>bin\Debug</OutputPath>
17     <DefineConstants>DEBUG;</DefineConstants>
18     <ErrorReport>prompt</ErrorReport>
19     <WarningLevel>4</WarningLevel>
20     <ConsolePause>false</ConsolePause>
21     <PlatformTarget>x86</PlatformTarget>
22   </PropertyGroup>
23   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
24     <DebugType>full</DebugType>
25     <Optimize>true</Optimize>
26     <OutputPath>bin\Release</OutputPath>
27     <ErrorReport>prompt</ErrorReport>
28     <WarningLevel>4</WarningLevel>
29     <ConsolePause>false</ConsolePause>
30     <PlatformTarget>x86</PlatformTarget>
31   </PropertyGroup>
32   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
33   <ItemGroup>
34     <Compile Include="App.cs" />
35     <Compile Include="Constants.cs" />
36     <Compile Include="FocusData.cs" />
37     <Compile Include="FocusEffect.cs" />
38     <Compile Include="IFocusEffect.cs" />
39     <Compile Include="Program.cs" />
40     <Compile Include="ScrollContainer.cs" />
41   </ItemGroup>
42   <ItemGroup>
43     <Reference Include="NDali">
44       <HintPath>..\..\NDali.dll</HintPath>
45     </Reference>
46   </ItemGroup>
47 </Project>