Initial commit - clean repository excluding bin/Debug and bin/Release

This commit is contained in:
2025-10-30 10:33:27 -06:00
commit 6a82019734
26 changed files with 25806 additions and 0 deletions

25
CFDI.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2036
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CFDI", "CFDI\CFDI.csproj", "{0ACB8D28-684B-4043-9756-FDBD2E4B6FEB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{0ACB8D28-684B-4043-9756-FDBD2E4B6FEB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0ACB8D28-684B-4043-9756-FDBD2E4B6FEB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0ACB8D28-684B-4043-9756-FDBD2E4B6FEB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0ACB8D28-684B-4043-9756-FDBD2E4B6FEB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {32B2C895-B946-46E9-899D-99DE021BCAE9}
EndGlobalSection
EndGlobal