|
@@ -12,6 +12,8 @@
|
|
<FileAlignment>512</FileAlignment>
|
|
<FileAlignment>512</FileAlignment>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
|
<Deterministic>true</Deterministic>
|
|
<Deterministic>true</Deterministic>
|
|
|
|
+ <NuGetPackageImportStamp>
|
|
|
|
+ </NuGetPackageImportStamp>
|
|
</PropertyGroup>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
@@ -56,28 +58,26 @@
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</None>
|
|
<None Include="App.config" />
|
|
<None Include="App.config" />
|
|
- </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>
|
|
|
|
|
|
+ <None Include="packages.config" />
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="..\..\..\..\license_key_windows.txt">
|
|
<None Include="..\..\..\..\license_key_windows.txt">
|
|
<Link>license_key_windows.txt</Link>
|
|
<Link>license_key_windows.txt</Link>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
</None>
|
|
</None>
|
|
- <Content Include="x64\ComPDFKit.dll">
|
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
- </Content>
|
|
|
|
- <Content Include="x86\ComPDFKit.dll">
|
|
|
|
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
|
|
|
- </Content>
|
|
|
|
|
|
+ </ItemGroup>
|
|
|
|
+ <ItemGroup>
|
|
|
|
+ <ProjectReference Include="..\..\..\..\..\..\..\compdfkit\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Desk.csproj">
|
|
|
|
+ <Project>{56e518ad-c126-4b48-9a09-0a64c87020e4}</Project>
|
|
|
|
+ <Name>ComPDFKit.Desk</Name>
|
|
|
|
+ </ProjectReference>
|
|
</ItemGroup>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
<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">
|
|
|
|
+ <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.11.0\build\ComPDFKit.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\..\..\..\packages\ComPDFKit.NetFramework.1.11.0\build\ComPDFKit.NetFramework.targets'))" />
|
|
|
|
+ </Target>
|
|
</Project>
|
|
</Project>
|