| 12345678910111213141516171819 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- <ApplicationIcon />
- <OutputType>Exe</OutputType>
- <StartupObject />
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Aspose.Words">
- <HintPath>..\Aspose.Words_NetStandard2.0\Aspose.Words.dll</HintPath>
- </Reference>
- <Reference Include="Aspose.Words.Pdf2Word">
- <HintPath>..\Aspose.Words_NetStandard2.0\Aspose.Words.Pdf2Word.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|