fixed project reference
This commit is contained in:
parent
b7f1d94d74
commit
989cf81ff6
@ -100,7 +100,6 @@
|
|||||||
<DependentUpon>ActivityNotification.xaml</DependentUpon>
|
<DependentUpon>ActivityNotification.xaml</DependentUpon>
|
||||||
</Compile>
|
</Compile>
|
||||||
<Compile Include="ActivityNotificationPresenter.cs" />
|
<Compile Include="ActivityNotificationPresenter.cs" />
|
||||||
<Compile Include="ErrorDialogPresenter.cs" />
|
|
||||||
<Compile Include="GhostScript64.cs" />
|
<Compile Include="GhostScript64.cs" />
|
||||||
<Compile Include="NativeMethods.cs" />
|
<Compile Include="NativeMethods.cs" />
|
||||||
<Compile Include="Program.cs" />
|
<Compile Include="Program.cs" />
|
||||||
@ -144,6 +143,12 @@
|
|||||||
<Generator>MSBuild:Compile</Generator>
|
<Generator>MSBuild:Compile</Generator>
|
||||||
</Page>
|
</Page>
|
||||||
</ItemGroup>
|
</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" />
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
||||||
<PropertyGroup>
|
<PropertyGroup>
|
||||||
<PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)PdfScribeInstall\PrimaryOutputHarvest\$(TargetFileName)"
|
<PostBuildEvent>copy "$(TargetPath)" "$(SolutionDir)PdfScribeInstall\PrimaryOutputHarvest\$(TargetFileName)"
|
||||||
|
@ -8,6 +8,8 @@ using System.Runtime.InteropServices;
|
|||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
|
|
||||||
|
using PdfScribeCore;
|
||||||
|
|
||||||
namespace PdfScribe
|
namespace PdfScribe
|
||||||
{
|
{
|
||||||
public class Program
|
public class Program
|
||||||
|
Loading…
Reference in New Issue
Block a user