first real commit

This commit is contained in:
Doug Macintosh
2026-03-08 17:05:59 -04:00
parent d5bc62a4f2
commit 336b0dbb7e
945 changed files with 1083090 additions and 0 deletions

23
cdrtool.sln Normal file
View File

@@ -0,0 +1,23 @@
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cdrtool", "cdrtool.csproj", "{6166EEDD-31E3-44EB-978A-5EAF9C2992F9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{B0BBF11C-9577-4192-96DC-2C9D5C0228D2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6166EEDD-31E3-44EB-978A-5EAF9C2992F9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6166EEDD-31E3-44EB-978A-5EAF9C2992F9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6166EEDD-31E3-44EB-978A-5EAF9C2992F9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6166EEDD-31E3-44EB-978A-5EAF9C2992F9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(MonoDevelopProperties) = preSolution
description = A tool for automating the regular downloading of CDR records from the Rogers SIP Portal.
version = 1.6
EndGlobalSection
EndGlobal