DAS_2024_1/yakovleva_yulia_lab_6/CalcMatrixDeterminant/CalcMatrixDeterminant/CalcMatrixDeterminant.csproj
2024-10-27 13:04:11 +04:00

11 lines
252 B
XML

<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
</PropertyGroup>
</Project>