|
@@ -15,6 +15,8 @@
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
<Deterministic>true</Deterministic>
|
|
|
<LangVersion>7</LangVersion>
|
|
|
+ <NuGetPackageImportStamp>
|
|
|
+ </NuGetPackageImportStamp>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -25,7 +27,7 @@
|
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
- <Prefer32bit>false</Prefer32bit>
|
|
|
+ <Prefer32bit>true</Prefer32bit>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -41,6 +43,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="Dragablz">
|
|
|
<HintPath>.\Dragablz.dll</HintPath>
|
|
|
</Reference>
|
|
@@ -166,10 +174,6 @@
|
|
|
<Link>TestFile\ComPDFKit_Watermark_Sample_File.pdf</Link>
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
</Content>
|
|
|
- <Content Include="..\TestFile\developer_guide_windows.pdf">
|
|
|
- <Link>TestFile\developer_guide_windows.pdf</Link>
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
- </Content>
|
|
|
<Content Include="..\TestFile\Password_compdfkit_Security_Sample_File.pdf">
|
|
|
<Link>TestFile\Password_compdfkit_Security_Sample_File.pdf</Link>
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
@@ -183,25 +187,17 @@
|
|
|
<Resource Include="ComPDFKit_Logo.ico" />
|
|
|
</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>
|
|
|
<ProjectReference Include="..\Compdfkit_Tools\Compdfkit_Tools.csproj">
|
|
|
<Project>{9363bcb1-3a67-446a-8093-5708b86bf418}</Project>
|
|
|
<Name>Compdfkit_Tools</Name>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
- <Import Project="..\packages\ComPDFKit.NetFramework.1.10.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.10.0\build\ComPDFKit.NetFramework.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">
|
|
|
<PropertyGroup>
|
|
|
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
|
|
|
</PropertyGroup>
|
|
|
- <Error Condition="!Exists('..\packages\ComPDFKit.NetFramework.1.10.0\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ComPDFKit.NetFramework.1.10.0\build\ComPDFKit.NetFramework.targets'))" />
|
|
|
+ <Error Condition="!Exists('..\packages\ComPDFKit.NetFramework.1.11.0\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ComPDFKit.NetFramework.1.11.0\build\ComPDFKit.NetFramework.targets'))" />
|
|
|
</Target>
|
|
|
</Project>
|