Upload files

Signed-off-by: Lev Rusanov <30170278+JDM170@users.noreply.github.com>
This commit is contained in:
2025-06-09 20:01:58 +07:00
parent ce81153b95
commit 175817b262
16 changed files with 956 additions and 0 deletions

25
ScreenCaptureApp.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.36202.13
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ScreenCaptureApp", "ScreenCaptureApp.csproj", "{F223B7C1-818F-499A-84E4-0FC93CF930DB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F223B7C1-818F-499A-84E4-0FC93CF930DB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F223B7C1-818F-499A-84E4-0FC93CF930DB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F223B7C1-818F-499A-84E4-0FC93CF930DB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F223B7C1-818F-499A-84E4-0FC93CF930DB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B6FEAF19-190F-4746-A923-9EBC765A7328}
EndGlobalSection
EndGlobal