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: msbuild/Xamarin.Shared/Xamarin.Shared.props
+2
Original file line number
Diff line number
Diff line change
@@ -292,6 +292,8 @@ Copyright (C) 2020 Microsoft. All rights reserved.
292
292
<!-- Does not apply unless we're actually building a library - and since BundleOriginalResources can be specified on the command line, use a secondary property -->
293
293
<!-- that also encapsulates whether we're a library or not (this makes conditions simpler) -->
294
294
<_BundleOriginalResourcesCondition="'$(OutputType)' == 'Library' And '$(IsAppExtension)' != 'true' And '$(BundleOriginalResources)' == 'true'">true</_BundleOriginalResources>
295
+
296
+
<EnableProfilingCondition="'$(EnableProfiling)' == '' And '$(_BundlerDebug)' == 'true'">true</EnableProfiling>
0 commit comments