|
@@ -45,6 +45,12 @@
|
|
|
<ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
+ <Reference Include="ComPDFKit.Desk, Version=1.11.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\ComPDFKit.NetFramework.1.11.0\lib\ComPDFKit.Desk.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="ComPDFKit.Viewer, Version=1.11.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\ComPDFKit.NetFramework.1.11.0\lib\ComPDFKit.Viewer.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="Nager.Country, Version=4.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
<HintPath>..\packages\Nager.Country.4.0.0\lib\netstandard2.0\Nager.Country.dll</HintPath>
|
|
|
</Reference>
|
|
@@ -1195,16 +1201,6 @@
|
|
|
<ItemGroup>
|
|
|
<Folder Include="DigitalSignature\CPDFSignatureListControl\" />
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\..\..\..\compdfkit\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Desk.csproj">
|
|
|
- <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
|
|
|
- <Name>ComPDFKit.Desk</Name>
|
|
|
- </ProjectReference>
|
|
|
- <ProjectReference Include="..\..\..\..\compdfkit\ComPDFKit\ComPDFKitDesktop\ComPDFKit.Viewer\ComPDFKit.Viewer.csproj">
|
|
|
- <Project>{18ec356d-8130-49d4-b4e6-ac290e1065b7}</Project>
|
|
|
- <Name>ComPDFKit.Viewer</Name>
|
|
|
- </ProjectReference>
|
|
|
- </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<Import Project="..\packages\ComPDFKit.NetFramework.1.11.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.11.0\build\ComPDFKit.NetFramework.targets')" />
|
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|