1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProductVersion >8.0.30703</ProductVersion >
7
+ <SchemaVersion >2.0</SchemaVersion >
8
+ <ProjectGuid >{59CA0F22-ACA2-4E46-BDE6-7D1DED807B05}</ProjectGuid >
9
+ <ProjectTypeGuids >{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
10
+ <OutputType >Library</OutputType >
11
+ <AppDesignerFolder >Properties</AppDesignerFolder >
12
+ <RootNamespace >GenerateDataFormItemsForDataObject</RootNamespace >
13
+ <AssemblyName >GenerateDataFormItemsForDataObject</AssemblyName >
14
+ <FileAlignment >512</FileAlignment >
15
+ <AndroidApplication >True</AndroidApplication >
16
+ <AndroidResgenFile >Resources\Resource.Designer.cs</AndroidResgenFile >
17
+ <AndroidResgenClass >Resource</AndroidResgenClass >
18
+ <GenerateSerializationAssemblies >Off</GenerateSerializationAssemblies >
19
+ <AndroidUseLatestPlatformSdk >True</AndroidUseLatestPlatformSdk >
20
+ <TargetFrameworkVersion >v8.0</TargetFrameworkVersion >
21
+ <AndroidManifest >Properties\AndroidManifest.xml</AndroidManifest >
22
+ <MonoAndroidResourcePrefix >Resources</MonoAndroidResourcePrefix >
23
+ <MonoAndroidAssetsPrefix >Assets</MonoAndroidAssetsPrefix >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
26
+ <DebugSymbols >True</DebugSymbols >
27
+ <DebugType >Full</DebugType >
28
+ <Optimize >False</Optimize >
29
+ <OutputPath >bin\Debug\</OutputPath >
30
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
31
+ <ErrorReport >prompt</ErrorReport >
32
+ <WarningLevel >4</WarningLevel >
33
+ <AndroidUseSharedRuntime >True</AndroidUseSharedRuntime >
34
+ <AndroidLinkMode >None</AndroidLinkMode >
35
+ <EmbedAssembliesIntoApk >False</EmbedAssembliesIntoApk >
36
+ </PropertyGroup >
37
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
38
+ <DebugSymbols >True</DebugSymbols >
39
+ <DebugType >PdbOnly</DebugType >
40
+ <Optimize >True</Optimize >
41
+ <OutputPath >bin\Release\</OutputPath >
42
+ <DefineConstants >TRACE</DefineConstants >
43
+ <ErrorReport >prompt</ErrorReport >
44
+ <WarningLevel >4</WarningLevel >
45
+ <AndroidManagedSymbols >true</AndroidManagedSymbols >
46
+ <AndroidUseSharedRuntime >False</AndroidUseSharedRuntime >
47
+ <AndroidLinkMode >SdkOnly</AndroidLinkMode >
48
+ <EmbedAssembliesIntoApk >True</EmbedAssembliesIntoApk >
49
+ </PropertyGroup >
50
+ <ItemGroup >
51
+ <Reference Include =" Syncfusion.Licensing, Version=16.4.0.44, Culture=neutral, processorArchitecture=MSIL" >
52
+ <HintPath >..\packages\Syncfusion.Licensing.16.4.0.44\lib\MonoAndroid10\Syncfusion.Licensing.dll</HintPath >
53
+ </Reference >
54
+ <Reference Include =" Syncfusion.SfDataForm.Android, Version=16.4451.0.44, Culture=neutral, processorArchitecture=MSIL" >
55
+ <HintPath >..\packages\Syncfusion.Xamarin.SfDataForm.Android.16.4.0.44\lib\MonoAndroid10\Syncfusion.SfDataForm.Android.dll</HintPath >
56
+ </Reference >
57
+ <Reference Include =" Syncfusion.SfNumericTextBox.Android, Version=16.4451.0.44, Culture=neutral, processorArchitecture=MSIL" >
58
+ <HintPath >..\packages\Syncfusion.Xamarin.SfNumericTextBox.Android.16.4.0.44\lib\MonoAndroid10\Syncfusion.SfNumericTextBox.Android.dll</HintPath >
59
+ </Reference >
60
+ <Reference Include =" Syncfusion.SfNumericUpDown.Android, Version=16.4451.0.44, Culture=neutral, processorArchitecture=MSIL" >
61
+ <HintPath >..\packages\Syncfusion.Xamarin.SfNumericUpDown.Android.16.4.0.44\lib\MonoAndroid10\Syncfusion.SfNumericUpDown.Android.dll</HintPath >
62
+ </Reference >
63
+ <Reference Include =" System" />
64
+ <Reference Include =" System.Xml" />
65
+ <Reference Include =" System.Core" />
66
+ <Reference Include =" Mono.Android" />
67
+ </ItemGroup >
68
+ <ItemGroup >
69
+ <Compile Include =" MainActivity.cs" />
70
+ <Compile Include =" Resources\Resource.Designer.cs" />
71
+ <Compile Include =" Properties\AssemblyInfo.cs" />
72
+ </ItemGroup >
73
+ <ItemGroup >
74
+ <None Include =" GettingStarted.Xamarin" />
75
+ <None Include =" packages.config" />
76
+ <None Include =" Resources\AboutResources.txt" />
77
+ <None Include =" Properties\AndroidManifest.xml" />
78
+ <None Include =" Assets\AboutAssets.txt" />
79
+ </ItemGroup >
80
+ <ItemGroup >
81
+ <AndroidResource Include =" Resources\layout\Main.axml" >
82
+ <SubType >Designer</SubType >
83
+ </AndroidResource >
84
+ <AndroidResource Include =" Resources\values\Strings.xml" />
85
+ </ItemGroup >
86
+ <ItemGroup >
87
+ <Folder Include =" Resources\drawable\" />
88
+ <Folder Include =" Resources\mipmap-hdpi\" />
89
+ <Folder Include =" Resources\mipmap-mdpi\" />
90
+ <Folder Include =" Resources\mipmap-xhdpi\" />
91
+ <Folder Include =" Resources\mipmap-xxhdpi\" />
92
+ <Folder Include =" Resources\mipmap-xxxhdpi\" />
93
+ </ItemGroup >
94
+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
95
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
96
+ Other similar extension points exist, see Microsoft.Common.targets.
97
+ <Target Name="BeforeBuild">
98
+ </Target>
99
+ <Target Name="AfterBuild">
100
+ </Target>
101
+ -->
102
+ </Project >
0 commit comments