init commit

This commit is contained in:
2026-01-21 21:22:22 -05:00
commit 1b0f1c9080
10 changed files with 114 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TSA", "TSA.csproj", "{DDB393D6-3F19-4BBA-9E12-758D69C66C3A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
ExportDebug|Any CPU = ExportDebug|Any CPU
ExportRelease|Any CPU = ExportRelease|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DDB393D6-3F19-4BBA-9E12-758D69C66C3A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDB393D6-3F19-4BBA-9E12-758D69C66C3A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDB393D6-3F19-4BBA-9E12-758D69C66C3A}.ExportDebug|Any CPU.ActiveCfg = ExportDebug|Any CPU
{DDB393D6-3F19-4BBA-9E12-758D69C66C3A}.ExportDebug|Any CPU.Build.0 = ExportDebug|Any CPU
{DDB393D6-3F19-4BBA-9E12-758D69C66C3A}.ExportRelease|Any CPU.ActiveCfg = ExportRelease|Any CPU
{DDB393D6-3F19-4BBA-9E12-758D69C66C3A}.ExportRelease|Any CPU.Build.0 = ExportRelease|Any CPU
EndGlobalSection
EndGlobal