File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change 61
61
<HintPath Condition =" Exists('c:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\IDE\Extensions\Xamarin.VisualStudio')" >c:\Program Files\Microsoft Visual Studio\2022\Preview\Common7\IDE\Extensions\Xamarin.VisualStudio\Xamarin.Mac.dll</HintPath >
62
62
</Reference >
63
63
</ItemGroup >
64
-
65
- <!--
66
- Workaround for WindowsAppSdk 1.6
67
- Track https://github.com/CommunityToolkit/Labs-Windows/pull/561#issuecomment-2274727870
68
- -->
69
- <Target Condition =" '$(IsWinAppSdk)' == 'true'" Name =" CsWinRTRemoveXamlDllReferences" AfterTargets =" ResolveTargetingPackAssets;ResolveReferences" BeforeTargets =" XamlPreCompile;CoreCompile" Outputs =" @(Reference)" >
70
- <ItemGroup >
71
- <Reference Remove =" @(Reference)"
72
- Condition =" '%(Reference.Filename)%(Reference.Extension)' == 'Microsoft.Windows.UI.Xaml.dll'" />
73
- <ReferencePathWithRefAssemblies Remove =" @(ReferencePathWithRefAssemblies)"
74
- Condition =" '%(ReferencePathWithRefAssemblies.Filename)%(ReferencePathWithRefAssemblies.Extension)' == 'Microsoft.Windows.UI.Xaml.dll'" />
75
- <ReferenceCopyLocalPaths Remove =" @(ReferenceCopyLocalPaths)"
76
- Condition =" '%(ReferenceCopyLocalPaths.Filename)%(ReferenceCopyLocalPaths.Extension)' == 'Microsoft.Windows.UI.Xaml.dll'" />
77
- <ReferencePath Remove =" @(ReferencePath)"
78
- Condition =" '%(ReferencePath.Filename)%(ReferencePath.Extension)' == 'Microsoft.Windows.UI.Xaml.dll'" />
79
- <RuntimePackAsset Remove =" @(RuntimePackAsset)"
80
- Condition=" '%(RuntimePackAsset.Filename)%(RuntimePackAsset.Extension)' == 'Microsoft.Windows.UI.Xaml.dll'" />
81
- </ItemGroup >
82
- </Target >
83
64
</Project >
You can’t perform that action at this time.
0 commit comments