summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Platform.Tizen/Xamarin.Forms.Platform.Tizen.csproj
blob: 6f8a65c9d6d780cb79f31418f1bddadbeea491ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
    <ProjectGuid>{227D2CC5-26A1-4CE7-AE25-1B18AF625B9C}</ProjectGuid>
    <OutputType>Library</OutputType>
    <AppDesignerFolder>Properties</AppDesignerFolder>
    <RootNamespace>Xamarin.Forms.Platform.Tizen</RootNamespace>
    <AssemblyName>Xamarin.Forms.Platform.Tizen</AssemblyName>
    <FileAlignment>512</FileAlignment>
  </PropertyGroup>
  <PropertyGroup>
    <TargetFrameworkIdentifier>.NETStandard</TargetFrameworkIdentifier>
    <TargetFrameworkVersion>v1.6</TargetFrameworkVersion>
    <NuGetTargetMoniker>.NETStandard,Version=v1.6</NuGetTargetMoniker>
    <AddAdditionalExplicitAssemblyReferences>false</AddAdditionalExplicitAssemblyReferences>
    <NoStdLib>true</NoStdLib>
    <NoWarn>$(NoWarn);1701;1702</NoWarn>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Debug\</OutputPath>
    <DefineConstants>DEBUG;TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
    <DebugType>pdbonly</DebugType>
    <Optimize>true</Optimize>
    <OutputPath>bin\Release\</OutputPath>
    <DefineConstants>TRACE</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="Cells\CellRenderer.cs" />
    <Compile Include="Cells\EntryCellRenderer.cs" />
    <Compile Include="Cells\ImageCellRenderer.cs" />
    <Compile Include="Cells\SwitchCellRenderer.cs" />
    <Compile Include="Cells\TextCellRenderer.cs" />
    <Compile Include="Cells\ViewCellRenderer.cs" />
    <Compile Include="Deserializer.cs" />
    <Compile Include="ElementChangedEventArgs.cs" />
    <Compile Include="EvasObjectWrapper.cs" />
    <Compile Include="ExportImageSourceHandlerAttribute.cs" />
    <Compile Include="ExportCellAttribute.cs" />
    <Compile Include="ExportRendererAttribute.cs" />
    <Compile Include="Extensions\ColorExtensions.cs" />
    <Compile Include="Extensions\KeyboardExtensions.cs" />
    <Compile Include="Extensions\LayoutExtensions.cs" />
    <Compile Include="Extensions\NativeBindingExtensions.cs" />
    <Compile Include="Extensions\ScrollToPositionExtensions.cs" />
    <Compile Include="Extensions\TextAlignmentExtensions.cs" />
    <Compile Include="Forms.cs" />
    <Compile Include="GestureHandler.cs" />
    <Compile Include="FormsApplication.cs" />
    <Compile Include="Log\ConsoleLogger.cs" />
    <Compile Include="Log\DlogLogger.cs" />
    <Compile Include="Log\ILogger.cs" />
    <Compile Include="Log\Log.cs" />
    <Compile Include="Log\XamarinLogListener.cs" />
    <Compile Include="Native\Box.cs" />
    <Compile Include="Native\Button.cs" />
    <Compile Include="Native\Canvas.cs" />
    <Compile Include="Native\ContentPage.cs" />
    <Compile Include="Native\DateChangedEventArgs.cs" />
    <Compile Include="Native\DatePicker.cs" />
    <Compile Include="Native\DateTimePickerDialog.cs" />
    <Compile Include="Native\Dialog.cs" />
    <Compile Include="Native\DisplayOrientations.cs" />
    <Compile Include="Native\Entry.cs" />
    <Compile Include="Native\FormattedString.cs" />
    <Compile Include="Native\IContainable.cs" />
    <Compile Include="Native\Image.cs" />
    <Compile Include="Native\IMeasurable.cs" />
    <Compile Include="Native\ITextable.cs" />
    <Compile Include="Native\Keyboard.cs" />
    <Compile Include="Native\Label.cs" />
    <Compile Include="Native\LayoutEventArgs.cs" />
    <Compile Include="Native\LineBreakMode.cs" />
    <Compile Include="Native\ListView.cs" />
    <Compile Include="Native\MasterDetailPage.cs" />
    <Compile Include="Native\ObservableCollection.cs" />
    <Compile Include="Native\SearchBar.cs" />
    <Compile Include="Native\Span.cs" />
    <Compile Include="Native\TableView.cs" />
    <Compile Include="Native\TextAlignment.cs" />
    <Compile Include="Native\TextHelper.cs" />
    <Compile Include="Native\TimePicker.cs" />
    <Compile Include="Native\Window.cs" />
    <Compile Include="NativeBindingService.cs" />
    <Compile Include="NativeValueConverterService.cs" />
    <Compile Include="Platform.cs" />
    <Compile Include="PlatformEffect.cs" />
    <Compile Include="Properties\AssemblyInfo.cs" />
    <Compile Include="Renderers\ActivityIndicatorRenderer.cs" />
    <Compile Include="Renderers\BoxViewRenderer.cs" />
    <Compile Include="Renderers\ButtonRenderer.cs" />
    <Compile Include="Renderers\CarouselPageRenderer.cs" />
    <Compile Include="Renderers\ContentPageRenderer.cs" />
    <Compile Include="Renderers\DatePickerRenderer.cs" />
    <Compile Include="Renderers\EditorRenderer.cs" />
    <Compile Include="Renderers\EntryRenderer.cs" />
    <Compile Include="Renderers\EvasObjectWrapperRenderer.cs" />
    <Compile Include="Renderers\FrameRenderer.cs" />
    <Compile Include="Renderers\ImageRenderer.cs" />
    <Compile Include="Renderers\IVisualElementRenderer.cs" />
    <Compile Include="Renderers\LabelRenderer.cs" />
    <Compile Include="Renderers\LayoutRenderer.cs" />
    <Compile Include="Renderers\ListViewRenderer.cs" />
    <Compile Include="Renderers\MasterDetailPageRenderer.cs" />
    <Compile Include="Renderers\NavigationPageRenderer.cs" />
    <Compile Include="Renderers\PickerRenderer.cs" />
    <Compile Include="Renderers\ProgressBarRenderer.cs" />
    <Compile Include="Renderers\ScrollViewRenderer.cs" />
    <Compile Include="Renderers\SearchBarRenderer.cs" />
    <Compile Include="Renderers\SliderRenderer.cs" />
    <Compile Include="Renderers\StepperRenderer.cs" />
    <Compile Include="Renderers\SwitchRenderer.cs" />
    <Compile Include="Renderers\TabbedPageRenderer.cs" />
    <Compile Include="Renderers\TableViewRenderer.cs" />
    <Compile Include="Renderers\TimePickerRenderer.cs" />
    <Compile Include="Renderers\ViewRenderer.cs" />
    <Compile Include="Renderers\VisualElementRenderer.cs" />
    <Compile Include="ResourcePath.cs" />
    <Compile Include="ResourcesProvider.cs" />
    <Compile Include="TizenPlatformServices.cs" />
    <Compile Include="TizenTitleBarVisibility.cs" />
    <Compile Include="ViewInitializedEventArgs.cs" />
    <Compile Include="VisualElementChangedEventArgs.cs" />
    <Compile Include="VisualElementRendererFlags.cs" />
    <Compile Include="TizenIsolatedStorageFile.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="Xamarin.Forms.Platform.Tizen.project.json" />
  </ItemGroup>
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
       Other similar extension points exist, see Microsoft.Common.targets.
  <Target Name="BeforeBuild">
  </Target>
  <Target Name="AfterBuild">
  </Target>
  -->
  <ItemGroup>
    <ProjectReference Include="..\Xamarin.Forms.Core\Xamarin.Forms.Core.csproj">
      <Project>{57B8B73D-C3B5-4C42-869E-7B2F17D354AC}</Project>
      <Name>Xamarin.Forms.Core</Name>
    </ProjectReference>
  </ItemGroup>
  <PropertyGroup>
    <!-- https://github.com/dotnet/corefxlab/tree/master/samples/NetCoreSample and
       https://docs.microsoft.com/en-us/dotnet/articles/core/tutorials/target-dotnetcore-with-msbuild
    -->
    <!-- We don't use any of MSBuild's resolution logic for resolving the framework, so just set these two
       properties to any folder that exists to skip the GetReferenceAssemblyPaths task (not target) and
       to prevent it from outputting a warning (MSB3644).
    -->
    <_TargetFrameworkDirectories>$(MSBuildThisFileDirectory)</_TargetFrameworkDirectories>
    <_FullFrameworkReferenceAssemblyPaths>$(MSBuildThisFileDirectory)</_FullFrameworkReferenceAssemblyPaths>
    <AutoUnifyAssemblyReferences>true</AutoUnifyAssemblyReferences>
  </PropertyGroup>
</Project>