1.0.0 commit

This commit is contained in:
mikx
2025-02-16 17:56:41 -05:00
commit b6df623f02
20 changed files with 799 additions and 0 deletions

22
tTP.sln Normal file
View File

@@ -0,0 +1,22 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.12.35707.178 d17.12
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "tTP", "tTP.csproj", "{F19FACA2-F80C-437E-AD8C-D05B98503B46}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F19FACA2-F80C-437E-AD8C-D05B98503B46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F19FACA2-F80C-437E-AD8C-D05B98503B46}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F19FACA2-F80C-437E-AD8C-D05B98503B46}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F19FACA2-F80C-437E-AD8C-D05B98503B46}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal