Updated csproj after privacy policy implementation.

This commit is contained in:
Kaustav Chaudhuri 2023-05-26 14:09:27 +05:30
parent 4eb122a48c
commit 51a1dd5db5

View File

@ -155,6 +155,9 @@
<MauiXaml Update="Views\NewPage1.xaml"> <MauiXaml Update="Views\NewPage1.xaml">
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
</MauiXaml> </MauiXaml>
<MauiXaml Update="Views\PrivacyPolicyDialogPage.xaml">
<Generator>MSBuild:Compile</Generator>
</MauiXaml>
<MauiXaml Update="Views\ScanDrivingLicencePage.xaml"> <MauiXaml Update="Views\ScanDrivingLicencePage.xaml">
<Generator>MSBuild:Compile</Generator> <Generator>MSBuild:Compile</Generator>
</MauiXaml> </MauiXaml>