Initial commit

This commit is contained in:
Laurent
2026-02-16 20:58:05 +01:00
parent 84219933c5
commit 663302c5b1
9 changed files with 159 additions and 91 deletions

16
GifResizer.sln Normal file
View File

@@ -0,0 +1,16 @@
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "GifResizer", "GifResizer\GifResizer.csproj", "{BF0EB67B-0EE2-48DD-8A13-56286A3E0BC9}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{BF0EB67B-0EE2-48DD-8A13-56286A3E0BC9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BF0EB67B-0EE2-48DD-8A13-56286A3E0BC9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BF0EB67B-0EE2-48DD-8A13-56286A3E0BC9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BF0EB67B-0EE2-48DD-8A13-56286A3E0BC9}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal