Packager/AzuresPackager.sln
azures04 c8fabe999e Initial commit with packager implementation
Add AzuresPackager project with .gitignore, solution and project files, core Packager.cs implementation, and sample source files. Implements basic package creation, extraction, and file handling using SharpCompress.
2026-01-26 23:20:34 +01:00

25 lines
1.1 KiB
Plaintext

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}") = "AzuresPackager", "AzuresPackager.csproj", "{B853400F-35B5-924D-72A5-D2AEEF025774}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B853400F-35B5-924D-72A5-D2AEEF025774}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B853400F-35B5-924D-72A5-D2AEEF025774}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B853400F-35B5-924D-72A5-D2AEEF025774}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B853400F-35B5-924D-72A5-D2AEEF025774}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {AA88177B-51D0-44C0-AFA0-1B34161C75E1}
EndGlobalSection
EndGlobal