Attempt to resurrect my old triplet ideas with new data types and native methods.

This commit is contained in:
Eugene Wang
2023-04-01 12:57:07 -04:00
parent 260ae9fdef
commit e68525775d
17 changed files with 479 additions and 10 deletions

View File

@@ -2,11 +2,11 @@
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>net7.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<TargetFrameworks>net462;net7.0</TargetFrameworks>
<Nullable>enable</Nullable>
<PlatformTarget>x86</PlatformTarget>
<RootNamespace>SampleConsole</RootNamespace>
<LangVersion>11</LangVersion>
</PropertyGroup>
<ItemGroup>