Skip to content

Commit

Permalink
Only add VCLibs for supported architectures #579 (#580)
Browse files Browse the repository at this point in the history
* Only add VCLibs for supported architectures #579

* Update build/NuSpecs/MUXControls-Nuget-FrameworkPackage.props

Co-Authored-By: dotMorten <[email protected]>
  • Loading branch information
dotMorten authored and jevansaks committed Apr 18, 2019
1 parent 0c067c1 commit 8610a01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build/NuSpecs/MUXControls-Nuget-FrameworkPackage.props
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
</ItemGroup>

<!-- Add a dependency for the app against VCLibs since we need it but the consuming app might be .NET only. -->
<ItemGroup>
<ItemGroup Condition="('$(PlatformTarget)' == 'x86' or '$(PlatformTarget)' == 'x64' or '$(PlatformTarget)' == 'ARM' or '$(PlatformTarget)' == 'ARM64')">
<SDKReference Include="Microsoft.VCLibs, Version=14.0" />
</ItemGroup>

Expand Down Expand Up @@ -129,4 +129,4 @@
<Link>Microsoft.UI.Xaml\DensityStyles\Compact.xaml</Link>
</Page>
</ItemGroup>
</Project>
</Project>

0 comments on commit 8610a01

Please sign in to comment.