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>
|
2026-07-05 17:22:57 +01:00
|
|
|
|
<AssemblyVersion>1.0.0.0</AssemblyVersion>
|
|
|
|
|
|
<FileVersion>1.0.0.0</FileVersion>
|
|
|
|
|
|
<InformationalVersion>1.0.0+Branch.main.Sha.654065d7fef34ba4ed2fb3bca5bc91de9ad16e85</InformationalVersion>
|
|
|
|
|
|
<Version>1.0.0</Version>
|
2022-09-23 20:34:51 +01:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
</Project>
|