2022-09-23 20:34:51 +01:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
|
<OutputType>Exe</OutputType>
|
2023-03-14 23:47:55 +00:00
|
|
|
|
<TargetFramework>net7.0</TargetFramework>
|
2022-09-23 20:34:51 +01:00
|
|
|
|
<RootNamespace>test_isn</RootNamespace>
|
|
|
|
|
|
<ImplicitUsings>enable</ImplicitUsings>
|
|
|
|
|
|
<Nullable>enable</Nullable>
|
2023-02-06 00:41:35 +00:00
|
|
|
|
<AssemblyVersion>1.0.7.0</AssemblyVersion>
|
|
|
|
|
|
<FileVersion>1.0.7.0</FileVersion>
|
|
|
|
|
|
<InformationalVersion>1.0.7+Branch.main.Sha.3695c1742965d93eba0ad851656cfaa3e44ba327</InformationalVersion>
|
|
|
|
|
|
<Version>1.0.7</Version>
|
2022-09-23 20:34:51 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
</Project>
|