From 258b1a755605f8dc490e2344d275d04f2dd7d29c Mon Sep 17 00:00:00 2001 From: xief <1789784602@qq.com> Date: Mon, 29 Jan 2024 09:16:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0sln?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/Archiver/Archiver.sln | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/Archiver/Archiver.sln diff --git a/src/Archiver/Archiver.sln b/src/Archiver/Archiver.sln new file mode 100644 index 0000000..f458f7f --- /dev/null +++ b/src/Archiver/Archiver.sln @@ -0,0 +1,25 @@ + +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio Version 17 +VisualStudioVersion = 17.8.34316.72 +MinimumVisualStudioVersion = 10.0.40219.1 +Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ArchiverLite", "ArchiverLite.csproj", "{0013C7B6-2EE1-4228-9388-9171E929EDE2}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {0013C7B6-2EE1-4228-9388-9171E929EDE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {0013C7B6-2EE1-4228-9388-9171E929EDE2}.Debug|Any CPU.Build.0 = Debug|Any CPU + {0013C7B6-2EE1-4228-9388-9171E929EDE2}.Release|Any CPU.ActiveCfg = Release|Any CPU + {0013C7B6-2EE1-4228-9388-9171E929EDE2}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection + GlobalSection(ExtensibilityGlobals) = postSolution + SolutionGuid = {052E86DD-349F-4BE2-A6CC-013C5E709894} + EndGlobalSection +EndGlobal