You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dotnet/targets/Microsoft.Sdk.DefaultItems.template.props
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@
59
59
<IsDefaultItem>true</IsDefaultItem>
60
60
</SceneKitAsset>
61
61
62
-
<!-- Include everything in the project's Resources folder (as represented by the _ResourcePrefix property, which is set from the IPhoneResourcePrefix/XamMacResourcePrefix properties),
62
+
<!-- Include everything in the project's Resources folder (as represented by the _ResourcePrefix property, which is set from the AppBundleResourcePrefix or legacy IPhoneResourcePrefix/XamMacResourcePrefix properties),
63
63
except for files that are already in any of the other resource type item groups -->
Copy file name to clipboardExpand all lines: msbuild/Xamarin.Shared/Xamarin.Shared.props
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -99,12 +99,20 @@ Copyright (C) 2020 Microsoft. All rights reserved.
99
99
<!-- Sometimes we've used different variable names for the same thing for Xamarin.iOS and Xamarin.Mac projects. Here we try to unify those variables -->
100
100
<PropertyGroup>
101
101
<!-- ResourcePrefix -->
102
+
<!-- AppBundleResourcePrefix is the unified property for all platforms (.NET) -->
0 commit comments