Skip to content

Commit 4587264

Browse files
authored
Remove explicitly setting PreferredToolArchitecture, since VS 2022 handles this more comprehensively (#1304)
1 parent 49b2cab commit 4587264

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nuget/Microsoft.Windows.CppWinRT.props

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ Copyright (C) Microsoft Corporation. All rights reserved.
1313
</PropertyGroup>
1414

1515
<PropertyGroup>
16-
<PreferredToolArchitecture>x64</PreferredToolArchitecture>
1716
<CanReferenceWinRT>true</CanReferenceWinRT>
1817
<CppWinRTPackage Condition="'$(CppWinRTEnabled)' != 'true'">true</CppWinRTPackage>
1918
<CppWinRTPackage Condition="'$(CppWinRTPackage)' != 'true'">false</CppWinRTPackage>

0 commit comments

Comments
 (0)