19 lines
493 B
XML
19 lines
493 B
XML
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
<Nullable>enable</Nullable>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Reference Include="Stimulsoft.Base">
|
|
<HintPath>..\..\Dlls\stimull\Stimulsoft.Base.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Stimulsoft.Report">
|
|
<HintPath>..\..\Dlls\stimull\Stimulsoft.Report.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
|
|
</Project>
|