Started basic framework of program. Added non-functional archive info function.

This commit is contained in:
2022-12-24 00:13:05 -06:00
parent 7d13474a39
commit 1550a41b3a
5 changed files with 367 additions and 0 deletions

31
agstools.sln Normal file
View File

@@ -0,0 +1,31 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33122.133
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "arctool", "arctool\arctool.vcxproj", "{A3583B8D-F786-4FB5-A47A-3F662DB19F1E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A3583B8D-F786-4FB5-A47A-3F662DB19F1E}.Debug|x64.ActiveCfg = Debug|x64
{A3583B8D-F786-4FB5-A47A-3F662DB19F1E}.Debug|x64.Build.0 = Debug|x64
{A3583B8D-F786-4FB5-A47A-3F662DB19F1E}.Debug|x86.ActiveCfg = Debug|Win32
{A3583B8D-F786-4FB5-A47A-3F662DB19F1E}.Debug|x86.Build.0 = Debug|Win32
{A3583B8D-F786-4FB5-A47A-3F662DB19F1E}.Release|x64.ActiveCfg = Release|x64
{A3583B8D-F786-4FB5-A47A-3F662DB19F1E}.Release|x64.Build.0 = Release|x64
{A3583B8D-F786-4FB5-A47A-3F662DB19F1E}.Release|x86.ActiveCfg = Release|Win32
{A3583B8D-F786-4FB5-A47A-3F662DB19F1E}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8242B60A-FD63-4564-9793-BECC1AE03468}
EndGlobalSection
EndGlobal