first try?

This commit is contained in:
2025-10-04 19:20:37 -04:00
commit 8e27190afb
4 changed files with 573 additions and 0 deletions

24
AlwaysRecFace.sln Normal file
View File

@@ -0,0 +1,24 @@
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.2.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AlwaysRecFace", "AlwaysRecFace.csproj", "{DA6AA2AF-7D28-E930-C869-EF8E811CB6BE}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DA6AA2AF-7D28-E930-C869-EF8E811CB6BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DA6AA2AF-7D28-E930-C869-EF8E811CB6BE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DA6AA2AF-7D28-E930-C869-EF8E811CB6BE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DA6AA2AF-7D28-E930-C869-EF8E811CB6BE}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {05EF1F39-0B78-4444-B4E9-F6D16A16E18B}
EndGlobalSection
EndGlobal