123456789101112131415161718 |
- <Project Sdk="Microsoft.NET.Sdk">
- <PropertyGroup>
- <OutputType>Exe</OutputType>
- <TargetFramework>netcoreapp3.1</TargetFramework>
- </PropertyGroup>
- <ItemGroup>
- <ProjectReference Include="..\Bowin.Common\Bowin.Common.csproj" />
- </ItemGroup>
- <ItemGroup>
- <Reference Include="Aspose.Cells">
- <HintPath>..\Aspose.Cells.dll</HintPath>
- </Reference>
- </ItemGroup>
- </Project>
|