Agregar archivos de proyecto.

This commit is contained in:
2026-03-17 15:58:27 -06:00
parent 0114989e52
commit 3861ab9c20
17 changed files with 1327 additions and 0 deletions

25
PrintScreen.sln Normal file
View File

@@ -0,0 +1,25 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36717.8 d17.14
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PrintScreen", "PrintScreen\PrintScreen.csproj", "{1DC884AE-142B-4407-9827-D0C6A3DD34B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1DC884AE-142B-4407-9827-D0C6A3DD34B2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1DC884AE-142B-4407-9827-D0C6A3DD34B2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1DC884AE-142B-4407-9827-D0C6A3DD34B2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1DC884AE-142B-4407-9827-D0C6A3DD34B2}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {3E3CBD0C-AEDD-4CA2-90FF-F4F0A6418CC2}
EndGlobalSection
EndGlobal