Bowin.Common.Test.csproj 404 B

123456789101112131415161718
  1. <Project Sdk="Microsoft.NET.Sdk">
  2. <PropertyGroup>
  3. <OutputType>Exe</OutputType>
  4. <TargetFramework>netcoreapp3.1</TargetFramework>
  5. </PropertyGroup>
  6. <ItemGroup>
  7. <ProjectReference Include="..\Bowin.Common\Bowin.Common.csproj" />
  8. </ItemGroup>
  9. <ItemGroup>
  10. <Reference Include="Aspose.Cells">
  11. <HintPath>..\Aspose.Cells.dll</HintPath>
  12. </Reference>
  13. </ItemGroup>
  14. </Project>