|
@@ -16,6 +16,21 @@
|
|
|
<Deterministic>true</Deterministic>
|
|
|
<NuGetPackageImportStamp>
|
|
|
</NuGetPackageImportStamp>
|
|
|
+ <PublishUrl>publish\</PublishUrl>
|
|
|
+ <Install>true</Install>
|
|
|
+ <InstallFrom>Disk</InstallFrom>
|
|
|
+ <UpdateEnabled>false</UpdateEnabled>
|
|
|
+ <UpdateMode>Foreground</UpdateMode>
|
|
|
+ <UpdateInterval>7</UpdateInterval>
|
|
|
+ <UpdateIntervalUnits>Days</UpdateIntervalUnits>
|
|
|
+ <UpdatePeriodically>false</UpdatePeriodically>
|
|
|
+ <UpdateRequired>false</UpdateRequired>
|
|
|
+ <MapFileExtensions>true</MapFileExtensions>
|
|
|
+ <ApplicationRevision>0</ApplicationRevision>
|
|
|
+ <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
|
|
|
+ <IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
+ <UseApplicationTrust>false</UseApplicationTrust>
|
|
|
+ <BootstrapperEnabled>true</BootstrapperEnabled>
|
|
|
</PropertyGroup>
|
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -36,6 +51,10 @@
|
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
|
<ErrorReport>prompt</ErrorReport>
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
+ <Prefer32Bit>false</Prefer32Bit>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup>
|
|
|
+ <ApplicationIcon>ComPDFKit_Logo.ico</ApplicationIcon>
|
|
|
</PropertyGroup>
|
|
|
<ItemGroup>
|
|
|
<Reference Include="PresentationFramework.Aero2, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
@@ -88,6 +107,7 @@
|
|
|
<DependentUpon>Settings.settings</DependentUpon>
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
</Compile>
|
|
|
+ <Resource Include="ComPDFKit_Logo.ico" />
|
|
|
<None Include="ComPDFKit.png">
|
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
</None>
|
|
@@ -140,6 +160,18 @@
|
|
|
<Name>Compdfkit_Tools</Name>
|
|
|
</ProjectReference>
|
|
|
</ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
|
|
|
+ <Visible>False</Visible>
|
|
|
+ <ProductName>Microsoft .NET Framework 4.6.1 %28x86 和 x64%29</ProductName>
|
|
|
+ <Install>true</Install>
|
|
|
+ </BootstrapperPackage>
|
|
|
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
|
|
|
+ <Visible>False</Visible>
|
|
|
+ <ProductName>.NET Framework 3.5 SP1</ProductName>
|
|
|
+ <Install>false</Install>
|
|
|
+ </BootstrapperPackage>
|
|
|
+ </ItemGroup>
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
<Import Project="..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets" Condition="Exists('..\packages\ComPDFKit.NetFramework.1.9.1\build\ComPDFKit.NetFramework.targets')" />
|
|
|
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
|