1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
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)' == '' " >AnyCPU</Platform >
6
- <ProjectGuid >{C4EF6311-9993-40BD-BEF8-3C495F571302}</ProjectGuid >
7
- <ProjectTypeGuids >{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
8
- <TemplateGuid >{c9e5eea5-ca05-42a1-839b-61506e0a37df}</TemplateGuid >
9
- <OutputType >Library</OutputType >
10
- <RootNamespace >Sample.Droid</RootNamespace >
11
- <AssemblyName >Sample.Android</AssemblyName >
12
- <Deterministic >True</Deterministic >
13
- <AndroidApplication >True</AndroidApplication >
14
- <AndroidResgenFile >Resources\Resource.designer.cs</AndroidResgenFile >
15
- <AndroidResgenClass >Resource</AndroidResgenClass >
16
- <AndroidManifest >Properties\AndroidManifest.xml</AndroidManifest >
17
- <MonoAndroidResourcePrefix >Resources</MonoAndroidResourcePrefix >
18
- <MonoAndroidAssetsPrefix >Assets</MonoAndroidAssetsPrefix >
19
- <AndroidUseLatestPlatformSdk >false</AndroidUseLatestPlatformSdk >
20
- <TargetFrameworkVersion >v10.0</TargetFrameworkVersion >
21
- <AndroidEnableSGenConcurrent >true</AndroidEnableSGenConcurrent >
22
- <AndroidUseAapt2 >true</AndroidUseAapt2 >
23
- <AndroidHttpClientHandlerType >Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType >
24
- <NuGetPackageImportStamp >
25
- </NuGetPackageImportStamp >
26
- </PropertyGroup >
27
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
28
- <DebugSymbols >true</DebugSymbols >
29
- <DebugType >portable</DebugType >
30
- <Optimize >false</Optimize >
31
- <OutputPath >bin\Debug</OutputPath >
32
- <DefineConstants >DEBUG;</DefineConstants >
33
- <ErrorReport >prompt</ErrorReport >
34
- <WarningLevel >4</WarningLevel >
35
- <AndroidLinkMode >None</AndroidLinkMode >
36
- <AotAssemblies >false</AotAssemblies >
37
- <EnableLLVM >false</EnableLLVM >
38
- <AndroidEnableProfiledAot >false</AndroidEnableProfiledAot >
39
- <BundleAssemblies >false</BundleAssemblies >
40
- <EmbedAssembliesIntoApk >false</EmbedAssembliesIntoApk >
41
- </PropertyGroup >
42
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
43
- <DebugSymbols >true</DebugSymbols >
44
- <DebugType >portable</DebugType >
45
- <Optimize >true</Optimize >
46
- <OutputPath >bin\Release</OutputPath >
47
- <ErrorReport >prompt</ErrorReport >
48
- <WarningLevel >4</WarningLevel >
49
- <AndroidManagedSymbols >true</AndroidManagedSymbols >
50
- <AndroidUseSharedRuntime >false</AndroidUseSharedRuntime >
51
- </PropertyGroup >
52
- <PropertyGroup >
53
- <CodeAnalysisRuleSet >..\..\Notifo.ruleset</CodeAnalysisRuleSet >
54
- </PropertyGroup >
55
- <ItemGroup >
56
- <AdditionalFiles Include =" ..\..\stylecop.json" Link =" stylecop.json" />
57
- </ItemGroup >
58
- <ItemGroup >
59
- <Reference Include =" Mono.Android" />
60
- <Reference Include =" System" />
61
- <Reference Include =" System.Core" />
62
- <Reference Include =" System.Xml.Linq" />
63
- <Reference Include =" System.Xml" />
64
- <Reference Include =" System.Numerics" />
65
- <Reference Include =" System.Numerics.Vectors" />
66
- </ItemGroup >
67
- <ItemGroup >
68
- <PackageReference Include =" Prism.DryIoc.Forms" >
69
- <Version >8.0.0.1909</Version >
70
- </PackageReference >
71
- <PackageReference Include =" RefactoringEssentials" >
72
- <Version >5.6.0</Version >
73
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
74
- <PrivateAssets >all</PrivateAssets >
75
- </PackageReference >
76
- <PackageReference Include =" Refractored.MvvmHelpers" >
77
- <Version >1.6.2</Version >
78
- </PackageReference >
79
- <PackageReference Include =" StyleCop.Analyzers" >
80
- <Version >1.1.118</Version >
81
- <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
82
- <PrivateAssets >all</PrivateAssets >
83
- </PackageReference >
84
- <PackageReference Include =" System.Text.Json" >
85
- <Version >5.0.1</Version >
86
- </PackageReference >
87
- <PackageReference Include =" Xamarin.Firebase.Common" >
88
- <Version >119.5.0</Version >
89
- </PackageReference >
90
- <PackageReference Include =" Xamarin.Forms" Version =" 5.0.0.2012" />
91
- <PackageReference Include =" Xamarin.Essentials" Version =" 1.6.1" />
92
- </ItemGroup >
93
- <ItemGroup >
94
- <Compile Include =" MainActivity.cs" />
95
- <Compile Include =" MainApplication.cs" />
96
- <Compile Include =" Resources\Resource.designer.cs" />
97
- <Compile Include =" Properties\AssemblyInfo.cs" />
98
- </ItemGroup >
99
- <ItemGroup >
100
- <GoogleServicesJson Include =" google-services.json" />
101
- <None Include =" Resources\AboutResources.txt" />
102
- <None Include =" Assets\AboutAssets.txt" />
103
- <None Include =" Properties\AndroidManifest.xml" />
104
- </ItemGroup >
105
- <ItemGroup >
106
- <AndroidResource Include =" Resources\layout\Tabbar.xml" />
107
- <AndroidResource Include =" Resources\layout\Toolbar.xml" />
108
- <AndroidResource Include =" Resources\values\styles.xml" />
109
- <AndroidResource Include =" Resources\values\colors.xml" />
110
- <AndroidResource Include =" Resources\mipmap-anydpi-v26\icon.xml" />
111
- <AndroidResource Include =" Resources\mipmap-anydpi-v26\icon_round.xml" />
112
- <AndroidResource Include =" Resources\mipmap-hdpi\icon.png" />
113
- <AndroidResource Include =" Resources\mipmap-hdpi\launcher_foreground.png" />
114
- <AndroidResource Include =" Resources\mipmap-mdpi\icon.png" />
115
- <AndroidResource Include =" Resources\mipmap-mdpi\launcher_foreground.png" />
116
- <AndroidResource Include =" Resources\mipmap-xhdpi\icon.png" />
117
- <AndroidResource Include =" Resources\mipmap-xhdpi\launcher_foreground.png" />
118
- <AndroidResource Include =" Resources\mipmap-xxhdpi\icon.png" />
119
- <AndroidResource Include =" Resources\mipmap-xxhdpi\launcher_foreground.png" />
120
- <AndroidResource Include =" Resources\mipmap-xxxhdpi\icon.png" />
121
- <AndroidResource Include =" Resources\mipmap-xxxhdpi\launcher_foreground.png" />
122
- </ItemGroup >
123
- <ItemGroup >
124
- <Folder Include =" Resources\drawable\" />
125
- </ItemGroup >
126
- <ItemGroup >
127
- <ProjectReference Include =" ..\..\sdk\Notifo.SDK.FirebasePlugin\Notifo.SDK.FirebasePlugin.csproj" >
128
- <Project >{258dee06-bb0d-404b-b981-43b091744bd3}</Project >
129
- <Name >Notifo.SDK.FirebasePlugin</Name >
130
- </ProjectReference >
131
- <ProjectReference Include =" ..\..\sdk\Notifo.SDK\Notifo.SDK.csproj" >
132
- <Project >{4f928a67-c5e7-44e2-be71-6ed155afed9c}</Project >
133
- <Name >Notifo.SDK</Name >
134
- </ProjectReference >
135
- <ProjectReference Include =" ..\Sample\Sample.csproj" >
136
- <Project >{D59C868F-F97E-4931-B667-094C1FBC822E}</Project >
137
- <Name >Sample</Name >
138
- </ProjectReference >
139
- </ItemGroup >
140
- <Import Project =" $(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
141
- <ProjectExtensions >
142
- <VisualStudio >
143
- <UserProperties TriggeredFromHotReload =" False" />
144
- </VisualStudio >
145
- </ProjectExtensions >
3
+ <PropertyGroup >
4
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6
+ <ProjectGuid >{C4EF6311-9993-40BD-BEF8-3C495F571302}</ProjectGuid >
7
+ <ProjectTypeGuids >{EFBA0AD7-5A72-4C68-AF49-83D382785DCF};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
8
+ <TemplateGuid >{c9e5eea5-ca05-42a1-839b-61506e0a37df}</TemplateGuid >
9
+ <OutputType >Library</OutputType >
10
+ <RootNamespace >Sample.Droid</RootNamespace >
11
+ <AssemblyName >Sample.Android</AssemblyName >
12
+ <Deterministic >True</Deterministic >
13
+ <AndroidApplication >True</AndroidApplication >
14
+ <AndroidResgenFile >Resources\Resource.designer.cs</AndroidResgenFile >
15
+ <AndroidResgenClass >Resource</AndroidResgenClass >
16
+ <AndroidManifest >Properties\AndroidManifest.xml</AndroidManifest >
17
+ <MonoAndroidResourcePrefix >Resources</MonoAndroidResourcePrefix >
18
+ <MonoAndroidAssetsPrefix >Assets</MonoAndroidAssetsPrefix >
19
+ <AndroidUseLatestPlatformSdk >false</AndroidUseLatestPlatformSdk >
20
+ <TargetFrameworkVersion >v10.0</TargetFrameworkVersion >
21
+ <AndroidEnableSGenConcurrent >true</AndroidEnableSGenConcurrent >
22
+ <AndroidUseAapt2 >true</AndroidUseAapt2 >
23
+ <AndroidHttpClientHandlerType >Xamarin.Android.Net.AndroidClientHandler</AndroidHttpClientHandlerType >
24
+ <NuGetPackageImportStamp >
25
+ </NuGetPackageImportStamp >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
28
+ <DebugSymbols >true</DebugSymbols >
29
+ <DebugType >portable</DebugType >
30
+ <Optimize >false</Optimize >
31
+ <OutputPath >bin\Debug</OutputPath >
32
+ <DefineConstants >DEBUG;</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ <AndroidLinkMode >None</AndroidLinkMode >
36
+ <AotAssemblies >false</AotAssemblies >
37
+ <EnableLLVM >false</EnableLLVM >
38
+ <AndroidEnableProfiledAot >false</AndroidEnableProfiledAot >
39
+ <BundleAssemblies >false</BundleAssemblies >
40
+ <EmbedAssembliesIntoApk >false</EmbedAssembliesIntoApk >
41
+ </PropertyGroup >
42
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
43
+ <DebugSymbols >true</DebugSymbols >
44
+ <DebugType >portable</DebugType >
45
+ <Optimize >true</Optimize >
46
+ <OutputPath >bin\Release</OutputPath >
47
+ <ErrorReport >prompt</ErrorReport >
48
+ <WarningLevel >4</WarningLevel >
49
+ <AndroidManagedSymbols >true</AndroidManagedSymbols >
50
+ <AndroidUseSharedRuntime >false</AndroidUseSharedRuntime >
51
+ </PropertyGroup >
52
+ <PropertyGroup >
53
+ <CodeAnalysisRuleSet >..\..\Notifo.ruleset</CodeAnalysisRuleSet >
54
+ </PropertyGroup >
55
+ <ItemGroup >
56
+ <AdditionalFiles Include =" ..\..\stylecop.json" Link =" stylecop.json" />
57
+ </ItemGroup >
58
+ <ItemGroup >
59
+ <Reference Include =" Mono.Android" />
60
+ <Reference Include =" System" />
61
+ <Reference Include =" System.Core" />
62
+ <Reference Include =" System.Xml.Linq" />
63
+ <Reference Include =" System.Xml" />
64
+ <Reference Include =" System.Numerics" />
65
+ <Reference Include =" System.Numerics.Vectors" />
66
+ </ItemGroup >
67
+ <ItemGroup >
68
+ <PackageReference Include =" Prism.DryIoc.Forms" >
69
+ <Version >8.0.0.1909</Version >
70
+ </PackageReference >
71
+ <PackageReference Include =" RefactoringEssentials" >
72
+ <Version >5.6.0</Version >
73
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
74
+ <PrivateAssets >all</PrivateAssets >
75
+ </PackageReference >
76
+ <PackageReference Include =" Refractored.MvvmHelpers" >
77
+ <Version >1.6.2</Version >
78
+ </PackageReference >
79
+ <PackageReference Include =" StyleCop.Analyzers" >
80
+ <Version >1.1.118</Version >
81
+ <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
82
+ <PrivateAssets >all</PrivateAssets >
83
+ </PackageReference >
84
+ <PackageReference Include =" System.Text.Json" >
85
+ <Version >5.0.1</Version >
86
+ </PackageReference >
87
+ <PackageReference Include =" Xamarin.Firebase.Common" >
88
+ <Version >119.5.0</Version >
89
+ </PackageReference >
90
+ <PackageReference Include =" Xamarin.Forms" Version =" 5.0.0.2012" />
91
+ <PackageReference Include =" Xamarin.Essentials" Version =" 1.6.1" />
92
+ </ItemGroup >
93
+ <ItemGroup >
94
+ <Compile Include =" MainActivity.cs" />
95
+ <Compile Include =" MainApplication.cs" />
96
+ <Compile Include =" Resources\Resource.designer.cs" />
97
+ <Compile Include =" Properties\AssemblyInfo.cs" />
98
+ </ItemGroup >
99
+ <ItemGroup >
100
+ <GoogleServicesJson Include =" google-services.json" />
101
+ <None Include =" Resources\AboutResources.txt" />
102
+ <None Include =" Assets\AboutAssets.txt" />
103
+ <None Include =" Properties\AndroidManifest.xml" />
104
+ </ItemGroup >
105
+ <ItemGroup >
106
+ <AndroidResource Include =" Resources\layout\Tabbar.xml" />
107
+ <AndroidResource Include =" Resources\layout\Toolbar.xml" />
108
+ <AndroidResource Include =" Resources\values\styles.xml" />
109
+ <AndroidResource Include =" Resources\values\colors.xml" />
110
+ <AndroidResource Include =" Resources\mipmap-anydpi-v26\icon.xml" />
111
+ <AndroidResource Include =" Resources\mipmap-anydpi-v26\icon_round.xml" />
112
+ <AndroidResource Include =" Resources\mipmap-hdpi\icon.png" />
113
+ <AndroidResource Include =" Resources\mipmap-hdpi\launcher_foreground.png" />
114
+ <AndroidResource Include =" Resources\mipmap-mdpi\icon.png" />
115
+ <AndroidResource Include =" Resources\mipmap-mdpi\launcher_foreground.png" />
116
+ <AndroidResource Include =" Resources\mipmap-xhdpi\icon.png" />
117
+ <AndroidResource Include =" Resources\mipmap-xhdpi\launcher_foreground.png" />
118
+ <AndroidResource Include =" Resources\mipmap-xxhdpi\icon.png" />
119
+ <AndroidResource Include =" Resources\mipmap-xxhdpi\launcher_foreground.png" />
120
+ <AndroidResource Include =" Resources\mipmap-xxxhdpi\icon.png" />
121
+ <AndroidResource Include =" Resources\mipmap-xxxhdpi\launcher_foreground.png" />
122
+ </ItemGroup >
123
+ <ItemGroup >
124
+ <Folder Include =" Resources\drawable\" />
125
+ </ItemGroup >
126
+ <ItemGroup >
127
+ <ProjectReference Include =" ..\..\sdk\Notifo.SDK.FirebasePlugin\Notifo.SDK.FirebasePlugin.csproj" >
128
+ <Project >{258dee06-bb0d-404b-b981-43b091744bd3}</Project >
129
+ <Name >Notifo.SDK.FirebasePlugin</Name >
130
+ </ProjectReference >
131
+ <ProjectReference Include =" ..\..\sdk\Notifo.SDK\Notifo.SDK.csproj" >
132
+ <Project >{4f928a67-c5e7-44e2-be71-6ed155afed9c}</Project >
133
+ <Name >Notifo.SDK</Name >
134
+ </ProjectReference >
135
+ <ProjectReference Include =" ..\Sample\Sample.csproj" >
136
+ <Project >{D59C868F-F97E-4931-B667-094C1FBC822E}</Project >
137
+ <Name >Sample</Name >
138
+ </ProjectReference >
139
+ </ItemGroup >
140
+ <Import Project =" $(MSBuildExtensionsPath)\Xamarin\Android\Xamarin.Android.CSharp.targets" />
141
+ <ProjectExtensions >
142
+ <VisualStudio >
143
+ <UserProperties TriggeredFromHotReload =" False" />
144
+ </VisualStudio >
145
+ </ProjectExtensions >
146
146
</Project >
0 commit comments