-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Memory:: Perbaikan memory leak ketika show popup image di grid
- Loading branch information
1 parent
f0b405f
commit ec7a348
Showing
9 changed files
with
62 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,6 +39,10 @@ | |
<Title>Ihand Cashier</Title> | ||
<Authors>Bachtiar Panjaitan</Authors> | ||
<Copyright>HMP Basapadi</Copyright> | ||
<SignAssembly>true</SignAssembly> | ||
<AssemblyOriginatorKeyFile>basapadi.snk</AssemblyOriginatorKeyFile> | ||
<Configurations>Debug;Release;Relaase Core</Configurations> | ||
<Platforms>AnyCPU</Platforms> | ||
</PropertyGroup> | ||
|
||
<PropertyGroup Condition="'$(Configuration)|$(TargetFramework)|$(Platform)'=='Debug|net7.0-maccatalyst|AnyCPU'"> | ||
|
@@ -51,9 +55,15 @@ | |
<WarningLevel>4</WarningLevel> | ||
<PlatformTarget>ARM64</PlatformTarget> | ||
<MtouchLink>SdkOnly</MtouchLink> | ||
<CodesignKey>Apple Development: [email protected] (53TNH3S72W)</CodesignKey> | ||
<MtouchDebug>true</MtouchDebug> | ||
<Optimize>true</Optimize> | ||
<CheckForOverflowUnderflow>true</CheckForOverflowUnderflow> | ||
<MtouchEnableSGenConc>true</MtouchEnableSGenConc> | ||
</PropertyGroup> | ||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> | ||
<MtouchLink>SdkOnly</MtouchLink> | ||
<CodesignKey>Apple Development: [email protected] (53TNH3S72W)</CodesignKey> | ||
</PropertyGroup> | ||
<ItemGroup> | ||
<MauiImage Remove="Resources\Images\document.png" /> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.