Skip to content

Commit

Permalink
Thanks Brian!
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Dec 14, 2020
1 parent 0b9cd30 commit 25a7463
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions src/tools/MonarchPeasantPackage/MonarchPeasantPackage.wapproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,17 @@
<Content Include="Images\Wide310x150Logo.scale-200.png" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\MonarchPeasantSample\MonarchPeasantSample.vcxproj" />
<ProjectReference Include="..\MonarchPeasantSample\MonarchPeasantSample.vcxproj" >
<!--
THESE PROPERTIES ARE LOAD BEARING!
We need them so the MonarchPeasantSample.winmd will be placed in the
package root. If it's not there, then we won't be able to activate our
WinRT classes!
-->
<Private>true</Private>
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
</ProjectReference>
</ItemGroup>
<Import Project="$(WapProjPath)\Microsoft.DesktopBridge.targets" />
</Project>
</Project>

1 comment on commit 25a7463

@github-actions

This comment was marked as resolved.

Please sign in to comment.