File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/examples/ReactiveUI.Uno.SQLiteStudio Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4848 </PropertyGroup >
4949
5050 <!-- Android-specific settings to avoid MAX_PATH issues and skip linking in Debug -->
51- <PropertyGroup Condition =" ' $(TargetFramework.EndsWith('0-android'))" >
51+ <PropertyGroup Condition =" $(TargetFramework.EndsWith('0-android'))" >
5252 <AndroidUseShortFileNames >true</AndroidUseShortFileNames >
5353 <BaseOutputPath >$(LOCALAPPDATA)\uno\bin\</BaseOutputPath >
5454 <AndroidLinkMode >None</AndroidLinkMode >
5555 <EmbedAssembliesIntoApk >false</EmbedAssembliesIntoApk >
5656 <PublishTrimmed >true</PublishTrimmed >
5757 </PropertyGroup >
5858
59- <PropertyGroup Condition =" ' !$(TargetFramework.EndsWith('0-android'))" >
59+ <PropertyGroup Condition =" !$(TargetFramework.EndsWith('0-android'))" >
6060 <PublishTrimmed >false</PublishTrimmed >
6161 </PropertyGroup >
6262
You can’t perform that action at this time.
0 commit comments