Skip to content

Commit

Permalink
Update MUXControls-Nuget-FrameworkPackage.props (#624)
Browse files Browse the repository at this point in the history
Updating condition for adding reference to VCLibs.
  • Loading branch information
RBrid authored Apr 28, 2019
1 parent d4a0f00 commit d0eb58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 Condition="('$(PlatformTarget)' == 'x86' or '$(PlatformTarget)' == 'x64' or '$(PlatformTarget)' == 'ARM' or '$(PlatformTarget)' == 'ARM64')">
<ItemGroup Condition="('$(OutputType)' == 'AppContainerExe')">
<SDKReference Include="Microsoft.VCLibs, Version=14.0" />
</ItemGroup>

Expand Down

0 comments on commit d0eb58a

Please sign in to comment.