Skip to content

Commit

Permalink
Include Blend SDK in package
Browse files Browse the repository at this point in the history
  • Loading branch information
Nigel Sampson committed Nov 18, 2018
1 parent 5e63bf0 commit cec05c4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Binary file added lib/System.Windows.Interactivity.dll
Binary file not shown.
7 changes: 6 additions & 1 deletion src/Caliburn.Micro.Platform/Caliburn.Micro.Platform.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,18 @@
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
<Reference Include="System.Windows.Interactivity">
<HintPath>C:\Program Files (x86)\Microsoft SDKs\Expression\Blend\.NETFramework\v4.5\Libraries\System.Windows.Interactivity.dll</HintPath>
<HintPath>..\..\lib\System.Windows.Interactivity.dll</HintPath>
</Reference>

<Reference Include="System.Xaml" />
<Reference Include="WindowsBase" />
<Compile Include="Platforms\net46\**\*.cs" />
</ItemGroup>

<ItemGroup Label="Package">
<None Include="..\..\lib\System.Windows.Interactivity.dll" PackagePath="lib\net46" Pack="true" />
</ItemGroup>

<ItemGroup Condition="'$(TargetFramework)' == 'uap10.0.16299'">
<Compile Include="Platforms\uap\**\*.cs" />
<PackageReference Include="Microsoft.Xaml.Behaviors.Uwp.Managed" Version="2.0.0" />
Expand Down

0 comments on commit cec05c4

Please sign in to comment.