diff --git a/PdfScribe/PdfScribe.csproj b/PdfScribe/PdfScribe.csproj index 85a278e..c618e54 100644 --- a/PdfScribe/PdfScribe.csproj +++ b/PdfScribe/PdfScribe.csproj @@ -100,7 +100,6 @@ ActivityNotification.xaml - @@ -144,6 +143,12 @@ MSBuild:Compile + + + {1EAD8E9A-A123-4C37-B31E-AEE1354DF003} + PdfScribeCore + + copy "$(TargetPath)" "$(SolutionDir)PdfScribeInstall\PrimaryOutputHarvest\$(TargetFileName)" diff --git a/PdfScribe/Program.cs b/PdfScribe/Program.cs index 99dbea7..f5ac268 100644 --- a/PdfScribe/Program.cs +++ b/PdfScribe/Program.cs @@ -8,6 +8,8 @@ using System.Runtime.InteropServices; using System.Text; using System.Threading; +using PdfScribeCore; + namespace PdfScribe { public class Program