Initial commit

This commit is contained in:
Trevor Hall 2026-03-03 23:53:04 -05:00
commit 5584446828
37 changed files with 7962 additions and 0 deletions

25
SecuCore.sln Normal file
View file

@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33530.505
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SecuCore", "SecuCore.csproj", "{8C9D91B1-CB0D-47C4-96ED-B211156862FD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8C9D91B1-CB0D-47C4-96ED-B211156862FD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C9D91B1-CB0D-47C4-96ED-B211156862FD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C9D91B1-CB0D-47C4-96ED-B211156862FD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C9D91B1-CB0D-47C4-96ED-B211156862FD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DA5614EC-1536-4978-96A6-DCEBA6F89B84}
EndGlobalSection
EndGlobal