Files
moadiran/Shared/Shared.csproj
mmrbnjd 73fe6a0992 ...
2024-07-04 17:18:59 +03:30

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>