123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>net7.0</TargetFramework>
- <LangVersion>7.3</LangVersion>
- <Configurations>Release;Debug</Configurations>
- <Platforms>AnyCPU;x64</Platforms>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
- <ItemGroup>
- <Compile Include="..\..\LicenseKey.cs">
- <Link>LicenseKey.cs</Link>
- </Compile>
- </ItemGroup>
- <ItemGroup>
- <Content Include="..\..\..\packages\ComPDFKit.NetFramework.1.11.0\build\x64\ComPDFKit.dll">
- <Link>x64\ComPDFKit.dll</Link>
- </Content>
- <Content Include="..\..\..\packages\ComPDFKit.NetFramework.1.11.0\build\x86\ComPDFKit.dll">
- <Link>x86\ComPDFKit.dll</Link>
- </Content>
- <Content Include="..\..\..\TestFile\Bates.pdf">
- <Link>Bates.pdf</Link>
- </Content>
- <Content Include="..\..\..\TestFile\CommonFivePage.pdf">
- <Link>CommonFivePage.pdf</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="..\..\..\TestFile\ThreeBookmark.pdf">
- <Link>ThreeBookmark.pdf</Link>
- </Content>
- <Content Include="..\..\ComPDFKit_Logo.ico">
- <Link>ComPDFKit_Logo.ico</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- <Content Include="..\..\license_key_windows.txt">
- <Link>license_key_windows.txt</Link>
- <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
- </Content>
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\..\..\..\..\compdfkit\ComPDFKit\ComPDFKitCSharp\ComPDFKit.Desk.csproj" />
- </ItemGroup>
- </Project>
|