Skip to content

Commit

Permalink
Include .rd.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Sampson committed Dec 9, 2018
1 parent fd65420 commit 37d9efb
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/Caliburn.Micro.Platform/Caliburn.Micro.Platform.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

<ItemGroup Label="Package">
<None Include="..\..\lib\System.Windows.Interactivity.dll" PackagePath="lib\net46" Pack="true" />
<None Include="Platforms\uap\Caliburn.Micro.Platform.rd.xml" PackagePath="lib\uap10.0.16299\Caliburn.Micro.Platform\Properties\Caliburn.Micro.Platform.rd.xml" Pack="true" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'uap10.0.16299'">
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<Directives xmlns="http://schemas.microsoft.com/netfx/2013/01/metadata">
<Library Name="Caliburn.Micro.Platform.UWP">
<Assembly Name="Caliburn.Micro.Platform.UWP" Activate="Required All" Browse="Required All" Serialize="Required All" Dynamic="Required All" />
</Library>
</Directives>

0 comments on commit 37d9efb

Please sign in to comment.