From a240b283b7d38254dc9cf67bc10c84b26705739f Mon Sep 17 00:00:00 2001 From: Chris Kaczor Date: Thu, 18 Jan 2018 11:16:59 -0500 Subject: [PATCH] Add Blend SDK package --- Common.Wpf.csproj | 5 ++++- packages.config | 4 ++++ 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 packages.config diff --git a/Common.Wpf.csproj b/Common.Wpf.csproj index f7ff786..bac7e9a 100644 --- a/Common.Wpf.csproj +++ b/Common.Wpf.csproj @@ -143,7 +143,9 @@ - + + ..\FloatingStatusWindowLibrary\packages\Expression.Blend.Sdk.1.0.2\lib\net45\System.Windows.Interactivity.dll + @@ -265,6 +267,7 @@ + diff --git a/packages.config b/packages.config new file mode 100644 index 0000000..286b57f --- /dev/null +++ b/packages.config @@ -0,0 +1,4 @@ + + + + \ No newline at end of file