|
@@ -14,6 +14,8 @@
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
|
<Deterministic>true</Deterministic>
|
|
|
+ <NuGetPackageImportStamp>
|
|
|
+ </NuGetPackageImportStamp>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -39,6 +41,12 @@
|
|
|
<ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
+ <Reference Include="ComPDFKit.Desk, Version=1.8.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\ComPDFKit.NetFramework.1.9.0\lib\ComPDFKit.Desk.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
+ <Reference Include="ComPDFKit.Viewer, Version=1.8.1.0, Culture=neutral, processorArchitecture=MSIL">
|
|
|
+ <HintPath>..\packages\ComPDFKit.NetFramework.1.9.0\lib\ComPDFKit.Viewer.dll</HintPath>
|
|
|
+ </Reference>
|
|
|
<Reference Include="Dragablz, Version=0.0.3.223, Culture=neutral, processorArchitecture=MSIL">
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
<HintPath>.\Dragablz.dll</HintPath>
|
|
@@ -97,6 +105,7 @@
|
|
|
<None Include="developer_guide_windows.pdf">
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
</None>
|
|
|
+ <None Include="packages.config" />
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
@@ -129,10 +138,12 @@
|
|
|
<Name>Compdfkit_Tools</Name>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
- <ItemGroup>
|
|
|
- <PackageReference Include="ComPDFKit.NetFramework">
|
|
|
- <Version>1.9.0</Version>
|
|
|
- </PackageReference>
|
|
|
- </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
+ <Import Project="..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets')" />
|
|
|
+ <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|
|
|
+ <PropertyGroup>
|
|
|
+ <ErrorText>这台计算机上缺少此项目引用的 NuGet 程序包。使用“NuGet 程序包还原”可下载这些程序包。有关更多信息,请参见 http://go.microsoft.com/fwlink/?LinkID=322105。缺少的文件是 {0}。</ErrorText>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Error Condition="!Exists('..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\ComPDFKit.NetFramework.1.9.0\build\ComPDFKit.NetFramework.targets'))" />
|
|
|
+ </Target>
|
|
|
</Project>
|