|
@@ -39,14 +39,6 @@
|
|
|
<ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
- <Reference Include="ComPDFKit.Desk, Version=1.8.0.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>.\ComPDFKit.Desk.dll</HintPath>
|
|
|
- </Reference>
|
|
|
- <Reference Include="ComPDFKit.Viewer, Version=1.8.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
- <SpecificVersion>False</SpecificVersion>
|
|
|
- <HintPath>.\ComPDFKit.Viewer.dll</HintPath>
|
|
|
- </Reference>
|
|
|
<Reference Include="Dragablz, Version=0.0.3.223, Culture=neutral, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>.\Dragablz.dll</HintPath>
|
|
@@ -118,18 +110,8 @@
|
|
|
<Link>SDKLicense.xml</Link>
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
</None>
|
|
|
- <Content Include="ComPDFKit.Desk.dll">
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- <Content Include="ComPDFKit.Viewer.dll" />
|
|
|
<Resource Include="ComPDFKit_Logo.ico" />
|
|
|
<Content Include="Dragablz.dll" />
|
|
|
- <Content Include="x64\ComPDFKit.dll">
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
- <Content Include="x86\ComPDFKit.dll">
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
</ItemGroup>
|
|
|
<ItemGroup>
|
|
|
<Page Include="MainPage.xaml">
|
|
@@ -147,5 +129,10 @@
|
|
|
<Name>Compdfkit_Tools</Name>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <PackageReference Include="ComPDFKit.NetFramework">
|
|
|
+ <Version>1.9.0</Version>
|
|
|
+ </PackageReference>
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
</Project>
|