fixed project reference

This commit is contained in:
S T Chan 2014-01-08 00:40:36 -05:00
parent b7f1d94d74
commit 989cf81ff6
2 changed files with 8 additions and 1 deletions

View File

@ -100,7 +100,6 @@
<DependentUpon>ActivityNotification.xaml</DependentUpon>
</Compile>
<Compile Include="ActivityNotificationPresenter.cs" />
<Compile Include="ErrorDialogPresenter.cs" />
<Compile Include="GhostScript64.cs" />
<Compile Include="NativeMethods.cs" />
<Compile Include="Program.cs" />
@ -144,6 +143,12 @@
<Generator>MSBuild:Compile</Generator>
</Page>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PdfScribeCore\PdfScribeCore.csproj">
<Project>{1EAD8E9A-A123-4C37-B31E-AEE1354DF003}</Project>
<Name>PdfScribeCore</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<PropertyGroup>
<PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)PdfScribeInstall\PrimaryOutputHarvest\$(TargetFileName)"

View File

@ -8,6 +8,8 @@ using System.Runtime.InteropServices;
using System.Text;
using System.Threading;
using PdfScribeCore;
namespace PdfScribe
{
public class Program