2024-03-29 17:44:38 +03:30
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<TargetFramework>net8.0</TargetFramework>
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
<Nullable>enable</Nullable>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
2024-07-04 17:18:59 +03:30
|
|
|
|
<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>
|
|
|
|
|
|
2024-03-29 17:44:38 +03:30
|
|
|
|
</Project>
|